Searched refs:_BLEND (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 34 int _BLEND(int blend_mode, int back_color, int src_color) { in _BLEND() function 43 return _BLEND(FXDIB_BLEND_HARDLIGHT, src_color, back_color); in _BLEND() 72 return _BLEND(FXDIB_BLEND_SCREEN, back_color, 2 * src_color - 255); in _BLEND() 340 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya() 516 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray() 539 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray() 608 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Rgb2Gray() 687 : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Rgb2Graya() 779 : _BLEND(blend_type, *dest_scan, *src_scan); in _CompositeRow_Argb2Argb() 831 : _BLEND(blend_type, *dest_scan, *src_scan); in _CompositeRow_Argb2Argb() [all …]
|