HomeSort by relevance Sort by last modified time
    Searched refs:m_PathCount (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 27 m_PathCount = 0;
53 m_PathCount = src.m_PathCount;
54 if (m_PathCount) {
55 int alloc_size = m_PathCount;
60 for (int i = 0; i < m_PathCount; i ++) {
64 FXSYS_memcpy32(m_pTypeList, src.m_pTypeList, m_PathCount);
86 ASSERT(m_TextCount == 0 && m_PathCount == 0);
88 m_PathCount = path_count;
140 if (pData->m_PathCount && bAutoMerge)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 113 int m_PathCount;
129 return m_pObject->m_PathCount;

Completed in 159 milliseconds