Searched refs:ptCount (Results 1 – 2 of 2) sorted by relevance
381 int ptCount = path.getPoints(NULL, 0); in cheap_worst_case_edge_count() local386 int edgeCount = ptCount << 1; in cheap_worst_case_edge_count()389 size_t quadSize = (ptCount * 3 >> 1) * sizeof(SkQuadraticEdge); in cheap_worst_case_edge_count()391 size_t lineSize = (ptCount << 1) * sizeof(SkEdge); in cheap_worst_case_edge_count()392 size_t cubicSize = (ptCount * 3 / 4) * sizeof(SkCubicEdge); in cheap_worst_case_edge_count()
72 const uint16_t indices[], int ptCount,