Home
last modified time | relevance | path

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

/external/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()
/external/skqp/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()
/external/skia/gm/
Dpatch.cpp29 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
/external/skqp/gm/
Dpatch.cpp29 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
/external/skqp/samplecode/
DPerlinPatch.cpp19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
/external/skia/samplecode/
DPerlinPatch.cpp19 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()