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