Home
last modified time | relevance | path

Searched defs:BitmapMeshOp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h218 struct BitmapMeshOp : RecordedOp { struct
219 BitmapMeshOp(BASE_PARAMS, Bitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, in BitmapMeshOp() argument
227 Bitmap* bitmap;
228 const int meshWidth;
229 const int meshHeight;
230 const float* vertices;
231 const int* colors;