Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp409 return clip_scan ? m_Alpha * clip_scan[col] / 255 : m_Alpha; in GetSrcAlpha()
415 return clip_scan ? m_Alpha * cover_scan[col] * clip_scan[col] / 255 / 255 in GetSourceAlpha()
416 : m_Alpha * cover_scan[col] / 255; in GetSourceAlpha()
428 int m_Alpha; member in __anon2a8c211c0111::CFX_Renderer
624 *dest_extra_alpha_scan = m_Alpha; in CompositeSpanGray()
769 *dest_extra_alpha_scan++ = static_cast<uint8_t>(m_Alpha); in CompositeSpanRGB()
836 *dest_extra_alpha_scan = static_cast<uint8_t>(m_Alpha); in CompositeSpanCMYK()
902 m_Alpha = FXARGB_A(color); in Init()
924 std::tie(m_Alpha, m_Red, m_Green, m_Blue) = ArgbDecode(color); in Init()