Home
last modified time | relevance | path

Searched refs:kNumCtrlPts (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/bench/
H A DPatchBench.cpp45 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics()
55 memcpy(fCubics, points, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint)); in setCubics()
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));
/third_party/skia/src/utils/
H A DSkPatchUtils.h22 kNumCtrlPts = 12, enumerator
/third_party/skia/gm/
H A Dpatch.cpp80 const SkPoint gCubics[SkPatchUtils::kNumCtrlPts] = {
H A Dimagefiltersbase.cpp164 static constexpr SkPoint gCubics[SkPatchUtils::kNumCtrlPts] = { in draw_patch()
/third_party/skia/src/core/
H A DSkRecorder.cpp262 cubics ? this->copy(cubics, SkPatchUtils::kNumCtrlPts) : nullptr, in onDrawPatch()
H A DSkPictureRecord.cpp643 size_t size = 2 * kUInt32Size + SkPatchUtils::kNumCtrlPts * sizeof(SkPoint) + kUInt32Size; in onDrawPatch()
864 fWriter.write(cubics, SkPatchUtils::kNumCtrlPts * sizeof(SkPoint)); in addPatch()
H A DSkRecordDraw.cpp439 dst.setBounds(op.cubics, SkPatchUtils::kNumCtrlPts); in bounds()
H A DSkPicturePlayback.cpp503 const SkPoint* cubics = (const SkPoint*)reader->skip(SkPatchUtils::kNumCtrlPts, in handleOp()
H A DSkCanvas.cpp2455 bounds.setBounds(cubics, SkPatchUtils::kNumCtrlPts);

Completed in 13 milliseconds