Home
last modified time | relevance | path

Searched refs:FXARGB_GETDIB (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_dib.h117 #define FXARGB_GETDIB(p) \ macro
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1076 return FXARGB_GETDIB(pos) | 0xff000000;
1078 return FXARGB_GETDIB(pos);
Dfx_dib_composite.cpp748 FXARGB_SETDIB(dest_scan, (FXARGB_GETDIB(src_scan) & 0xffffff) | in _CompositeRow_Argb2Argb()
994 FXARGB_SETDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in _CompositeRow_Rgb2Argb_Blend_NoClip()
1191 FXARGB_SETDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in _CompositeRow_Rgb2Argb_NoBlend_NoClip()
3209 FXARGB_SETRGBORDERDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in _CompositeRow_Rgb2Argb_Blend_NoClip_RgbByteOrder()
3288 FXARGB_SETRGBORDERDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in _CompositeRow_Rgb2Argb_NoBlend_NoClip_RgbByteOrder()