Lines Matching refs:addStateOp
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));
544 size_t DisplayListCanvas::addStateOp(StateOp* op) {