Home
last modified time | relevance | path

Searched refs:GetBottomCubic (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkPatchUtils.h35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
DSkPatchUtils.cpp168 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/
DSkPatchUtils.h35 static void GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
DSkPatchUtils.cpp170 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/
Dpatch.cpp40 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
/third_party/skia/gm/
Dpatch.cpp40 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
/third_party/flutter/skia/samplecode/
DPerlinPatch.cpp19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()