Lines Matching refs:yDivs
44 delete[] yDivs; in ~PngInfo()
48 void* serialized = android::Res_png_9patch::serialize(info9Patch, xDivs, yDivs, in serialize9Patch()
61 int32_t* yDivs = nullptr; member
950 int32_t* yDivs = image->yDivs = new int32_t[H]; in do9Patch() local
962 memset(yDivs, -1, maxSizeYDivs); in do9Patch()
1001 if (!getVerticalTicks(image->rows.data(), 0, H, transparent, true, &yDivs[0], &yDivs[1], in do9Patch()
1003 errorPixel = yDivs[0]; in do9Patch()
1061 image->info9Patch.paddingTop = yDivs[0]; in do9Patch()
1062 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do9Patch()
1099 if (yDivs[0] == 0) { // Row 1 is strechable in do9Patch()
1102 if (yDivs[numYDivs - 1] == H) { in do9Patch()
1138 for (j = (yDivs[0] == 0 ? 1 : 0); j <= numYDivs && top < H; j++) { in do9Patch()
1142 bottom = yDivs[j]; in do9Patch()