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