Home
last modified time | relevance | path

Searched refs:kPtIndex (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp40 static const int kPtIndex[] = { 0, 1, 1, 1, 1, 0 }; variable
190 bounds.setBounds(&pts[kPtIndex[SkPath::kMove_Verb]], kPtCount[SkPath::kMove_Verb]);
194 verbBounds.setBounds(&pts[kPtIndex[(int)verb]], kPtCount[(int)verb]);

Completed in 1 milliseconds