Home | History | Annotate | Download | only in images

Lines Matching defs:storage

129 static void skip_src_rows(png_structp png_ptr, uint8_t storage[], int count) {
131 uint8_t* tmp = storage;
386 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
387 uint8_t* base = (uint8_t*)storage.get();
405 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
406 uint8_t* srcRow = (uint8_t*)storage.get();
744 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
745 uint8_t* base = (uint8_t*)storage.get();
768 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
769 uint8_t* srcRow = (uint8_t*)storage.get();
1127 char* storage = (char*)rowStorage.get();
1131 png_bytep row_ptr = (png_bytep)storage;
1132 proc(srcImage, bitmap.width(), storage);