Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp40 xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { } in image_info()
43 if (rows && rows != allocRows) { in ~image_info()
46 if (allocRows) { in ~image_info()
48 free(allocRows[i]); in ~image_info()
50 free(allocRows); in ~image_info()
90 png_bytepp allocRows; member
146 outImageInfo->allocRows = outImageInfo->rows; in read_png()
682 image->rows[i] = image->allocRows[i+1]; in do_9patch()