Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.h28 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
DSkPatchUtils.cpp162 SkPatchUtils::GetTopCubic(cubics, pts); in GetLevelOfDetail()
185 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetTopCubic() function in SkPatchUtils
362 SkPatchUtils::GetTopCubic(cubics, pts); in MakeVertices()
/external/skia/gm/
Dpatch.cpp31 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()
/external/skia/samplecode/
DPerlinPatch.cpp21 SkPatchUtils::GetTopCubic(cubics, top); in draw_control_points()