Searched refs:PACK4 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1248 #define PACK4(r,g,b,a) \ macro 1484 *cp++ = PACK4(pp[0], pp[1], pp[2], pp[3]); in DECLAREContigPutFunc() 1509 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1550 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1580 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1670 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++)); in DECLARESepPutFunc() 1689 *cp++ = PACK4(rv,gv,bv,255); in DECLARESepPutFunc() 1711 *cp++ = PACK4(rv,gv,bv,av); in DECLARESepPutFunc() 1749 *cp++ = PACK4(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1777 *cp++ = PACK4(r2,g2,b2,a2); in DECLARESepPutFunc()
|