Lines Matching refs:top
65 #define HEIGHT(rect) ((rect).bottom - (rect).top)
131 r->left, r->top, r->right - r->left, r->bottom - r->top, color, 1.0f); in svgout_rect()
138 r->left, r->top + 40, text); in svgout_rect()
143 return !r->left && !r->top && !r->right && !r->bottom; in empty_rect()
193 return ((a->bottom > 0) && (a->top < disph) && in svgout_intersects_display()
244 l->sourceCrop.top, in dump_layer()
248 l->displayFrame.top, in dump_layer()
311 res_rect->top = layer->displayFrame.top; in rgz_get_displayframe_rect()
331 e->bp.dstrect.top = subregion_rect->top; in rgz_set_dst_data()
361 srcrect->top = res_rect.top; in rgz_set_src_data()
378 clip_rect.top = max(0, subregion_rect->top); in rgz_set_clip_rect()
383 e->bp.cliprect.top = clip_rect.top; in rgz_set_clip_rect()
513 e->bp.src1rect.left = e->bp.src1rect.top = e->src1geom.orientation = 0; in rgz_out_clrdst()
519 clear_rect.top = rect->top; in rgz_out_clrdst()
523 clear_rect.left = clear_rect.top = 0; in rgz_out_clrdst()
557 srcregion.top = max(0, l->displayFrame.top); in rgz_out_bvcmd_paint()
672 int top = layer->displayFrame.top; in rgz_hwc_layer_sortbyy() local
674 out[outsz++] = max(0, top); in rgz_hwc_layer_sortbyy()
685 return ((a->bottom > b->top) && (a->top < b->bottom) && in rgz_hwc_intersects()
716 subregion.top = hregion->rect.top; in rgz_gen_blitregions()
731 hregion->blitrects[l][r].top, in rgz_gen_blitregions()
949 hregions[i].rect.top = yentries[i]; in rgz_in_hwc()
969 hregions[i].rect.top, hregions[i].rect.bottom); in rgz_in_hwc()
1031 l->sourceCrop.left, l->sourceCrop.top, l->sourceCrop.right, in rgz_print_layer()
1034 l->displayFrame.left, l->displayFrame.top, in rgz_print_layer()
1068 i, r->left, r->top, r->right, r->bottom); in rgz_print_layer()
1075 r->left, r->top, r->right, r->bottom); in rgz_print_layer()
1245 delta_top = subregion_rect->top - layer->displayFrame.top; in rgz_get_src_rect()
1258 res_top = layer->sourceCrop.top + delta_top; in rgz_get_src_rect()
1269 res_left = layer->sourceCrop.top + delta_left; in rgz_get_src_rect()
1278 res_rect->top = res_top; in rgz_get_src_rect()
1616 bg_layer.displayFrame.left = bg_layer.displayFrame.top = 0; in rgz_get_screengeometry()