HomeSort by relevance Sort by last modified time
    Searched defs:fCubics (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
PatchBench.cpp 54 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
131 canvas->drawPatch(fCubics, nullptr, nullptr, nullptr, fPaint);
134 canvas->drawPatch(fCubics, fColors, nullptr, nullptr, fPaint);
137 canvas->drawPatch(fCubics, nullptr, fTexCoords, nullptr, fPaint);
140 canvas->drawPatch(fCubics, fColors, fTexCoords, nullptr, fPaint);
151 SkPoint fCubics[12];
179 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
205 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
231 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint));
  /external/skia/tools/debugger/
SkDrawCommand.h 537 SkPoint fCubics[12];

Completed in 201 milliseconds