Searched refs:allocRows (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp36 image_info() : rows(NULL), is9Patch(false), allocRows(NULL) { }
38 if (rows && rows != allocRows) {
41 if (allocRows) {
43 free(allocRows[i]);
45 free(allocRows);
68 png_bytepp allocRows; member in struct:image_info
114 outImageInfo->allocRows = outImageInfo->rows;
578 image->rows[i] = image->allocRows[i+1];

Completed in 7 milliseconds