Home
last modified time | relevance | path

Searched refs:fPathVerbs (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkOpEdgeBuilder.cpp40 SkASSERT(fPathVerbs.count() > 0 && fPathVerbs.end()[-1] == SkPath::kDone_Verb); in addOperand()
41 fPathVerbs.pop(); in addOperand()
63 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour()
66 int verbCount = fPathVerbs.count(); in closeContour()
68 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1] in closeContour()
70 fPathVerbs.pop(); in closeContour()
76 *fPathVerbs.append() = SkPath::kClose_Verb; in closeContour()
97 *fPathVerbs.append() = verb; in preFetch()
106 uint8_t lastVerb = fPathVerbs.top(); in preFetch()
154 *fPathVerbs.append() = verb; in preFetch()
[all …]
DSkOpEdgeBuilder.h65 SkTDArray<uint8_t> fPathVerbs; variable
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp44 SkASSERT(fPathVerbs.count() > 0 && fPathVerbs.end()[-1] == SkPath::kDone_Verb); in addOperand()
45 fPathVerbs.pop(); in addOperand()
67 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour()
70 int verbCount = fPathVerbs.count(); in closeContour()
72 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1] in closeContour()
74 fPathVerbs.pop(); in closeContour()
80 *fPathVerbs.append() = SkPath::kClose_Verb; in closeContour()
98 *fPathVerbs.append() = verb; in preFetch()
107 uint8_t lastVerb = fPathVerbs.top(); in preFetch()
148 *fPathVerbs.append() = verb; in preFetch()
[all …]
DSkOpEdgeBuilder.h65 SkTDArray<uint8_t> fPathVerbs; variable