Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp227 if (blend_type >= FXDIB_BLEND_NONSEPARABLE) in GetGrayWithBlend()
269 if (blend_type >= FXDIB_BLEND_NONSEPARABLE) in CompositeRow_Argb2Graya()
372 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Argb2Argb()
450 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Rgb2Argb_Blend_NoClip()
503 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Rgb2Argb_Blend_Clip()
656 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Argb2Rgb_Blend()
789 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Rgb2Rgb_Blend_NoClip()
819 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_Rgb2Rgb_Blend_Clip()
903 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_8bppPal2Gray()
932 bool bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in CompositeRow_8bppPal2Gray()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h66 #define FXDIB_BLEND_NONSEPARABLE 21 macro