HomeSort by relevance Sort by last modified time
    Searched refs:getBottomCubic (Results 1 - 5 of 5) sorted by null

  /external/skia/src/utils/
SkPatchUtils.h 95 static void getBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
SkPatchUtils.cpp 125 SkPatchUtils::getBottomCubic(cubics, pts);
151 void SkPatchUtils::getBottomCubic(const SkPoint cubics[12], SkPoint points[4]) {
220 SkPatchUtils::getBottomCubic(cubics, pts);
  /external/skia/gm/
patch.cpp 28 SkPatchUtils::getBottomCubic(cubics, bottom);
patchgrid.cpp 16 SkPatchUtils::getBottomCubic(cubics, bottom);
  /external/skia/samplecode/
PerlinPatch.cpp 19 SkPatchUtils::getBottomCubic(cubics, bottom);

Completed in 162 milliseconds