Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkPatchUtils.cpp164 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()
DSkPatchUtils.h30 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
/third_party/skia/src/utils/
DSkPatchUtils.cpp166 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()
DSkPatchUtils.h30 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
/third_party/flutter/skia/gm/
Dpatch.cpp42 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
/third_party/skia/gm/
Dpatch.cpp42 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
/third_party/flutter/skia/samplecode/
DPerlinPatch.cpp21 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()