HomeSort by relevance Sort by last modified time
    Searched refs:addStateOp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 157 addStateOp(new (alloc()) SaveOp(flags));
180 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, alpha, mode, flags));
193 addStateOp(new (alloc()) RotateOp(degrees));
198 addStateOp(new (alloc()) ScaleOp(sx, sy));
203 addStateOp(new (alloc()) SkewOp(sx, sy));
209 addStateOp(new (alloc()) SetMatrixOp(matrix));
215 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
221 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
227 addStateOp(new (alloc()) ClipPathOp(path, op));
233 addStateOp(new (alloc()) ClipRegionOp(region, op))
    [all...]
DisplayListRenderer.h 196 void addStateOp(StateOp* op);

Completed in 26 milliseconds