Home
last modified time | relevance | path

Searched refs:onPeekMips (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/image/
DSkImage_Base.h54 virtual SkMipmap* onPeekMips() const { return nullptr; } in onPeekMips() function
57 return sk_ref_sp(this->onPeekMips()); in refMips()
DSkImage_Raster.cpp124 SkMipmap* onPeekMips() const override { return fBitmap.fMips.get(); } in onPeekMips() function in SkImage_Raster
/third_party/skia/src/core/
DSkWriteBuffer.cpp154 const SkMipmap* mips = as_IB(image)->onPeekMips(); in writeImage()