Searched refs:AppendPath (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 210 pNewClipPath->AppendPath(Path, FXFILL_ALTERNATE, FALSE); in FPDF_CreateClipPath()
|
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/ |
D | vgapi.csv | 5 void, AppendPath, VGPath dstPath, VGPath srcPath
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 5 void, AppendPath, VGPath dstPath, VGPath srcPath
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 156 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 768 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()
|
D | fpdf_page_parser_new.cpp | 670 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
|
D | fpdf_page_graph_state.cpp | 141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath() function in CPDF_ClipPath
|
D | fpdf_page_parser_old.cpp | 1005 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
|
D | fpdf_page.cpp | 50 m_ClipPath.AppendPath(path, type, bAutoMerge); in AppendClipPath()
|