Searched refs:bones (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.h | 123 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode, 209 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
|
D | RecordingCanvas.cpp | 689 void DisplayListData::drawVertices(const SkVertices* vertices, const SkVertices::Bone bones[], in drawVertices() argument 693 copy_v(pod, bones, boneCount); in drawVertices() 1010 const SkVertices::Bone bones[], int boneCount, in onDrawVerticesObject() argument 1012 fDL->drawVertices(vertices, bones, boneCount, mode, paint); in onDrawVerticesObject()
|