Lines Matching defs:to_y
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;
1000 BW->bitmap.mark.to_y = min(BW->bitmap.mark.to_y,
1004 (BW->bitmap.mark.to_x == BW->bitmap.mark.to_y))
1008 BW->bitmap.mark.to_y = NotSet;
1313 BW->bitmap.mark.to_y = NotSet;
1342 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y);
1348 Position to_x, Position to_y)
1359 QuerySwap(from_y, to_y);
1363 to_y = min(BW->bitmap.height - 1, to_y);
1366 height = to_y - from_y + 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);
1396 BW->bitmap.mark.to_y = NotSet;
1572 to_x, to_y;
1579 to_y = InBitmapY(BW, y + height);
1581 QuerySwap(from_y, to_y);
1585 to_y = min(BW->bitmap.height - 1, to_y);
1590 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);