Lines Matching refs:pixelRef
31 SkASSERT(bm.pixelRef());
32 SkISize dim = SkISize::Make(bm.pixelRef()->width(), bm.pixelRef()->height());
91 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
111 // data (eg mips) tied to the lifetime of the underlying pixelRef.
112 SkASSERT(fBitmap.pixelRef());
113 fBitmap.pixelRef()->notifyAddedToCache();
385 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y());
409 // our pixelRef. That doesn't work (without more invasive logic), because the image gets its
410 // gen ID from the bitmap, which gets it from the pixelRef.