Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp293 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya() local
335 if (bNonseparableBlend) { in _CompositeRow_Argb2Graya()
339 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Graya()
497 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray() local
511 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()
515 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Gray()
534 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()
538 gray = bNonseparableBlend ? blended_color in _CompositeRow_Argb2Gray()
595 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray() local
603 if (bNonseparableBlend) { in _CompositeRow_Rgb2Gray()
[all …]