Searched refs:ConicWeightData (Results 1 – 5 of 5) sorted by relevance
45 , fWeights(SkPathPriv::ConicWeightData(fPath)) {} in MidpointContourParser()
202 static const SkScalar* ConicWeightData(const SkPath& path) { in ConicWeightData() function
110 const SkScalar weight = SkPathPriv::ConicWeightData(exactPath)[0]; in test_undetected_paths()
127 sk_careful_memcpy(key, SkPathPriv::ConicWeightData(path), sizeof(SkScalar) * conicWeightCnt); in write_path_key_from_data()
375 SkConic conic(pts, SkPathPriv::ConicWeightData(path)[0]); in draw_t_divs()