Home | History | Annotate | Download | only in dist

Lines Matching refs:from_x

613 BWSelect(Widget w, Position from_x, Position from_y,
616 BWMark(w, from_x, from_y, to_x, to_y);
850 new->bitmap.mark.from_x = new->bitmap.mark.from_y = NotSet;
852 new->bitmap.buffer_mark.from_x = new->bitmap.buffer_mark.from_y = NotSet;
1000 return QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y);
1006 if (QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y)) {
1007 BW->bitmap.mark.from_x = min(BW->bitmap.mark.from_x,
1016 if((BW->bitmap.mark.from_x == BW->bitmap.mark.from_y) &&
1018 BW->bitmap.mark.from_x =
1323 BW->bitmap.mark.from_x = NotSet;
1354 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
1360 Position from_x, Position from_y,
1371 QuerySwap(from_x, to_x);
1373 from_x = max(0, from_x);
1378 width = to_x - from_x + 1;
1387 CopyImageData(BW->bitmap.image, image, from_x, from_y, to_x, to_y, 0, 0);
1388 CopyImageData(BW->bitmap.buffer, buffer, from_x, from_y, to_x, to_y, 0, 0);
1392 BW->bitmap.zoom.at_x = from_x;
1404 BW->bitmap.hot.x -= from_x;
1406 BW->bitmap.mark.from_x = NotSet;
1584 Position from_x, from_y,
1589 from_x = InBitmapX(BW, x);
1593 QuerySwap(from_x, to_x);
1595 from_x = max(0, from_x);
1600 rectangle.x = InWindowX(BW, from_x);
1602 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x);