Lines Matching refs:fDone
61 bool fDone, fNeedsTiling;
69 fDone = false;
100 fDone = true;
126 if (fDone) {
131 this->stepAndSetupTileDraw(); // might set the clip to empty and fDone to true
132 } while (!fDone && fTileRC.isEmpty());
135 SkASSERT(fDone);
140 fDone = true; // only draw untiled once
147 SkASSERT(!fDone);
157 // fDone = next origin will be invalid.
158 fDone = fOrigin.fX >= fSrcBounds.fRight - kMaxDim &&