Searched refs:srcBytesPerPixel (Results 1 – 1 of 1) sorted by relevance
350 int srcBytesPerPixel = 4; in onDecode() local354 srcBytesPerPixel = 1; in onDecode()372 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel); in onDecode()374 size_t rb = origWidth * srcBytesPerPixel; in onDecode()391 SkAutoMalloc storage(origWidth * srcBytesPerPixel); in onDecode()705 int srcBytesPerPixel = 4; in onDecodeRegion() local709 srcBytesPerPixel = 1; in onDecodeRegion()727 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel); in onDecodeRegion()729 size_t rb = origWidth * srcBytesPerPixel; in onDecodeRegion()751 SkAutoMalloc storage(origWidth * srcBytesPerPixel); in onDecodeRegion()