Searched defs:BitmapOp (Results 1 – 1 of 1) sorted by relevance
213 struct BitmapOp : RecordedOp { struct214 BitmapOp(BASE_PARAMS, Bitmap* bitmap) : SUPER(BitmapOp), bitmap(bitmap) {} in BitmapOp() argument215 Bitmap* bitmap;