Home
last modified time | relevance | path

Searched refs:getBottomCubic (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/
DSkPatchUtils.cpp125 SkPatchUtils::getBottomCubic(cubics, pts); in GetLevelOfDetail()
151 void SkPatchUtils::getBottomCubic(const SkPoint cubics[12], SkPoint points[4]) { in getBottomCubic() function in SkPatchUtils
220 SkPatchUtils::getBottomCubic(cubics, pts); in getVertexData()
DSkPatchUtils.h95 static void getBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
/external/skia/gm/
Dpatch.cpp28 SkPatchUtils::getBottomCubic(cubics, bottom); in draw_control_points()
Dpatchgrid.cpp16 SkPatchUtils::getBottomCubic(cubics, bottom); in draw_control_points()
/external/skia/samplecode/
DPerlinPatch.cpp19 SkPatchUtils::getBottomCubic(cubics, bottom); in draw_control_points()