Searched refs:path_count (Results 1 – 2 of 2) sorted by relevance
75 void CPDF_ClipPathData::SetCount(int path_count, int text_count) { in SetCount() argument77 if (path_count) { in SetCount()78 m_PathCount = path_count; in SetCount()79 int alloc_size = (path_count + 7) / 8 * 8; in SetCount()
76 void SetCount(int path_count, int text_count);