Home
last modified time | relevance | path

Searched defs:back_color (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp64 int _BLEND(int blend_mode, int back_color, int src_color) in _BLEND()
1179 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend() local
1206 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend() local
1290 int back_color = *dest_scan; in _CompositeRow_Rgb2Rgb_Blend_NoClip() local
1320 int back_color = *dest_scan; in _CompositeRow_Rgb2Rgb_Blend_Clip() local
1546 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend_Transform() local
2942 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Argb2Rgb_Blend_RgbByteOrder() local
2979 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Rgb2Rgb_Blend_NoClip_RgbByteOrder() local
3097 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Rgb2Rgb_Blend_Clip_RgbByteOrder() local
3517 int back_color = FX_GAMMA(dest_scan[2]); in _CompositeRow_BitMask2Rgb_RgbByteOrder() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp1001 FX_ARGB back_color = 0xff000000; in LoadSMask() local