Lines Matching full:fops
46 temp->detachCommands(&fOps);
49 this->setCurOp(fOps.count()-1);
65 return SkDrawCommand::GetCommandString(fOps[index]->getType());
69 SkDrawCommand::OpType type = fOps[index]->getType();
77 SkDrawCommand::OpType type = fOps[index]->getType();
84 SkASSERT(curOp < fOps.count());
95 SkASSERT(index < fOps.count());
102 if (fOps[i]->isVisible()) {
103 fOps[i]->execute(&canvas);
111 for (int i = 0; i < fOps.count(); ++i) {
112 delete fOps[i];
114 fOps.reset();