Home
last modified time | relevance | path

Searched refs:DrawObjectList (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h95 void DrawObjectList(CFX_RenderDevice* pDevice,
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp230 context.DrawObjectList(pDevice, pForm, &matrix, pOptions); in DrawAppearance()
Ddoc_formcontrol.cpp173 context.DrawObjectList(pDevice, &form, &matrix, pOptions); in DrawControl()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1025 void CPDF_RenderContext::DrawObjectList(CFX_RenderDevice* pDevice, in DrawObjectList() function in CPDF_RenderContext
Dfpdf_render_pattern.cpp992 context.DrawObjectList(&bitmap_device, pPattern->m_pForm, &mtPattern2Bitmap, in DrawPatternBitmap()