Lines Matching refs:bones
18 const SkVertices::Bone bones[], in Make() argument
28 bones, boneCount, primType, aaType, in Make()
33 sk_sp<SkVertices> vertices, const SkVertices::Bone bones[], in GrDrawVerticesOp() argument
56 if (mesh.fVertices->hasBones() && bones) { in GrDrawVerticesOp()
58 mesh.fVertices = mesh.fVertices->applyBones(bones, boneCount); in GrDrawVerticesOp()
60 if (bones && boneCount > 1) { in GrDrawVerticesOp()
65 fBones.assign(bones, bones + boneCount); in GrDrawVerticesOp()
84 worldTransform.setAffine(bones[0].values); in GrDrawVerticesOp()
99 const SkRect originalBounds = bones[0].mapRect(mesh.fVertices->bounds()); in GrDrawVerticesOp()
101 const SkVertices::Bone& matrix = bones[i]; in GrDrawVerticesOp()
191 Bones bones(reinterpret_cast<const float*>(fBones.data()), fBones.size()); in makeGP()
199 bones, in makeGP()