HomeSort by relevance Sort by last modified time
    Searched defs:ProcessForm (Results 1 - 2 of 2) 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/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...]

Completed in 45 milliseconds