Home | History | Annotate | Download | only in src

Lines Matching defs:x1

52     ushort x1, y1, x2, y2;
1400 p->rect.x1 = (ushort) x;
1443 comp.rect.x = cmp->rect.x1;
1445 comp.rect.width = cmp->rect.x2 - cmp->rect.x1;
1548 comp.rect.x = temp_cmp.rect.x1;
1550 comp.rect.width = temp_cmp.rect.x2 - temp_cmp.rect.x1;
1577 p->rect.x1 = (ushort) x;
1626 comp.rect.x = cmp->rect.x1;
1628 comp.rect.width = cmp->rect.x2 - cmp->rect.x1;
1741 comp.rect.x = temp_cmp.rect.x1;
1743 comp.rect.width = temp_cmp.rect.x2 - temp_cmp.rect.x1;
1768 if( max_rect->x1 > cur_rect->x1 )
1769 max_rect->x1 = cur_rect->x1;
1785 max_rect->x1 = (ushort) x;
1796 if( max_rect->x1 > x )
1797 max_rect->x1 = (ushort) x;