Lines Matching refs:yDivs
47 delete[] yDivs; in ~PngInfo()
52 yDivs, colors.data()); in serialize9Patch()
64 int32_t* yDivs = nullptr; member
987 int32_t* yDivs = image->yDivs = new int32_t[H]; in do9Patch() local
999 memset(yDivs, -1, maxSizeYDivs); in do9Patch()
1038 if (!getVerticalTicks(image->rows.data(), 0, H, transparent, true, &yDivs[0], in do9Patch()
1039 &yDivs[1], &errorMsg, &numYDivs, true)) { in do9Patch()
1040 errorPixel = yDivs[0]; in do9Patch()
1102 image->info9Patch.paddingTop = yDivs[0]; in do9Patch()
1103 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do9Patch()
1141 if (yDivs[0] == 0) { // Row 1 is strechable in do9Patch()
1144 if (yDivs[numYDivs - 1] == H) { in do9Patch()
1180 for (j = (yDivs[0] == 0 ? 1 : 0); j <= numYDivs && top < H; j++) { in do9Patch()
1184 bottom = yDivs[j]; in do9Patch()