Searched refs:ApplyAlpha (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 126 void ApplyAlpha(uint8_t* dest, int b, int g, int r, int alpha) { in ApplyAlpha() function 139 ApplyAlpha(dest, b, g, r, src_alpha * 255 / dest_alpha); in ApplyDestAlpha() 173 ApplyAlpha(dest, b, g, r, src_alpha); in NormalizeDest() 184 ApplyAlpha(dest, b, g, r, CalcAlpha(TextGammaAdjust(src_value), a)); in NormalizeSrc()
|