Home
last modified time | relevance | path

Searched refs:AppendPath (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp210 pNewClipPath->AppendPath(Path, FXFILL_ALTERNATE, FALSE); in FPDF_CreateClipPath()
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/
Dvgapi.csv5 void, AppendPath, VGPath dstPath, VGPath srcPath
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv5 void, AppendPath, VGPath dstPath, VGPath srcPath
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h156 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp768 parser.m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in AddForm()
1611 m_pCurStates->m_ClipPath.AppendPath(path, FXFILL_WINDING, TRUE); in AddPathObject()
1639 m_pCurStates->m_ClipPath.AppendPath(Path, PathClipType, TRUE); in AddPathObject()
Dfpdf_page_parser_new.cpp670 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
Dfpdf_page_graph_state.cpp141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath() function in CPDF_ClipPath
Dfpdf_page_parser_old.cpp1005 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
Dfpdf_page.cpp50 m_ClipPath.AppendPath(path, type, bAutoMerge); in AppendClipPath()