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.cpp34 int _BLEND(int blend_mode, int back_color, int src_color) { in _BLEND()
1228 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend() local
1255 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend() local
1348 int back_color = *dest_scan; in _CompositeRow_Rgb2Rgb_Blend_NoClip() local
1384 int back_color = *dest_scan; in _CompositeRow_Rgb2Rgb_Blend_Clip() local
1673 int back_color = *dest_scan; in _CompositeRow_Argb2Rgb_Blend_Transform() local
3269 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Argb2Rgb_Blend_RgbByteOrder() local
3317 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Rgb2Rgb_Blend_NoClip_RgbByteOrder() local
3458 int back_color = FX_GAMMA(dest_scan[index]); in _CompositeRow_Rgb2Rgb_Blend_Clip_RgbByteOrder() local
3957 int back_color = FX_GAMMA(dest_scan[2]); in _CompositeRow_BitMask2Rgb_RgbByteOrder() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp905 FX_ARGB back_color = 0xff000000; in LoadSMask() local