/third_party/flutter/skia/gm/ |
D | skinning.cpp | 125 const SkVertices::Bone* bones[kBoneCount]; in onDraw() local 127 bones[i] = &kBones[i]; in onDraw() 131 drawPermutations(canvas, xpos, ypos, bones, 1); in onDraw() 138 const SkVertices::Bone** bones, in drawPermutations() argument 147 copiedBones[i] = *bones[i]; in drawPermutations() 187 swap(bones + start, bones + i); in drawPermutations() 190 drawPermutations(canvas, xpos, ypos, bones, start + 1); in drawPermutations() 193 swap(bones + i, bones + start); in drawPermutations()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 26 const SkVertices::Bone bones[], int boneCount, GrPrimitiveType, GrAAType, 136 sk_sp<SkVertices> vertices, const SkVertices::Bone bones[], in DrawVerticesOp() argument 158 if (mesh.fVertices->hasBones() && bones) { in DrawVerticesOp() 160 mesh.fVertices = mesh.fVertices->applyBones(bones, boneCount); in DrawVerticesOp() 162 SkASSERT(!bones || boneCount == 1); in DrawVerticesOp() 177 worldTransform.setAffine(bones[0].values); in DrawVerticesOp() 575 const SkVertices::Bone bones[], in Make() argument 586 bones, boneCount, in Make()
|
D | GrDrawVerticesOp.h | 31 const SkVertices::Bone bones[],
|
/third_party/flutter/skia/src/core/ |
D | SkDraw_vertices.cpp | 165 const SkPaint& paint, const SkVertices::Bone bones[], in drawVertices() argument 212 if (bones && boneCount) { in drawVertices() 223 SkPoint worldPoint = bones[0].mapPoint(vertices[i]); in drawVertices() 239 deformed[i] += bones[index].mapPoint(worldPoint) * weight; in drawVertices() 245 worldTransform.setAffine(bones[0].values); in drawVertices()
|
D | SkVertices.cpp | 218 sk_sp<SkVertices> SkVertices::applyBones(const SkVertices::Bone bones[], int boneCount) const { in applyBones() argument 222 if (!bones || !boneCount) { in applyBones() 243 position = bones[0].mapPoint(position); in applyBones() 262 result += bones[index].mapPoint(position) * weight; in applyBones()
|
D | SkOverdrawCanvas.cpp | 133 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument 136 bones, in onDrawVerticesObject()
|
D | SkDraw.h | 70 const SkPaint& paint, const SkVertices::Bone bones[], int boneCount) const;
|
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 | SkRecorder.cpp | 277 void SkRecorder::onDrawVerticesObject(const SkVertices* vertices, const SkVertices::Bone bones[], in onDrawVerticesObject() argument 281 this->copy(bones, boneCount), in onDrawVerticesObject()
|
/third_party/ejdb/src/jql/ |
D | README.md | 84 {"name": "Rexy rex", "kind": "dog", "likes": ["bones", "jumping", "toys"]}, 133 "bones", 180 …astName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["bones","jumping","toys"]… 253 Get all documents where owner `age` greater than `20` and have some pet who like `bones` or `toys` 255 /[age > 20] and /pets/*/likes/[** in ["bones", "toys"]] 260 Get documents where `bones` somewhere in `likes` array. 262 /pets/*/[likes ni "bones"] 268 and /pets/*/likes/[** in ["bones", "toys"]] 282 Filter documents with `likes` array exactly matched to `["bones","jumping","toys"]` 284 /**/[likes = ["bones","jumping","toys"]] [all …]
|
/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/ejdb/ |
D | README.md | 261 {"name": "Rexy rex", "kind": "dog", "likes": ["bones", "jumping", "toys"]}, 310 "bones", 357 …astName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["bones","jumping","toys"]… 430 Get all documents where owner `age` greater than `20` and have some pet who like `bones` or `toys` 432 /[age > 20] and /pets/*/likes/[** in ["bones", "toys"]] 437 Get documents where `bones` somewhere in `likes` array. 439 /pets/*/[likes ni "bones"] 445 and /pets/*/likes/[** in ["bones", "toys"]] 459 Filter documents with `likes` array exactly matched to `["bones","jumping","toys"]` 461 /**/[likes = ["bones","jumping","toys"]] [all …]
|
/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,
|
/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 | 302 void SkNWayCanvas::onDrawVerticesObject(const SkVertices* vertices, const SkVertices::Bone bones[], in onDrawVerticesObject() argument 306 iter->drawVertices(vertices, bones, boneCount, bmode, paint); in onDrawVerticesObject()
|
/third_party/rust/crates/memchr/bench/data/opensubtitles/ |
D | en-small.txt | 4 Break any bones, son?
|
/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/tools/debugger/ |
D | DebugCanvas.h | 138 const SkVertices::Bone bones[],
|
/third_party/flutter/skia/modules/canvaskit/ |
D | interface.js | 364 CanvasKit.SkVertices.prototype.applyBones = function(bones) { argument 365 var bPtr = copy3dArray(bones, CanvasKit.HEAPF32); 366 var vert = this._applyBones(bPtr, bones.length);
|