Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp646 const SkImageInfo maxInfo = bitmap->info().makeWH(maxWidth, maxHeight); in allocPixelRef() local
647 const size_t rowBytes = maxInfo.minRowBytes(); in allocPixelRef()
648 const size_t bytesNeeded = maxInfo.getSafeSize(rowBytes); in allocPixelRef()