Searched refs:m_Blue (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 431 int m_Blue; member in __anond9e889450111::CFX_Renderer 474 *dest_scan++ = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, alpha_ratio); in CompositeSpan() 480 int b = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, alpha_ratio); in CompositeSpan() 497 int b = FXDIB_ALPHA_MERGE(*ori_scan, m_Blue, src_alpha); in CompositeSpan() 519 *dest_scan++ = m_Blue; in CompositeSpan() 527 *dest_scan++ = m_Blue; in CompositeSpan() 535 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, cover); in CompositeSpan() 548 *dest_scan++ = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, src_alpha); in CompositeSpan() 555 int b = FXDIB_ALPHA_MERGE(*ori_scan++, m_Blue, src_alpha); in CompositeSpan() 680 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, alpha_ratio); in CompositeSpanARGB() [all …]
|