Searched refs:ProcessForm (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_content.cpp | 102 void CPDF_PageContentGenerate::ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CF… 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 | 238 …void ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matr…
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 411 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device); in ProcessObjectNoClip() 429 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device); in DrawObjWithBlend() 469 FX_BOOL CPDF_RenderStatus::ProcessForm(CPDF_FormObject* pFormObj, const CFX_AffineMatrix* pObj2Devi… in ProcessForm() function in CPDF_RenderStatus
|
D | render_int.h | 145 FX_BOOL ProcessForm(CPDF_FormObject* pFormObj, const CFX_AffineMatrix* pObj2Device);
|