Home | History | Annotate | Download | only in gm

Lines Matching defs:bones

119         // Create the mutable set of bones.
120 const SkVertices::Bone* bones[kBoneCount];
122 bones[i] = &kBones[i];
126 drawPermutations(canvas, xpos, ypos, bones, 1);
133 const SkVertices::Bone** bones,
139 // Copy the bones.
142 copiedBones[i] = *bones[i];
150 // Apply the bones.
182 swap(bones + start, bones + i);
185 drawPermutations(canvas, xpos, ypos, bones, start + 1);
188 swap(bones + i, bones + start);