Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp409 *dest_scan++ = m_Blue; in CompositeSpanARGB_2()
419 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB_2()
466 *dest_scan++ = m_Blue; in CompositeSpanARGB_3()
477 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, cover_scan); in CompositeSpanARGB_3()
522 *dest_scan++ = m_Blue; in CompositeSpanARGB_6()
532 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB_6()
557 *dest_scan++ = m_Blue; in CompositeSpanARGB_6()
567 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB_6()
591 *dest_scan++ = m_Blue; in CompositeSpanARGB_6()
601 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB_6()
[all …]
Dfx_skia_blitter_new.h14 m_Blue, // Yellow
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp369 int m_Alpha, m_Red, m_Green, m_Blue, m_Gray; member in CFX_Renderer
428 *dest_scan++ = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, alpha_ratio); in CompositeSpan()
434 int b = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, alpha_ratio); in CompositeSpan()
456 int b = FXDIB_ALPHA_MERGE(*ori_scan, m_Blue, src_alpha); in CompositeSpan()
483 *dest_scan++ = m_Blue; in CompositeSpan()
491 *dest_scan++ = m_Blue; in CompositeSpan()
499 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, cover); in CompositeSpan()
518 *dest_scan++ = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, src_alpha); in CompositeSpan()
525 int b = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, src_alpha); in CompositeSpan()
738 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB()
[all …]