Home | History | Annotate | Download | only in src

Lines Matching refs:y2

52     ushort x1, y1, x2, y2;
1403 p->rect.y2 = (ushort) (y + 1);
1446 comp.rect.height = cmp->rect.y2 - cmp->rect.y1;
1551 comp.rect.height = temp_cmp.rect.y2 - temp_cmp.rect.y1;
1580 p->rect.y2 = (ushort) (y + 1);
1629 comp.rect.height = cmp->rect.y2 - cmp->rect.y1;
1744 comp.rect.height = temp_cmp.rect.y2 - temp_cmp.rect.y1;
1775 if( max_rect->y2 < cur_rect->y2 )
1776 max_rect->y2 = cur_rect->y2;
1792 max_rect->y2 = (ushort) y;
1806 if( max_rect->y2 < y )
1807 max_rect->y2 = (ushort) y;