Searched refs:AppendPath (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h156 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp210 pNewClipPath->AppendPath(Path, FXFILL_ALTERNATE, FALSE);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp670 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE);
H A Dfpdf_page_graph_state.cpp141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) function in class:CPDF_ClipPath
H A Dfpdf_page_parser_old.cpp1005 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE);
H A Dfpdf_page.cpp50 m_ClipPath.AppendPath(path, type, bAutoMerge);

Completed in 1640 milliseconds