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

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

Completed in 50 milliseconds