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

/frameworks/base/tools/aapt/
H A DImages.cpp39 xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { }
42 if (rows && rows != allocRows) {
45 if (allocRows) {
47 free(allocRows[i]);
49 free(allocRows);
89 png_bytepp allocRows; member in struct:image_info
145 outImageInfo->allocRows = outImageInfo->rows;
708 image->rows[i] = image->allocRows[i+1];

Completed in 8 milliseconds