Searched refs:GetTopCubic (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/utils/
H A DSkPatchUtils.h28 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
H A DSkPatchUtils.cpp161 SkPatchUtils::GetTopCubic(cubics, pts);
184 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { function in class:SkPatchUtils
360 SkPatchUtils::GetTopCubic(cubics, pts);
/external/skqp/src/utils/
H A DSkPatchUtils.h28 static void GetTopCubic(const SkPoint cubics[12], SkPoint points[4]);
H A DSkPatchUtils.cpp161 SkPatchUtils::GetTopCubic(cubics, pts);
184 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { function in class:SkPatchUtils
360 SkPatchUtils::GetTopCubic(cubics, pts);
/external/skia/gm/
H A Dpatch.cpp31 SkPatchUtils::GetTopCubic(cubics, top);
/external/skia/samplecode/
H A DPerlinPatch.cpp21 SkPatchUtils::GetTopCubic(cubics, top);
/external/skqp/gm/
H A Dpatch.cpp31 SkPatchUtils::GetTopCubic(cubics, top);
/external/skqp/samplecode/
H A DPerlinPatch.cpp21 SkPatchUtils::GetTopCubic(cubics, top);

Completed in 485 milliseconds