Home | History | Annotate | Download | only in core

Lines Matching refs:fImpl

2601     fImpl = new (fStorage) SkDrawIter(canvas, skipEmptyClips);
2602 fDone = !fImpl->next();
2606 fImpl->~SkDrawIter();
2610 fDone = !fImpl->next();
2614 return fImpl->getDevice();
2618 return fImpl->getMatrix();
2622 const SkPaint* paint = fImpl->getPaint();
2629 const SkRegion& SkCanvas::LayerIter::clip() const { return fImpl->getClip(); }
2630 int SkCanvas::LayerIter::x() const { return fImpl->getX(); }
2631 int SkCanvas::LayerIter::y() const { return fImpl->getY(); }