Searched defs:yDivs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp48 free(info9Patch.yDivs);
321 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
341 int32_t* yDivs = (int32_t*) malloc(maxSizeYDivs); local
352 memset(yDivs, -1, maxSizeYDivs);
388 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0],
389 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
390 errorPixel = yDivs[0];
415 image->info9Patch.yDivs = yDivs;
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h80 * xDivs and yDivs point to arrays of horizontal and vertical pixel
105 yDivs(NULL), colors(NULL) { }
118 int32_t* yDivs; member in struct:android::Res_png_9patch

Completed in 968 milliseconds