Searched refs:m_PathCount (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp27 m_PathCount = 0;
37 FX_DELETE_VECTOR(m_pPathList, CPDF_Path, m_PathCount);
55 m_PathCount = src.m_PathCount;
56 if (m_PathCount) {
57 int alloc_size = m_PathCount;
62 for (int i = 0; i < m_PathCount; i ++) {
66 FXSYS_memcpy32(m_pTypeList, src.m_pTypeList, m_PathCount);
89 ASSERT(m_TextCount == 0 && m_PathCount == 0);
91 m_PathCount
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h115 int m_PathCount; member in class:CPDF_ClipPathData
131 return m_pObject->m_PathCount;

Completed in 65 milliseconds