Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp293 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya()
497 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray()
595 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray()
648 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Graya()
739 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Argb()
961 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Argb_Blend_NoClip()
1029 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Argb_Blend_Clip()
1209 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Rgb_Blend()
1340 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Rgb_Blend_NoClip()
1369 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Rgb_Blend_Clip()
[all …]
/external/pdfium/core/include/fxge/
Dfx_dib.h60 #define FXDIB_BLEND_NONSEPARABLE 21 macro
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp616 } else if (blendType >= FXDIB_BLEND_NONSEPARABLE && in SetDIBits()