Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp41 xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { } in image_info()
44 if (rows && rows != allocRows) { in ~image_info()
47 if (allocRows) { in ~image_info()
49 free(allocRows[i]); in ~image_info()
51 free(allocRows); in ~image_info()
91 png_bytepp allocRows; member
147 outImageInfo->allocRows = outImageInfo->rows; in read_png()
683 image->rows[i] = image->allocRows[i+1]; in do_9patch()