Searched refs:PACK4 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1197 #define PACK4(r,g,b,a) \ macro 1433 *cp++ = PACK4(pp[0], pp[1], pp[2], pp[3]); in DECLAREContigPutFunc() 1458 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1499 *cp++ = PACK4(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1529 *cp++ = PACK4(r,g,b,a); in DECLAREContigPutFunc() 1619 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++)); in DECLARESepPutFunc() 1638 *cp++ = PACK4(rv,gv,bv,255); in DECLARESepPutFunc() 1660 *cp++ = PACK4(rv,gv,bv,av); in DECLARESepPutFunc() 1698 *cp++ = PACK4(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1726 *cp++ = PACK4(r,g,b,a); in DECLARESepPutFunc()
|