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

  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 109 addStateOp(new (alloc()) SaveOp((int) flags));
136 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, paint, (int) flags));
153 addStateOp(new (alloc()) RotateOp(degrees));
160 addStateOp(new (alloc()) ScaleOp(sx, sy));
165 addStateOp(new (alloc()) SkewOp(sx, sy));
170 addStateOp(new (alloc()) SetMatrixOp(matrix));
175 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
197 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
203 addStateOp(new (alloc()) ClipPathOp(path, op));
209 addStateOp(new (alloc()) ClipRegionOp(region, op))
    [all...]
DisplayListCanvas.h 245 size_t addStateOp(StateOp* op);

Completed in 145 milliseconds