/third_party/flutter/skia/src/core/ |
D | SkVertices.cpp | 218 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()
|
D | SkPicturePlayback.cpp | 558 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()
|
D | SkRecorder.cpp | 278 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument 281 this->copy(bones, boneCount), in onDrawVerticesObject() 282 boneCount, in onDrawVerticesObject()
|
D | SkOverdrawCanvas.cpp | 133 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument 137 boneCount, in onDrawVerticesObject()
|
D | SkDraw.h | 70 const SkPaint& paint, const SkVertices::Bone bones[], int boneCount) const;
|
D | SkDraw_vertices.cpp | 166 int boneCount) const { in drawVertices() 212 if (bones && boneCount) { in drawVertices()
|
D | SkPictureRecord.cpp | 627 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()
|
D | SkBitmapDevice.h | 102 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
|
D | SkRecorder.h | 102 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | SkCanvas.cpp | 1742 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/ |
D | GrDrawVerticesOp.cpp | 26 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()
|
D | GrDrawVerticesOp.h | 32 int boneCount,
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.h | 88 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/ |
D | SkSVGDevice.h | 39 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
|
/third_party/flutter/skia/include/utils/ |
D | SkLuaCanvas.h | 52 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | SkPaintFilterCanvas.h | 77 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | SkNWayCanvas.h | 65 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
/third_party/flutter/skia/include/core/ |
D | SkOverdrawCanvas.h | 36 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | SkCanvasVirtualEnforcer.h | 42 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | SkVertices.h | 232 sk_sp<SkVertices> applyBones(const Bone bones[], int boneCount) const;
|
/third_party/flutter/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 184 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument 188 this->SkNWayCanvas::onDrawVerticesObject(vertices, bones, boneCount, bmode, apf.paint()); in onDrawVerticesObject()
|
D | SkNWayCanvas.cpp | 303 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/ |
D | DebugCanvas.h | 139 int boneCount,
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 91 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.h | 100 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
|