Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.cpp161 SkPoint pts[kNumPtsCubic]; in GetLevelOfDetail()
163 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
164 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
167 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
168 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
171 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
172 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
175 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
176 SkScalar rightLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail()
359 SkPoint pts[kNumPtsCubic]; in MakeVertices()
DSkPatchUtils.h22 kNumPtsCubic = 4 enumerator
/external/skia/gm/
Dpatch.cpp28 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
30 SkPoint top[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
32 SkPoint left[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
34 SkPoint right[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
/external/skia/samplecode/
DPerlinPatch.cpp18 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
20 SkPoint top[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
22 SkPoint left[SkPatchUtils::kNumPtsCubic]; in draw_control_points()
24 SkPoint right[SkPatchUtils::kNumPtsCubic]; in draw_control_points()