Lines Matching refs:top
161 l->sourceCrop.top, in dump_layer()
165 l->displayFrame.top, in dump_layer()
198 inline int HEIGHT(const hwc_rect &rect) { return rect.bottom - rect.top; } in HEIGHT()
228 crop->top = (h - h_orig) / 2; in align_crop_and_center()
230 crop->bottom = crop->top + h_orig; in align_crop_and_center()
411 (!rot90or270 || layer.sourceCrop.top % 2 == 0) && in exynos5_supports_gscaler()
662 cfg.y = layer.displayFrame.top; in hdmi_output()
691 sd_crop.rect.top = cfg.y; in hdmi_output()
769 layer.displayFrame.top > pdev->yres || in exynos5_is_offscreen()
833 r1.top > r2.bottom || in intersect()
834 r1.bottom < r2.top); in intersect()
840 i.top = max(r1.top, r2.top); in intersection()
915 fb_rect.top = fb_rect.left = 0; in exynos5_prepare_fimd()
1134 src_cfg.y = layer.sourceCrop.top; in exynos5_config_gsc_m2m()
1220 dst_cfg.w, dst_cfg.h, sourceCrop->left, sourceCrop->top, in exynos5_config_gsc_m2m()
1317 uint32_t offset = (sourceCrop.top * handle->stride + sourceCrop.left) * bpp / 8; in exynos5_config_handle()
1337 if (displayFrame.top < 0) { in exynos5_config_handle()
1338 unsigned int crop = -displayFrame.top; in exynos5_config_handle()
1345 y = displayFrame.top; in exynos5_config_handle()