Searched refs:GetSourceAlpha (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 412 inline int GetSourceAlpha(const uint8_t* cover_scan, in GetSourceAlpha() function in __anon2a8c211c0111::CFX_Renderer 620 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanGray() 641 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanGray() 667 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanARGB() 691 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanARGB() 735 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB() 763 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB() 791 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanRGB() 832 : GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanCMYK() 859 int src_alpha = GetSourceAlpha(cover_scan, clip_scan, col); in CompositeSpanCMYK() [all …]
|