Searched defs:LinesOp (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ | ||
H A D | RecordedOp.h | 97 UNMERGEABLE_OP_FN(LinesOp) \ 272 struct LinesOp : RecordedOp { struct in namespace:android::uirenderer 273 LinesOp(BASE_PARAMS, const float* points, const int floatCount) function in struct:android::uirenderer::LinesOp 274 : SUPER(LinesOp), points(points), floatCount(floatCount) {} |
Completed in 30 milliseconds