Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp658 const SkImageInfo maxInfo = bitmap->info().makeWH(maxWidth, maxHeight); in allocPixelRef() local
659 const size_t rowBytes = maxInfo.minRowBytes(); in allocPixelRef()
660 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef()