Searched defs:BitmapMeshOp (Results 1 – 1 of 1) sorted by relevance
218 struct BitmapMeshOp : RecordedOp { struct219 BitmapMeshOp(BASE_PARAMS, Bitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, in BitmapMeshOp() argument227 Bitmap* bitmap;228 const int meshWidth;229 const int meshHeight;230 const float* vertices;231 const int* colors;