Lines Matching defs:from_x
600 BWSelect(Widget w, Position from_x, Position from_y,
603 BWMark(w, from_x, from_y, to_x, to_y);
837 new->bitmap.mark.from_x = new->bitmap.mark.from_y = NotSet;
839 new->bitmap.buffer_mark.from_x = new->bitmap.buffer_mark.from_y = NotSet;
987 return QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y);
993 if (QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y)) {
994 BW->bitmap.mark.from_x = min(BW->bitmap.mark.from_x,
1003 if((BW->bitmap.mark.from_x == BW->bitmap.mark.from_y) &&
1005 BW->bitmap.mark.from_x =
1310 BW->bitmap.mark.from_x = NotSet;
1341 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
1347 Position from_x, Position from_y,
1358 QuerySwap(from_x, to_x);
1360 from_x = max(0, from_x);
1365 width = to_x - from_x + 1;
1374 CopyImageData(BW->bitmap.image, image, from_x, from_y, to_x, to_y, 0, 0);
1375 CopyImageData(BW->bitmap.buffer, buffer, from_x, from_y, to_x, to_y, 0, 0);
1379 BW->bitmap.zoom.at_x = from_x;
1391 BW->bitmap.hot.x -= from_x;
1393 BW->bitmap.mark.from_x = NotSet;
1571 Position from_x, from_y,
1576 from_x = InBitmapX(BW, x);
1580 QuerySwap(from_x, to_x);
1582 from_x = max(0, from_x);
1587 rectangle.x = InWindowX(BW, from_x);
1589 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x);