Searched refs:GetTopCubic (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/utils/ |
D | SkPatchUtils.cpp | 164 SkPatchUtils::GetTopCubic(cubics, pts); in GetLevelOfDetail() 191 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetTopCubic() function in SkPatchUtils 294 SkPatchUtils::GetTopCubic(cubics, pts); in MakeVertices()
|
D | SkPatchUtils.h | 30 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 166 SkPatchUtils::GetTopCubic(cubics, pts); in GetLevelOfDetail() 193 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetTopCubic() function in SkPatchUtils 296 SkPatchUtils::GetTopCubic(cubics, pts); in MakeVertices()
|
D | SkPatchUtils.h | 30 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
|
/third_party/flutter/skia/gm/ |
D | patch.cpp | 42 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
|
/third_party/skia/gm/ |
D | patch.cpp | 42 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
|
/third_party/flutter/skia/samplecode/ |
D | PerlinPatch.cpp | 21 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
|