Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h88 void AppendObjectList(CPDF_PageObjects* pObjs,
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp243 pContext->AppendObjectList(pForm, &matrix); in DrawInContext()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp971 void CPDF_RenderContext::AppendObjectList(CPDF_PageObjects* pObjs, in AppendObjectList() function in CPDF_RenderContext
1029 AppendObjectList(pObjs, pObject2Device); in DrawObjectList()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp954 pContext->m_pContext->AppendObjectList(pPage, &matrix); in FPDF_RenderPage_Retail()