Lines Matching refs:xDivs
46 delete[] xDivs; in ~PngInfo()
51 void* serialized = android::Res_png_9patch::serialize(info9Patch, xDivs, in serialize9Patch()
63 int32_t* xDivs = nullptr; member
986 int32_t* xDivs = image->xDivs = new int32_t[W]; in do9Patch() local
998 memset(xDivs, -1, maxSizeXDivs); in do9Patch()
1030 if (!getHorizontalTicks(p, W, transparent, true, &xDivs[0], &xDivs[1], in do9Patch()
1032 errorPixel = xDivs[0]; in do9Patch()
1095 image->info9Patch.paddingLeft = xDivs[0]; in do9Patch()
1096 image->info9Patch.paddingRight = W - 2 - xDivs[1]; in do9Patch()
1134 if (xDivs[0] == 0) { // Column 1 is strechable in do9Patch()
1137 if (xDivs[numXDivs - 1] == W) { in do9Patch()
1189 for (i = xDivs[0] == 0 ? 1 : 0; i <= numXDivs && left < W; i++) { in do9Patch()
1193 right = xDivs[i]; in do9Patch()