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