Searched refs:maxInfo (Results 1 – 1 of 1) sorted by relevance
529 const SkImageInfo maxInfo = bitmap->info().makeWH(maxWidth, maxHeight); in allocPixelRef() local530 const size_t rowBytes = maxInfo.minRowBytes(); in allocPixelRef()531 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef()