Lines Matching refs:H
576 int H = image->height; in do_9patch() local
580 int maxSizeYDivs = H * sizeof(int32_t); in do_9patch()
612 if (W < 3 || H < 3) { in do_9patch()
633 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0], in do_9patch()
645 … if (get_horizontal_ticks(image->rows[H-1], W, transparent, false, &image->info9Patch.paddingLeft, in do_9patch()
653 … if (get_vertical_ticks(image->rows, (W-1)*4, H, transparent, false, &image->info9Patch.paddingTop, in do_9patch()
661 get_horizontal_layout_bounds_ticks(image->rows[H-1], W, transparent, false, in do_9patch()
665 get_vertical_layout_bounds_ticks(image->rows, (W-1)*4, H, transparent, false, in do_9patch()
692 image->info9Patch.paddingBottom = H - 2 - yDivs[1]; in do_9patch()
695 image->info9Patch.paddingBottom = H - 2 - image->info9Patch.paddingBottom; in do_9patch()
706 image->rows = (png_bytepp)malloc((H-2) * sizeof(png_bytep)); in do_9patch()
707 for (i=0; i<(H-2); i++) { in do_9patch()
714 H = image->height; in do_9patch()
728 if (yDivs[numYDivs - 1] == H) { in do_9patch()
765 j <= numYDivs && top < H; in do_9patch()
768 bottom = H; in do_9patch()