Lines Matching defs:tmp
785 for (const GrOp* tmp = this->prevInChain(); tmp; tmp = tmp->prevInChain()) {
787 static_cast<const TextureOpImpl*>(tmp));
790 for (const GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) {
792 static_cast<const TextureOpImpl*>(tmp));
856 int tmp = 0;
858 tmp += fViewCountPairs[p].fQuadCnt;
860 SkASSERT(tmp == fMetadata.fTotalQuadCount);
869 for (const GrOp* tmp = this->prevInChain(); tmp; tmp = tmp->prevInChain()) {
870 numChainedQuads += ((const TextureOpImpl*)tmp)->totNumQuads();
873 for (const GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) {
874 numChainedQuads += ((const TextureOpImpl*)tmp)->totNumQuads();
962 for (GrOp* tmp = this->prevInChain(); tmp; tmp = tmp->prevInChain()) {
963 auto tex = static_cast<TextureOpImpl*>(tmp);
969 for (GrOp* tmp = this->nextInChain(); tmp; tmp = tmp->nextInChain()) {
970 auto tex = static_cast<TextureOpImpl*>(tmp);