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.cpp311 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Graya() local
352 if (bNonseparableBlend) { in _CompositeRow_Argb2Graya()
355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Graya()
506 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Argb2Gray() local
520 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()
523 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()
541 if (bNonseparableBlend) { in _CompositeRow_Argb2Gray()
544 … gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray); in _CompositeRow_Argb2Gray()
597 FX_BOOL bNonseparableBlend = blend_type >= FXDIB_BLEND_NONSEPARABLE; in _CompositeRow_Rgb2Gray() local
605 if (bNonseparableBlend) { in _CompositeRow_Rgb2Gray()
[all …]