Home | History | Annotate | Download | only in skin

Lines Matching refs:x1

281     if (pleft < minmax->x1) minmax->x1 = pleft;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
382 r->bounds.pos.x = x1;
384 r->bounds.size.w = x2 - x1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
407 r->bounds.pos.x = box->x1;
409 r->bounds.size.w = box->x2 - box->x1;
1002 minmax.x1 = minmax.y1 = INT_MAX;
1275 boxes->x1, boxes->y1, boxes->x2, boxes->y2 );
1279 if (b.x1 != boxes->x1 || b.x2 != boxes->x2||
1283 b.x1, b.y1, b.x2, b.y2,
1284 boxes->x1, boxes->y1, boxes->x2, boxes->y2 );
1293 b.x1, b.y1, b.x2, b.y2 );
1325 expectRectRegion( Region* r, int x1, int y1, int x2, int y2 )
1330 printf( "expectRectRegion(%d,%d,%d,%d): ",x1,y1,x2,y2 );
1339 if (b.x1 != x1 || b.x2 != x2 || b.y1 != y1 || b.y2 != y2) {
1341 b.x1x1, y1, x2, y2 );