Home
last modified time | relevance | path

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

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