Lines Matching refs:yDivs
40 xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { } in image_info()
53 free(yDivs); in ~image_info()
58 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors); in serialize9patch()
71 int32_t* yDivs; member
552 int32_t* yDivs = image->yDivs = (int32_t*) malloc(maxSizeYDivs); in do_9patch() local
564 memset(yDivs, -1, maxSizeYDivs); in do_9patch()
603 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0], in do_9patch()
604 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) { in do_9patch()
605 errorPixel = yDivs[0]; in do_9patch()
663 image->info9Patch.paddingTop = yDivs[0]; in do_9patch()
664 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do_9patch()
673 yDivs[0], yDivs[1]); in do_9patch()
699 if (yDivs[0] == 0) { // Row 1 is strechable in do_9patch()
702 if (yDivs[numYDivs - 1] == H) { in do_9patch()
738 for (j = (yDivs[0] == 0 ? 1 : 0); in do_9patch()
744 bottom = yDivs[j]; in do_9patch()