Lines Matching refs:yDivs
45 delete[] yDivs; in ~PngInfo()
49 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors.data()); in serialize9Patch()
61 int32_t* yDivs = nullptr; member
935 int32_t* yDivs = image->yDivs = new int32_t[H]; in do9Patch() local
947 memset(yDivs, -1, maxSizeYDivs); in do9Patch()
985 if (!getVerticalTicks(image->rows.data(), 0, H, transparent, true, &yDivs[0], &yDivs[1], in do9Patch()
987 errorPixel = yDivs[0]; in do9Patch()
1042 image->info9Patch.paddingTop = yDivs[0]; in do9Patch()
1043 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do9Patch()
1081 if (yDivs[0] == 0) { // Row 1 is strechable in do9Patch()
1084 if (yDivs[numYDivs - 1] == H) { in do9Patch()
1120 for (j = (yDivs[0] == 0 ? 1 : 0); j <= numYDivs && top < H; j++) { in do9Patch()
1124 bottom = yDivs[j]; in do9Patch()