Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp23 void CPDF_RenderStatus::CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_… in CompositeDIBitmap() function in CPDF_RenderStatus
717 m_pRenderStatus->CompositeDIBitmap(pStretched, dest_rect.left, dest_rect.top, m_FillArgb, in StartDIBSource()
Drender_int.h134 void CompositeDIBitmap(CFX_DIBitmap* pDIBitmap, int left, int top, FX_ARGB mask_argb,
Dfpdf_render.cpp866 CompositeDIBitmap(bitmap, rect.left, rect.top, 0, 255, blend_type, Transparency); in ProcessTransparency()
Dfpdf_render_pattern.cpp1080 CompositeDIBitmap(&screen, clip_box.left, clip_box.top, 0, 255, FXDIB_BLEND_NORMAL, FALSE); in DrawTilingPattern()