Home
last modified time | relevance | path

Searched refs:ptCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkScan_Path.cpp381 int ptCount = path.getPoints(NULL, 0); in cheap_worst_case_edge_count() local
386 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()
/external/skia/include/core/
DSkDraw.h72 const uint16_t indices[], int ptCount,