Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
DPath_conicTo_2.cpp18 SkScalar conicWeights[] = { 0.707107f, 0.819152f, 0.906308f, 0.965926f }; in draw() local
/third_party/skia/include/private/
DSkPathRef.h326 const SkScalar* conicWeights() const { return fConicWeights.begin(); } in conicWeights() function
/third_party/skia/src/core/
DSkPathBuilder.cpp821 const SkScalar* conicWeights = src.fPathRef->conicWeightsEnd(); in privateReverseAddPath() local
DSkPath.cpp1458 const SkScalar* conicWeights = path.fPathRef->conicWeightsEnd(); in reversePathTo() local
1500 const SkScalar* conicWeights = src->fPathRef->conicWeightsEnd(); in reverseAddPath() local
/third_party/skia/src/gpu/ops/
DAAHairLinePathRenderer.cpp261 FloatArray* conicWeights) { in gather_lines_and_quads()