HomeSort by relevance Sort by last modified time
    Searched refs:ProcessForm (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 103 void CPDF_PageContentGenerate::ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matrix)
152 ProcessForm(buf, pBuf, size, matrix);
158 ProcessForm(buf, contentStream.GetData(), contentStream.GetSize(), matrix);
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 242 void ProcessForm(CFX_ByteTextBuf& buf, FX_LPCBYTE data, FX_DWORD size, CFX_Matrix& matrix);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 432 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device);
455 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device);
497 FX_BOOL CPDF_RenderStatus::ProcessForm(CPDF_FormObject* pFormObj, const CFX_AffineMatrix* pObj2Device)
    [all...]
render_int.h 143 FX_BOOL ProcessForm(CPDF_FormObject* pFormObj, const CFX_AffineMatrix* pObj2Device);

Completed in 47 milliseconds