RecordedOp.h | 280 LinesOp(BASE_PARAMS, const float* points, const int floatCount) 282 , points(points) 284 const float* points; member in struct:android::uirenderer::LinesOp 310 PointsOp(BASE_PARAMS, const float* points, const int floatCount) 312 , points(points) 314 const float* points; member in struct:android::uirenderer::PointsOp
|