Lines Matching refs:HEIGHT
48 #define HEIGHT(rect) ((rect).bottom - (rect).top)
90 __u16 height;
107 int height;
217 c->width, c->height, c->crop.x, c->crop.y,
276 dsscomp->ovls[i].cfg.height,
314 int h = HEIGHT(layer->sourceCrop);
319 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h;
390 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
433 oc->height = height;
443 oc->crop.h = oc->win.h = height;
453 int format, int width, int height)
459 omap4_hwc_setup_layer_base(oc, index, format, is_BLENDED(layer), width, height);
479 oc->win.h = HEIGHT(layer->displayFrame);
485 oc->crop.h = HEIGHT(layer->sourceCrop);
529 * and height for a screen of xres/yres and physical size of width/height.
562 int orig_h = HEIGHT(region);
582 ext->xres, ext->yres, ext->width, ext->height,
755 int src_h = HEIGHT(layer->sourceCrop);
757 int dst_h = HEIGHT(layer->displayFrame);
849 ext->height = d.dis.height_in_mm;
904 ext->height = ext_height;
1170 __u32 yres = HEIGHT(ext->mirror_region);
1306 hwc_dev->fb_dev->base.height);
1324 dock_image.width, dock_image.height);
1506 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride);
1557 __u32 height = png_get_image_height(png_ptr, info_ptr);
1592 img->size = ALIGN(width * height * bpp, 4096);
1599 row_pointers = calloc(height, sizeof(*row_pointers));
1605 for (i = 0; i < height; i++)
1617 img->height = height;
1699 property_get("persist.hwc.mirroring.transform", value, hwc_dev->fb_dev->base.height > hwc_dev->fb_dev->base.width ? "3" : "0");
1970 struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->base.height };