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

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

Completed in 160 milliseconds