Lines Matching refs:height
39 unsigned int height = cairo_image_surface_get_height (surface);
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
69 while (height)
78 height--;
82 unsigned int orig_height = height;
83 while (height)
85 const uint32_t *row = data + (height - 1) * stride / 4;
92 height--;
94 if (height < orig_height)
95 height++; /* Add one last blank row for padding. */
97 if (width && height)
98 ansi_print_image_rgb24 (data, width, height, stride / 4);