Lines Matching defs:true
100 fDone = true;
131 this->stepAndSetupTileDraw(); // might set the clip to empty and fDone to true
140 fDone = true; // only draw untiled once
212 return true;
322 return true;
331 return true;
344 return true;
371 this->drawPath(SkPath::Oval(oval), paint, true);
378 this->drawPath(SkPath::RRect(rrect), paint, true);
418 return true;
557 // set this to true for performance comparisons with the old drawVertices way