Searched refs:path_count (Results 1 – 3 of 3) sorted by relevance
49 path_count = len(out.splitlines())53 f.write(PREFIX % path_count)
87 void CPDF_ClipPathData::SetCount(int path_count, int text_count) in SetCount() argument90 if (path_count) { in SetCount()91 m_PathCount = path_count; in SetCount()92 int alloc_size = (path_count + 7) / 8 * 8; in SetCount()
112 void SetCount(int path_count, int text_count);