Lines Matching refs:x2
52 ushort x1, y1, x2, y2;
311 p_cur->rect.x2 = 0;
731 p_cur->rect.x2 = 0;
1402 p->rect.x2 = (ushort) (x + 1);
1445 comp.rect.width = cmp->rect.x2 - cmp->rect.x1;
1550 comp.rect.width = temp_cmp.rect.x2 - temp_cmp.rect.x1;
1579 p->rect.x2 = (ushort) (x + 1);
1628 comp.rect.width = cmp->rect.x2 - cmp->rect.x1;
1743 comp.rect.width = temp_cmp.rect.x2 - temp_cmp.rect.x1;
1764 if( max_rect->x2 == 0 )
1773 if( max_rect->x2 < cur_rect->x2 )
1774 max_rect->x2 = cur_rect->x2;
1783 if( max_rect->x2 == 0 )
1791 max_rect->x2 = (ushort) x;
1804 if( max_rect->x2 < x )
1805 max_rect->x2 = (ushort) x;