Searched refs:grOp (Results 1 – 2 of 2) sorted by relevance
96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible() argument98 SkASSERT(grOp->classID() == this->classID()); in onCombineIfPossible()99 auto* op = static_cast<StrokeTessellateOp*>(grOp); in onCombineIfPossible()
44 GrDrawOp::CombineResult PathTessellateOp::onCombineIfPossible(GrOp* grOp, in onCombineIfPossible() argument47 auto* op = grOp->cast<PathTessellateOp>(); in onCombineIfPossible()