Lines Matching refs:to_x
601 Position to_x, Position to_y, Time btime)
603 BWMark(w, from_x, from_y, to_x, to_y);
838 new->bitmap.mark.to_x = new->bitmap.mark.to_y = NotSet;
840 new->bitmap.buffer_mark.to_x = new->bitmap.buffer_mark.to_y = NotSet;
998 BW->bitmap.mark.to_x = min(BW->bitmap.mark.to_x,
1004 (BW->bitmap.mark.to_x == BW->bitmap.mark.to_y))
1007 BW->bitmap.mark.to_x =
1312 BW->bitmap.mark.to_x = NotSet;
1342 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y);
1348 Position to_x, Position to_y)
1358 QuerySwap(from_x, to_x);
1362 to_x = min(BW->bitmap.width - 1, to_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);
1395 BW->bitmap.mark.to_x = NotSet;
1572 to_x, to_y;
1578 to_x = InBitmapX(BW, x + width);
1580 QuerySwap(from_x, to_x);
1584 to_x = min(BW->bitmap.width - 1, to_x);
1589 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x);