Home
last modified time | relevance | path

Searched refs:kNumPtsCubic (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/utils/
DSkPatchUtils.cpp165 SkPoint pts[kNumPtsCubic]; in GetLevelOfDetail()
167 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
168 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
171 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
172 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
175 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
176 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
179 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
180 SkScalar rightLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
293 SkPoint pts[kNumPtsCubic]; in MakeVertices()
DSkPatchUtils.h24 kNumPtsCubic = 4 enumerator
/third_party/skia/gm/
Dpatch.cpp39 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
41 SkPoint top[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
43 SkPoint left[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
45 SkPoint right[SkPatchUtils::kNumPtsCubic]; in draw_control_points()