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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp98 addStateOp(new (alloc()) SaveOp(flags));
125 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, paint, flags));
139 addStateOp(new (alloc()) RotateOp(degrees));
144 addStateOp(new (alloc()) ScaleOp(sx, sy));
149 addStateOp(new (alloc()) SkewOp(sx, sy));
154 addStateOp(new (alloc()) SetMatrixOp(matrix));
159 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
165 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
171 addStateOp(new (alloc()) ClipPathOp(path, op));
177 addStateOp(ne
500 size_t DisplayListRenderer::addStateOp(StateOp* op) { function in class:android::uirenderer::DisplayListRenderer
[all...]
H A DDisplayListRenderer.h182 size_t addStateOp(StateOp* op);

Completed in 34 milliseconds