Searched refs:ProcessForm (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 101 void CPDF_PageContentGenerate::ProcessForm(CFX_ByteTextBuf& buf, in ProcessForm() function in CPDF_PageContentGenerate 152 ProcessForm(buf, pBuf, size, matrix); in TransformContent() 158 ProcessForm(buf, contentStream.GetData(), contentStream.GetSize(), matrix); in TransformContent()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 179 void ProcessForm(CFX_ByteTextBuf& buf,
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 397 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device); in ProcessObjectNoClip() 415 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device); in DrawObjWithBlend() 457 FX_BOOL CPDF_RenderStatus::ProcessForm(CPDF_FormObject* pFormObj, in ProcessForm() function in CPDF_RenderStatus
|
D | render_int.h | 219 FX_BOOL ProcessForm(CPDF_FormObject* pFormObj, const CFX_Matrix* pObj2Device);
|