Home
last modified time | relevance | path

Searched refs:bones (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DRecordingCanvas.h123 void drawVertices(const SkVertices*, const SkVertices::Bone bones[], int boneCount, SkBlendMode,
209 void onDrawVerticesObject(const SkVertices*, const SkVertices::Bone bones[], int boneCount,
DRecordingCanvas.cpp689 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()