Home
last modified time | relevance | path

Searched refs:boneWeights (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/core/
DSkVertices.cpp197 SkVertices::BoneWeights* SkVertices::Builder::boneWeights() { in boneWeights() function in SkVertices::Builder
198 return fVertices ? const_cast<BoneWeights*>(fVertices->boneWeights()) : nullptr; in boneWeights()
248 SkASSERT(this->boneWeights()); in applyBones()
252 const SkVertices::BoneWeights& weights = this->boneWeights()[i]; in applyBones()
280 const BoneWeights boneWeights[], in MakeCopy() argument
283 SkASSERT((!boneIndices && !boneWeights) || (boneIndices && boneWeights)); in MakeCopy()
301 sk_careful_memcpy(builder.boneWeights(), boneWeights, sizes.fBWSize); in MakeCopy()
412 reader.read(builder.boneWeights(), sizes.fBWSize); in Decode()
DSkDraw_vertices.cpp163 const SkVertices::BoneWeights boneWeights[], SkBlendMode bmode, in drawVertices() argument
217 if (boneIndices && boneWeights) { in drawVertices()
220 const SkVertices::BoneWeights& weights = boneWeights[i]; in drawVertices()
DSkDraw.h68 const SkVertices::BoneWeights boneWeights[], SkBlendMode bmode,
DSkBitmapDevice.cpp549 vertices->boneWeights(), bmode, vertices->indices(), in drawVertices()
/third_party/flutter/skia/include/core/
DSkVertices.h117 const BoneWeights boneWeights[],
127 const BoneWeights boneWeights[],
135 boneWeights,
190 BoneWeights* boneWeights(); // returns null if there are no bone weights
225 const BoneWeights* boneWeights() const { return fBoneWeights; } in boneWeights() function
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js902 boneIndices, boneWeights, indices, isVolatile) { argument
934 if (builder.boneWeights()) {
935 copy2dArray(boneWeights, CanvasKit.HEAPF32, builder.boneWeights());
Dexterns.js321 boneWeights: function() {}, method
Dcanvaskit_bindings.cpp1126 return reinterpret_cast<uintptr_t>(self.boneWeights()); in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1167 v->colors(), v->boneIndices(), v->boneWeights(), blendMode, v->indices(), v->indexCount(), in drawVertices()