Searched refs:onPeekMips (Results 1 – 3 of 3) sorted by relevance
54 virtual SkMipmap* onPeekMips() const { return nullptr; } in onPeekMips() function57 return sk_ref_sp(this->onPeekMips()); in refMips()
124 SkMipmap* onPeekMips() const override { return fBitmap.fMips.get(); } in onPeekMips() function in SkImage_Raster
154 const SkMipmap* mips = as_IB(image)->onPeekMips(); in writeImage()