Home
last modified time | relevance | path

Searched refs:PDFPAGE_PATH (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h430 #define PDFPAGE_PATH 2 macro
621 m_Type = PDFPAGE_PATH; in CPDF_PathObject()
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp239 if(pPageObj->m_Type == PDFPAGE_PATH) in FPDFPageObj_HasTransparency()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp17 case PDFPAGE_PATH: in Create()
65 case PDFPAGE_PATH: in RecalcBBox()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp401 case PDFPAGE_PATH: in ProcessObjectNoClip()
422 case PDFPAGE_PATH: in DrawObjWithBlend()
Dfpdf_render_pattern.cpp849 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawShadingPattern()
923 if (pPageObj->m_Type == PDFPAGE_PATH) { in DrawTilingPattern()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp776 } else if(pObj->m_Type == PDFPAGE_PATH) { in ProcessObject()
1113 } else if(pObj->m_Type == PDFPAGE_PATH) { in CreateRFData()
Dautoreflow.cpp498 if(!pObj || pObj->m_Type == PDFPAGE_PATH) { in GenerateLine()