Home
last modified time | relevance | path

Searched refs:srcBytesPerPixel (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libpng.cpp350 int srcBytesPerPixel = 4; in onDecode() local
354 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() local
709 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()