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