Searched refs:mask_argb (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 23 …CPDF_RenderStatus::CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_argb, in CompositeDIBitmap() argument 40 FX_DWORD fill_argb = m_Options.TranslateColor(mask_argb); in CompositeDIBitmap() 76 mask_argb, left, top, blend_mode); in CompositeDIBitmap() 105 mask_argb, 0, 0, blend_mode); in CompositeDIBitmap()
|
D | render_int.h | 134 void CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_argb,
|