Searched refs:BASE_PARAMS (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 150 #define BASE_PARAMS \ macro 176 RecordedOp(unsigned int opId, BASE_PARAMS) in RecordedOp() 206 ArcOp(BASE_PARAMS, float startAngle, float sweepAngle, bool useCenter) in ArcOp() 214 BitmapOp(BASE_PARAMS, Bitmap* bitmap) : SUPER(BitmapOp), bitmap(bitmap) {} in BitmapOp() 219 BitmapMeshOp(BASE_PARAMS, Bitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, in BitmapMeshOp() 235 BitmapRectOp(BASE_PARAMS, Bitmap* bitmap, const Rect& src) in BitmapRectOp() 273 LinesOp(BASE_PARAMS, const float* points, const int floatCount) in LinesOp() 280 OvalOp(BASE_PARAMS) : SUPER(OvalOp) {} in OvalOp() 284 PatchOp(BASE_PARAMS, Bitmap* bitmap, const Res_png_9patch* patch) in PatchOp() 291 PathOp(BASE_PARAMS, const SkPath* path) : SUPER(PathOp), path(path) {} in PathOp() [all …]
|