Home
last modified time | relevance | path

Searched refs:wb (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp329 int wb = WIDTHBYTES(w); in DECLAREContigPutFunc() local
343 ucp += (wb + toskew); in DECLAREContigPutFunc()
408 uint32 wb = WIDTHBYTES(w); in getStripContig1Bit() local
418 toskew = -(int32) (orientation == ORIENTATION_TOPLEFT ? wb+wb : wb-wb); in getStripContig1Bit()
436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c1663 uint16 *wb = (uint16*) b; in DECLARESepPutFunc() local
1669 img->Bitdepth16To8[*wb++]); in DECLARESepPutFunc()
1670 SKEW(wr, wg, wb, fromskew); in DECLARESepPutFunc()
1682 uint16 *wb = (uint16*) b; in DECLARESepPutFunc() local
1689 img->Bitdepth16To8[*wb++], in DECLARESepPutFunc()
1691 SKEW4(wr, wg, wb, wa, fromskew); in DECLARESepPutFunc()
1703 uint16 *wb = (uint16*) b; in DECLARESepPutFunc() local
1714 b2 = m[img->Bitdepth16To8[*wb++]]; in DECLARESepPutFunc()
1717 SKEW4(wr, wg, wb, wa, fromskew); in DECLARESepPutFunc()