Lines Matching refs:height
53 int width, height, pixels, bpp, pixel_size, size, palette_size, yuyv; member
171 image->height = header.ImageHeight; in image_load_tga()
187 image->pixels = image->width * image->height; in image_load_tga()
222 for (i = 0; i < image->height; in image_load_tga()
229 printlogo_rgb (image->data, image->width, image->height); in image_load_tga()
253 yuyv_image->height = rgb_image->height; in image_rgb_to_yuyv()
254 yuyv_image->pixels = yuyv_image->width * yuyv_image->height; in image_rgb_to_yuyv()
274 yuyv_image->height); in image_rgb_to_yuyv()
289 rgb565_image->height = rgb888_image->height; in image_rgb888_to_rgb565()
290 rgb565_image->pixels = rgb565_image->width * rgb565_image->height; in image_rgb888_to_rgb565()
421 image->height); in image_save_header()