Searched refs:conicWeights (Results 1 – 5 of 5) sorted by relevance
122 return path.fPathRef->conicWeights(); in ConicWeightData()
217 !SkToBool(memcmp(fPathRef->conicWeights(), compare.fPathRef->conicWeights(), in isInterpolatable()218 fPathRef->countWeights() * sizeof(*fPathRef->conicWeights()))); in isInterpolatable()1585 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local1601 this->conicTo(pts[1], pts[0], *--conicWeights); in reversePathTo()1623 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in reverseAddPath() local1653 this->conicTo(pts[1], pts[0], *--conicWeights); in reverseAddPath()1800 fConicWeights = path.fPathRef->conicWeights(); in setPath()2533 fCurrConicWeight = pathRef.conicWeights(); in ContourIter()
670 fConicWeights = path.conicWeights(); in setPathRef()
244 GrAAHairLinePathRenderer::FloatArray* conicWeights) { in gather_lines_and_quads() argument284 conicWeights->push_back() = dst[i].fW; in gather_lines_and_quads()
271 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights() function