Searched refs:ptCount (Results 26 - 28 of 28) sorted by relevance

12

/external/skqp/src/core/
H A DSkPath.cpp2069 Format in compressed buffer: [ptCount, verbCount, pts[], verbs[]]
2671 int ptCount = 1; // moveTo local
2679 ptCount += 1;
2685 ptCount += 2;
2688 ptCount += 3;
2698 fCurrPtCount = ptCount;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp631 int ptCount = SkPathOpsVerbToPoints(verb); local
632 for (int index = 0; index <= ptCount; ++index) {
634 if (index < ptCount - 1) {
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp631 int ptCount = SkPathOpsVerbToPoints(verb); local
632 for (int index = 0; index <= ptCount; ++index) {
634 if (index < ptCount - 1) {

Completed in 183 milliseconds

12