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

/frameworks/base/tools/aapt/
H A DImages.cpp47 free(info9Patch.xDivs);
318 hpatch, image->info9Patch.xDivs[0], image->info9Patch.xDivs[1],
340 int32_t* xDivs = (int32_t*) malloc(maxSizeXDivs); local
351 memset(xDivs, -1, maxSizeXDivs);
380 if (get_horizontal_ticks(p, W, transparent, true, &xDivs[0],
381 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
382 errorPixel = xDivs[0];
414 image->info9Patch.xDivs = xDivs;
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h80 * xDivs and yDivs point to arrays of horizontal and vertical pixel
104 Res_png_9patch() : wasDeserialized(false), xDivs(NULL),
114 // 0 to xDivs[0]-1 and the second patch includes the pixels
115 // from xDivs[0] to xDivs[1]-1.
117 int32_t* xDivs; member in struct:android::Res_png_9patch

Completed in 538 milliseconds