Lines Matching refs:put
511 if (img->put.any == NULL) { in TIFFRGBAImageGet()
628 tileContigRoutine put = img->put.contig; in gtTileContig() local
694 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig()
739 tileSeparateRoutine put = img->put.separate; in gtTileSeparate() local
862 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, \ in gtTileSeparate()
908 tileContigRoutine put = img->put.contig; in gtStripContig() local
964 (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, buf + pos); in gtStripContig()
999 tileSeparateRoutine put = img->put.separate; in gtStripSeparate() local
1098 (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, p0 + pos, p1 + pos, in gtStripSeparate()
2545 img->put.contig = NULL; in PickContigCase()
2552 img->put.contig = putRGBAAcontig8bittile; in PickContigCase()
2557 img->put.contig = putRGBUAcontig8bittile; in PickContigCase()
2560 img->put.contig = putRGBcontig8bittile; in PickContigCase()
2567 img->put.contig = putRGBAAcontig16bittile; in PickContigCase()
2574 img->put.contig = putRGBUAcontig16bittile; in PickContigCase()
2579 img->put.contig = putRGBcontig16bittile; in PickContigCase()
2588 img->put.contig = putRGBcontig8bitCMYKtile; in PickContigCase()
2590 img->put.contig = putRGBcontig8bitCMYKMaptile; in PickContigCase()
2598 img->put.contig = put8bitcmaptile; in PickContigCase()
2601 img->put.contig = put4bitcmaptile; in PickContigCase()
2604 img->put.contig = put2bitcmaptile; in PickContigCase()
2607 img->put.contig = put1bitcmaptile; in PickContigCase()
2617 img->put.contig = put16bitbwtile; in PickContigCase()
2621 img->put.contig = putagreytile; in PickContigCase()
2623 img->put.contig = putgreytile; in PickContigCase()
2626 img->put.contig = put4bitbwtile; in PickContigCase()
2629 img->put.contig = put2bitbwtile; in PickContigCase()
2632 img->put.contig = put1bitbwtile; in PickContigCase()
2656 img->put.contig = putcontig8bitYCbCr44tile; in PickContigCase()
2659 img->put.contig = putcontig8bitYCbCr42tile; in PickContigCase()
2662 img->put.contig = putcontig8bitYCbCr41tile; in PickContigCase()
2665 img->put.contig = putcontig8bitYCbCr22tile; in PickContigCase()
2668 img->put.contig = putcontig8bitYCbCr21tile; in PickContigCase()
2671 img->put.contig = putcontig8bitYCbCr12tile; in PickContigCase()
2674 img->put.contig = putcontig8bitYCbCr11tile; in PickContigCase()
2683 img->put.contig = initCIELabConversion(img); in PickContigCase()
2687 return ((img->get!=NULL) && (img->put.contig!=NULL)); in PickContigCase()
2700 img->put.separate = NULL; in PickSeparateCase()
2709 img->put.separate = putRGBAAseparate8bittile; in PickSeparateCase()
2713 img->put.separate = putRGBUAseparate8bittile; in PickSeparateCase()
2716 img->put.separate = putRGBseparate8bittile; in PickSeparateCase()
2722 img->put.separate = putRGBAAseparate16bittile; in PickSeparateCase()
2728 img->put.separate = putRGBUAseparate16bittile; in PickSeparateCase()
2733 img->put.separate = putRGBseparate16bittile; in PickSeparateCase()
2742 img->put.separate = putCMYKseparate8bittile; in PickSeparateCase()
2754 img->put.separate = putseparate8bitYCbCr11tile; in PickSeparateCase()
2762 return ((img->get!=NULL) && (img->put.separate!=NULL)); in PickSeparateCase()