Home
last modified time | relevance | path

Searched refs:boneCount (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkVertices.cpp218 sk_sp<SkVertices> SkVertices::applyBones(const SkVertices::Bone bones[], int boneCount) const { in applyBones()
222 if (!bones || !boneCount) { in applyBones()
225 SkASSERT(boneCount >= 1); in applyBones()
246 if (boneCount > 1) { in applyBones()
259 SkASSERT(index < boneCount); in applyBones()
DSkPicturePlayback.cpp558 const int boneCount = reader->readInt(); in handleOp() local
559 const SkVertices::Bone* bones = boneCount ? in handleOp()
560 (const SkVertices::Bone*) reader->skip(boneCount, sizeof(SkVertices::Bone)) : in handleOp()
566 canvas->drawVertices(vertices, bones, boneCount, bmode, *paint); in handleOp()
DSkRecorder.cpp278 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
281 this->copy(bones, boneCount), in onDrawVerticesObject()
282 boneCount, in onDrawVerticesObject()
DSkOverdrawCanvas.cpp133 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument
137 boneCount, in onDrawVerticesObject()
DSkDraw.h70 const SkPaint& paint, const SkVertices::Bone bones[], int boneCount) const;
DSkDraw_vertices.cpp166 int boneCount) const { in drawVertices()
212 if (bones && boneCount) { in drawVertices()
DSkPictureRecord.cpp627 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument
630 size_t size = 5 * kUInt32Size + boneCount * sizeof(SkVertices::Bone); in onDrawVerticesObject()
635 this->addInt(boneCount); in onDrawVerticesObject()
636 fWriter.write(bones, boneCount * sizeof(SkVertices::Bone)); in onDrawVerticesObject()
DSkBitmapDevice.h102 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
DSkRecorder.h102 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DSkCanvas.cpp1742 int boneCount, SkBlendMode mode, const SkPaint& paint) { in drawVertices() argument
1745 SkASSERT(boneCount <= 80); in drawVertices()
1746 this->onDrawVerticesObject(vertices.get(), bones, boneCount, mode, paint); in drawVertices()
1750 int boneCount, SkBlendMode mode, const SkPaint& paint) { in drawVertices() argument
1753 SkASSERT(boneCount <= 80); in drawVertices()
1754 this->onDrawVerticesObject(vertices, bones, boneCount, mode, paint); in drawVertices()
2581 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
2586 iter.fDevice->drawVertices(vertices, bones, boneCount, bmode, draw.paint()); in onDrawVerticesObject()
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp26 const SkVertices::Bone bones[], int boneCount, GrPrimitiveType, GrAAType,
137 int boneCount, GrPrimitiveType primitiveType, GrAAType aaType, in DrawVerticesOp() argument
160 mesh.fVertices = mesh.fVertices->applyBones(bones, boneCount); in DrawVerticesOp()
162 SkASSERT(!bones || boneCount == 1); in DrawVerticesOp()
175 if (!mesh.fVertices->hasBones() && boneCount == 1) { in DrawVerticesOp()
576 int boneCount, in Make() argument
586 bones, boneCount, in Make()
DGrDrawVerticesOp.h32 int boneCount,
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.h88 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
233 const SkVertices::Bone bones[], int boneCount, SkBlendMode,
/third_party/flutter/skia/src/svg/
DSkSVGDevice.h39 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
/third_party/flutter/skia/include/utils/
DSkLuaCanvas.h52 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DSkPaintFilterCanvas.h77 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DSkNWayCanvas.h65 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
/third_party/flutter/skia/include/core/
DSkOverdrawCanvas.h36 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DSkCanvasVirtualEnforcer.h42 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DSkVertices.h232 sk_sp<SkVertices> applyBones(const Bone bones[], int boneCount) const;
/third_party/flutter/skia/src/utils/
DSkPaintFilterCanvas.cpp184 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument
188 this->SkNWayCanvas::onDrawVerticesObject(vertices, bones, boneCount, bmode, apf.paint()); in onDrawVerticesObject()
DSkNWayCanvas.cpp303 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
306 iter->drawVertices(vertices, bones, boneCount, bmode, paint); in onDrawVerticesObject()
/third_party/flutter/skia/tools/debugger/
DDebugCanvas.h139 int boneCount,
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.h91 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
/third_party/flutter/skia/src/xps/
DSkXPSDevice.h100 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,

12