Searched refs:_RGB_Blend (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 230 void _RGB_Blend(int blend_mode, FX_LPCBYTE src_scan, FX_BYTE* dest_scan, int results[3]) in _RGB_Blend() function 760 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Argb2Argb() 807 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Argb2Argb() 861 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Argb2Argb() 912 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Argb2Argb() 952 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Rgb2Argb_Blend_NoClip() 978 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Rgb2Argb_Blend_NoClip() 1019 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Rgb2Argb_Blend_Clip() 1055 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Rgb2Argb_Blend_Clip() 1176 _RGB_Blend(blend_type, src_scan, dest_scan, blended_colors); in _CompositeRow_Argb2Rgb_Blend() [all …]
|