Home | History | Annotate | Download | only in gm

Lines Matching refs:SkPatchUtils

11 #include "SkPatchUtils.h"
27 SkPoint bottom[SkPatchUtils::kNumPtsCubic];
28 SkPatchUtils::getBottomCubic(cubics, bottom);
29 SkPoint top[SkPatchUtils::kNumPtsCubic];
30 SkPatchUtils::getTopCubic(cubics, top);
31 SkPoint left[SkPatchUtils::kNumPtsCubic];
32 SkPatchUtils::getLeftCubic(cubics, left);
33 SkPoint right[SkPatchUtils::kNumPtsCubic];
34 SkPatchUtils::getRightCubic(cubics, right);
71 const SkPoint cubics[SkPatchUtils::kNumCtrlPts] = {
82 const SkColor colors[SkPatchUtils::kNumCorners] = {
85 const SkPoint texCoords[SkPatchUtils::kNumCorners] = {