Home
last modified time | relevance | path

Searched refs:PDFPAGE_FORM (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h433 #define PDFPAGE_FORM 5 macro
684 m_Type = PDFPAGE_FORM; in CPDF_FormObject()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp410 case PDFPAGE_FORM: in ProcessObjectNoClip()
428 case PDFPAGE_FORM: in DrawObjWithBlend()
458 if (pObj->m_Type == PDFPAGE_FORM) { in DrawObjWithBackground()
735 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency()
863 if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessTransparency()
1130 if (pCurObj->m_Type == PDFPAGE_FORM || pCurObj->m_Type == PDFPAGE_SHADING) { in Continue()
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp245 if(pPageObj->m_Type == PDFPAGE_FORM) in FPDFPageObj_HasTransparency()
/external/pdfium/core/src/reflow/
Dreflowedpage.h153 if (NULL == pParentObj || PDFPAGE_FORM != pParentObj->m_Type) { in GetFormDict()
Dreflowedpage.cpp105 if (PDFPAGE_FORM != pObj->m_Type) { in MarkPageObjMemberShip()
Dlayoutprocessor_reflow.cpp777 } else if(pObj->m_Type == PDFPAGE_FORM) { in ProcessObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp21 case PDFPAGE_FORM: in Create()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1081 } else if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessObject()
1114 } else if (pPageObj->m_Type == PDFPAGE_FORM) { in ProcessFormObject()