Home
last modified time | relevance | path

Searched refs:bAutoMerge (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h156 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/
Dfpdf_page_graph_state.cpp141 void CPDF_ClipPath::AppendPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendPath() argument
144 if (pData->m_PathCount && bAutoMerge) { in AppendPath()
Dfpdf_page.cpp48 void CPDF_PageObject::AppendClipPath(CPDF_Path path, int type, FX_BOOL bAutoMerge) in AppendClipPath() argument
50 m_ClipPath.AppendPath(path, type, bAutoMerge); in AppendClipPath()