Searched refs:bAutoMerge (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 156 void AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge); 471 void AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath() argument 144 if (pData->m_PathCount && bAutoMerge) { in AppendPath()
|
D | fpdf_page.cpp | 48 void CPDF_PageObject::AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendClipPath() argument 50 m_ClipPath.AppendPath(path, type, bAutoMerge); in AppendClipPath()
|