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

/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp709 const SkImageInfo maxInfo = bitmap->info().makeWH(maxWidth, maxHeight); local
710 const size_t rowBytes = maxInfo.minRowBytes();
711 const size_t bytesNeeded = maxInfo.getSafeSize(rowBytes);

Completed in 1194 milliseconds