Searched refs:destBytesPerRow (Results 1 – 1 of 1) sorted by relevance
319 unsigned destBytesPerRow = 4 * rect.width(); in getImageData() local321 destBitmap.setConfig(SkBitmap::kARGB_8888_Config, rect.width(), rect.height(), destBytesPerRow); in getImageData()