Lines Matching refs:xDivs
43 delete[] xDivs; in ~PngInfo()
48 void* serialized = android::Res_png_9patch::serialize(info9Patch, xDivs, yDivs, in serialize9Patch()
60 int32_t* xDivs = nullptr; member
949 int32_t* xDivs = image->xDivs = new int32_t[W]; in do9Patch() local
961 memset(xDivs, -1, maxSizeXDivs); in do9Patch()
993 if (!getHorizontalTicks(p, W, transparent, true, &xDivs[0], &xDivs[1], &errorMsg, &numXDivs, in do9Patch()
995 errorPixel = xDivs[0]; in do9Patch()
1054 image->info9Patch.paddingLeft = xDivs[0]; in do9Patch()
1055 image->info9Patch.paddingRight = W - 2 - xDivs[1]; in do9Patch()
1092 if (xDivs[0] == 0) { // Column 1 is strechable in do9Patch()
1095 if (xDivs[numXDivs - 1] == W) { in do9Patch()
1147 for (i = xDivs[0] == 0 ? 1 : 0; i <= numXDivs && left < W; i++) { in do9Patch()
1151 right = xDivs[i]; in do9Patch()