Searched refs:_BLEND (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 64 int _BLEND(int blend_mode, int back_color, int src_color) in _BLEND() function 74 return _BLEND(FXDIB_BLEND_HARDLIGHT, src_color, back_color); in _BLEND() 103 return _BLEND(FXDIB_BLEND_SCREEN, back_color, 2 * src_color - 255); in _BLEND() 355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya() 523 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray() 544 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray() 608 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Rgb2Gray() 680 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Rgb2Graya() 765 _BLEND(blend_type, *dest_scan, *src_scan); in _CompositeRow_Argb2Argb() 812 _BLEND(blend_type, *dest_scan, *src_scan); in _CompositeRow_Argb2Argb() [all …]
|