Searched refs:GetBottomCubic (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/utils/ |
D | SkPatchUtils.h | 35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
|
D | SkPatchUtils.cpp | 168 SkPatchUtils::GetBottomCubic(cubics, pts); in GetLevelOfDetail() 198 void SkPatchUtils::GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetBottomCubic() function in SkPatchUtils 292 SkPatchUtils::GetBottomCubic(cubics, pts); in MakeVertices()
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.h | 35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
|
D | SkPatchUtils.cpp | 170 SkPatchUtils::GetBottomCubic(cubics, pts); in GetLevelOfDetail() 200 void SkPatchUtils::GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetBottomCubic() function in SkPatchUtils 294 SkPatchUtils::GetBottomCubic(cubics, pts); in MakeVertices()
|
/third_party/flutter/skia/gm/ |
D | patch.cpp | 40 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|
/third_party/skia/gm/ |
D | patch.cpp | 40 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|
/third_party/flutter/skia/samplecode/ |
D | PerlinPatch.cpp | 19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
|