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

/frameworks/base/libs/hwui/
H A DPatch.cpp83 const int32_t* yDivs = patch->yDivs; local
109 stretchSize += yDivs[i] - yDivs[i - 1];
129 float stepY = yDivs[i];
/frameworks/base/tools/aapt/
H A DImages.cpp48 free(info9Patch.yDivs);
434 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
454 int32_t* yDivs = (int32_t*) malloc(maxSizeYDivs); local
465 memset(yDivs, -1, maxSizeYDivs);
504 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0],
505 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
506 errorPixel = yDivs[0];
550 image->info9Patch.yDivs = yDivs;
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h82 * xDivs and yDivs point to arrays of horizontal and vertical pixel
107 yDivs(NULL), colors(NULL) { }
120 int32_t* yDivs; member in struct:android::Res_png_9patch

Completed in 84 milliseconds