Home
last modified time | relevance | path

Searched refs:path_count (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp75 void CPDF_ClipPathData::SetCount(int path_count, int text_count) { in SetCount() argument
77 if (path_count) { in SetCount()
78 m_PathCount = path_count; in SetCount()
79 int alloc_size = (path_count + 7) / 8 * 8; in SetCount()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h76 void SetCount(int path_count, int text_count);