Home | History | Annotate | Download | only in samplecode

Lines Matching refs:SkPatchUtils

12 #include "SkPatchUtils.h"
18 SkPoint bottom[SkPatchUtils::kNumPtsCubic];
19 SkPatchUtils::getBottomCubic(cubics, bottom);
20 SkPoint top[SkPatchUtils::kNumPtsCubic];
21 SkPatchUtils::getTopCubic(cubics, top);
22 SkPoint left[SkPatchUtils::kNumPtsCubic];
23 SkPatchUtils::getLeftCubic(cubics, left);
24 SkPoint right[SkPatchUtils::kNumPtsCubic];
25 SkPatchUtils::getRightCubic(cubics, right);
69 SkPoint fPts[SkPatchUtils::kNumCtrlPts];
96 const SkColor colors[SkPatchUtils::kNumCorners] = {
138 const SkPoint texCoords[SkPatchUtils::kNumCorners] = {