Lines Matching refs:HEIGHT
65 #define HEIGHT(rect) ((rect).bottom - (rect).top) macro
333 e->bp.dstrect.height = HEIGHT(*subregion_rect); in rgz_set_dst_data()
363 srcrect->height = HEIGHT(res_rect); in rgz_set_src_data()
385 e->bp.cliprect.height = HEIGHT(clip_rect); in rgz_set_clip_rect()
594 int h = HEIGHT(layer->sourceCrop); in getscalew()
605 int h = HEIGHT(layer->sourceCrop); in getscaleh()
610 return ((float)HEIGHT(layer->displayFrame)) / (float)h; in getscaleh()
742 int h = HEIGHT(layer->sourceCrop); in rgz_hwc_scaled()
747 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h; in rgz_hwc_scaled()
1241 res_height = HEIGHT(layer->sourceCrop); in rgz_get_src_rect()
1248 res_height = HEIGHT(*subregion_rect); in rgz_get_src_rect()