Lines Matching refs:SkPatchUtils
13 #include "src/utils/SkPatchUtils.h"
45 const SkPoint points[SkPatchUtils::kNumCtrlPts] = {
55 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
59 const SkColor colors[SkPatchUtils::kNumCorners] = {
62 memcpy(fColors, colors, SkPatchUtils::kNumCorners * sizeof(SkColor));
66 const SkPoint texCoords[SkPatchUtils::kNumCorners] = {
69 memcpy(fTexCoords, texCoords, SkPatchUtils::kNumCorners * sizeof(SkPoint));
169 const SkPoint points[SkPatchUtils::kNumCtrlPts] = {
179 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
195 const SkPoint points[SkPatchUtils::kNumCtrlPts] = {
205 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
221 const SkPoint points[SkPatchUtils::kNumCtrlPts] = {
231 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
328 #include "src/utils/SkPatchUtils.h"
357 SkPatchUtils::MakeVertices(pts, colors, tex, 20, 20, cs.get());