Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_dib.h120 #define FXARGB_GETDIB(p) \ macro
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp1064 return FXARGB_GETDIB(pos) | 0xff000000; in GetPixel()
1066 return FXARGB_GETDIB(pos); in GetPixel()
Dfx_dib_composite.cpp759 FXARGB_SETDIB(dest_scan, (FXARGB_GETDIB(src_scan) & 0xffffff) | in CompositeRow_Argb2Argb()
1006 FXARGB_SETDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in CompositeRow_Rgb2Argb_Blend_NoClip()
1206 FXARGB_SETDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in CompositeRow_Rgb2Argb_NoBlend_NoClip()
3062 FXARGB_SETRGBORDERDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in CompositeRow_Rgb2Argb_Blend_NoClip_RgbByteOrder()
3140 FXARGB_SETRGBORDERDIB(dest_scan, 0xff000000 | FXARGB_GETDIB(src_scan)); in CompositeRow_Rgb2Argb_NoBlend_NoClip_RgbByteOrder()