Searched defs:addStateOp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp97 addStateOp(new (alloc()) SaveOp(flags));
124 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, paint, flags));
138 addStateOp(new (alloc()) RotateOp(degrees));
143 addStateOp(new (alloc()) ScaleOp(sx, sy));
148 addStateOp(new (alloc()) SkewOp(sx, sy));
153 addStateOp(new (alloc()) SetMatrixOp(matrix));
158 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
164 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
170 addStateOp(new (alloc()) ClipPathOp(path, op));
176 addStateOp(ne
497 size_t DisplayListRenderer::addStateOp(StateOp* op) { function in class:android::uirenderer::DisplayListRenderer
[all...]

Completed in 39 milliseconds