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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp114 addStateOp(new (alloc()) SaveOp((int) flags));
141 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, paint, (int) flags));
158 addStateOp(new (alloc()) RotateOp(degrees));
165 addStateOp(new (alloc()) ScaleOp(sx, sy));
170 addStateOp(new (alloc()) SkewOp(sx, sy));
175 addStateOp(new (alloc()) SetMatrixOp(matrix));
180 addStateOp(new (alloc()) SetLocalMatrixOp(matrix));
185 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
207 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
213 addStateOp(ne
560 size_t DisplayListCanvas::addStateOp(StateOp* op) { function in class:android::uirenderer::DisplayListCanvas
[all...]

Completed in 221 milliseconds