Home
last modified time | relevance | path

Searched refs:ConicWeightData (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPathWedgeTessellator.cpp45 , fWeights(SkPathPriv::ConicWeightData(fPath)) {} in MidpointContourParser()
/third_party/skia/src/core/
DSkPathPriv.h202 static const SkScalar* ConicWeightData(const SkPath& path) { in ConicWeightData() function
/third_party/skia/tests/
DRRectInPathTest.cpp110 const SkScalar weight = SkPathPriv::ConicWeightData(exactPath)[0]; in test_undetected_paths()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp127 sk_careful_memcpy(key, SkPathPriv::ConicWeightData(path), sizeof(SkScalar) * conicWeightCnt); in write_path_key_from_data()
/third_party/skia/samplecode/
DSampleQuadStroker.cpp375 SkConic conic(pts, SkPathPriv::ConicWeightData(path)[0]); in draw_t_divs()