Home
last modified time | relevance | path

Searched defs:conicWeights (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/docs/examples/
H A DPath_conicTo_2.cpp17 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f }; in draw() local
/aosp_15_r20/external/skia/include/private/
H A DSkPathRef.h323 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
/aosp_15_r20/external/skia/src/core/
H A DSkPathBuilder.cpp825 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in privateReverseAddPath() local
H A DSkPath.cpp1549 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local
1591 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAAHairLinePathRenderer.cpp311 FloatArray* conicWeights) { in gather_lines_and_quads()