Searched refs:path_count (Results 1 – 2 of 2) sorted by relevance
84 void CPDF_ClipPathData::SetCount(int path_count, int text_count) in SetCount() argument87 if (path_count) { in SetCount()88 m_PathCount = path_count; in SetCount()89 int alloc_size = (path_count + 7) / 8 * 8; in SetCount()
110 void SetCount(int path_count, int text_count);