Lines Matching refs:xDivs
44 delete[] xDivs; in ~PngInfo()
49 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors.data()); in serialize9Patch()
60 int32_t* xDivs = nullptr; member
934 int32_t* xDivs = image->xDivs = new int32_t[W]; in do9Patch() local
946 memset(xDivs, -1, maxSizeXDivs); in do9Patch()
977 if (!getHorizontalTicks(p, W, transparent, true, &xDivs[0], &xDivs[1], &errorMsg, &numXDivs, in do9Patch()
979 errorPixel = xDivs[0]; in do9Patch()
1035 image->info9Patch.paddingLeft = xDivs[0]; in do9Patch()
1036 image->info9Patch.paddingRight = W - 2 - xDivs[1]; in do9Patch()
1074 if (xDivs[0] == 0) { // Column 1 is strechable in do9Patch()
1077 if (xDivs[numXDivs - 1] == W) { in do9Patch()
1129 for (i = xDivs[0] == 0 ? 1 : 0; i <= numXDivs && left < W; i++) { in do9Patch()
1133 right = xDivs[i]; in do9Patch()