Home | History | Annotate | Download | only in core

Lines Matching refs:fImpl

2188     fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips);
2189 fDone = !fImpl->next();
2193 fImpl->~SkDrawIter();
2197 fDone = !fImpl->next();
2201 return fImpl->getDevice();
2205 return fImpl->getMatrix();
2209 const SkPaint* paint = fImpl->getPaint();
2216 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); }
2217 int SkCanvas::LayerIter::x() const { return fImpl->getX(); }
2218 int SkCanvas::LayerIter::y() const { return fImpl->getY(); }