Home
last modified time | relevance | path

Searched refs:GetGrayWithBlend (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp223 uint8_t GetGrayWithBlend(const uint8_t* src_scan, in GetGrayWithBlend() function
294 gray = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Argb2Gray()
310 gray = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Rgb2Gray()
337 *dest_scan = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Rgb2Graya()
355 uint8_t gray = GetGrayWithBlend(src_scan, dest_scan, blend_type); in CompositeRow_Rgb2Graya()