Searched refs:conicWeights (Results 1 – 3 of 3) sorted by relevance
1325 const SkScalar* conicWeights = path.fPathRef->conicWeights(); in reversePathTo() local1335 conicWeights += (SkPath::kConic_Verb == v); in reversePathTo()1347 this->conicTo(pts[-1], pts[-2], *--conicWeights); in reversePathTo()1368 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local1398 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath()1544 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind in setPath()1795 fConicWeights = path.fPathRef->conicWeights() - 1; // begin one behind in setPath()2313 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
222 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights() function
243 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument283 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()