Lines Matching defs:ops
26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
27 // the ModelClip helper methods. Since the body methods emit the ops that cannot
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
32 // The ModelClip methods output matrix and clip ops in various orders and
34 // expected matrix & clip ops. Note that, currently, the entire clip stack
60 // Extract the command ops from the input SkPicture
61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) {
66 ops->setCount(debugCanvas.getSize());
68 (*ops)[i] = debugCanvas.getDrawCommandAt(i)->getType();
98 // TODO: implement the rest of the draw ops
153 // TODO: expand the testing to include the different ops & AA types!
572 (*emitMC)(canvas, mat, clip, draw, nullptr, 0); // these get fused into later ops
595 (*emitMC)(canvas, mat, clip, draw, nullptr, 1); // these will get fused into later ops
624 (*emitMC)(canvas, mat, clip, draw, nullptr, 0); // these will get fused into later ops
629 (*emitMC)(canvas, mat, clip, draw, nullptr, 1); // these will get fused into later ops