Lines Matching defs:from_y
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)) {
996 BW->bitmap.mark.from_y = min(BW->bitmap.mark.from_y,
1003 if((BW->bitmap.mark.from_x == BW->bitmap.mark.from_y) &&
1006 BW->bitmap.mark.from_y =
1311 BW->bitmap.mark.from_y = NotSet;
1341 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
1347 Position from_x, Position from_y,
1359 QuerySwap(from_y, to_y);
1361 from_y = max(0, from_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);
1380 BW->bitmap.zoom.at_y = from_y;
1392 BW->bitmap.hot.y -= from_y;
1394 BW->bitmap.mark.from_y = NotSet;
1571 Position from_x, from_y,
1577 from_y = InBitmapY(BW, y);
1581 QuerySwap(from_y, to_y);
1583 from_y = max(0, from_y);
1588 rectangle.y = InWindowY(BW, from_y);
1590 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y);