Home
last modified time | relevance | path

Searched refs:gCubics (Results 1 – 2 of 2) sorted by relevance

/external/skqp/gm/
Dpatch.cpp69 const SkPoint gCubics[SkPatchUtils::kNumCtrlPts] = { variable
118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint); in dopatch()
121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint); in dopatch()
125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint); in dopatch()
130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint); in dopatch()
137 draw_control_points(canvas, gCubics); in dopatch()
172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
177 path.moveTo(gCubics[0]);
178 path.cubicTo(gCubics[ 1], gCubics[ 2], gCubics[ 3]);
179 path.cubicTo(gCubics[ 4], gCubics[ 5], gCubics[ 6]);
[all …]
/external/skia/gm/
Dpatch.cpp69 const SkPoint gCubics[SkPatchUtils::kNumCtrlPts] = { variable
118 canvas->drawPatch(gCubics, nullptr, nullptr, modes[y], paint); in dopatch()
121 canvas->drawPatch(gCubics, colors, nullptr, modes[y], paint); in dopatch()
125 canvas->drawPatch(gCubics, nullptr, tex, modes[y], paint); in dopatch()
130 canvas->drawPatch(gCubics, colors, tex, modes[y], paint); in dopatch()
137 draw_control_points(canvas, gCubics); in dopatch()
172 canvas->drawPatch(gCubics, colors, nullptr, SkBlendMode::kModulate, paint);
177 path.moveTo(gCubics[0]);
178 path.cubicTo(gCubics[ 1], gCubics[ 2], gCubics[ 3]);
179 path.cubicTo(gCubics[ 4], gCubics[ 5], gCubics[ 6]);
[all …]