Lines Matching refs:fRoot
167 fRoot->drawPaint(paint); in drawPaint()
173 fRoot->drawPoints(pm, s, pts, p); in drawPoints()
178 fRoot->drawRect(r, p); in drawRect()
183 fRoot->drawOval(r, p); in drawOval()
188 fRoot->drawRRect(rr, p); in drawRRect()
193 fRoot->drawPath(path, p, m, b); in drawPath()
198 fRoot->drawText(t, l, x, y, p); in drawText()
204 fRoot->drawPosText(t, l, p, s, o, paint); in drawPosText()
215 return fRoot->onClipIsAA(); in onClipIsAA()
218 return fRoot->onAsRgnClip(rgn); in onAsRgnClip()
221 return fRoot->onGetClipType(); in onGetClipType()
239 SkDevice_Compute* fRoot;
253 SkASSERT(fGroupID == fRoot->fGroupID); in sanityCheck()
257 SkASSERT(fRoot->getOrigin() == SkIPoint::Make(0, 0)); in sanityCheck()