Lines Matching refs:SkPatchUtils
8 #include "src/utils/SkPatchUtils.h"
163 SkISize SkPatchUtils::GetLevelOfDetail(const SkPoint cubics[12], const SkMatrix* matrix) {
166 SkPatchUtils::GetTopCubic(cubics, pts);
170 SkPatchUtils::GetBottomCubic(cubics, pts);
174 SkPatchUtils::GetLeftCubic(cubics, pts);
178 SkPatchUtils::GetRightCubic(cubics, pts);
193 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) {
200 void SkPatchUtils::GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) {
207 void SkPatchUtils::GetLeftCubic(const SkPoint cubics[12], SkPoint points[4]) {
214 void SkPatchUtils::GetRightCubic(const SkPoint cubics[12], SkPoint points[4]) {
237 sk_sp<SkVertices> SkPatchUtils::MakeVertices(const SkPoint cubics[12], const SkColor srcColors[4],
294 SkPatchUtils::GetBottomCubic(cubics, pts);
296 SkPatchUtils::GetTopCubic(cubics, pts);
298 SkPatchUtils::GetLeftCubic(cubics, pts);
300 SkPatchUtils::GetRightCubic(cubics, pts);