HomeSort by: relevance | last modified time | path
    Searched refs:from_y (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/bitmap/dist/
Graphics.c 249 Position from_y = InBitmapY(BW, y); local
254 QuerySwap(from_y, to_y);
256 from_y = max(0, from_y);
261 for (y = from_y; y <= to_y; y++)
267 Position from_x, Position from_y,
274 QuerySwap(from_y, to_y);
276 from_y = max(0, from_y);
283 InWindowX(BW, i), InWindowY(BW, from_y),
301 Position from_y = InBitmapY(BW, y); local
609 Position from_x, from_y, to_x, to_y; local
655 Position from_x, from_y, to_x, to_y; local
699 Position from_x, from_y, to_x, to_y; local
744 Position from_x, from_y, to_x, to_y; local
900 Position from_x, from_y, to_x, to_y; local
941 Position from_x, from_y, to_x, to_y; local
986 Position from_x, from_y, to_x, to_y; local
1068 Position from_x, from_y, to_x, to_y; local
    [all...]
Handlers.c 330 if (QuerySet(status->from_x, status->from_y) &&
336 status->from_x, status->from_y,
344 if (!QuerySet(status->from_x, status->from_y)) {
348 status->from_y = InBitmapY(BW, event->xbutton.y);
353 status->from_x, status->from_y,
359 if (QuerySet(status->from_x, status->from_y)) {
362 status->from_x, status->from_y,
375 if (QuerySet(status->from_x, status->from_y)) {
381 status->from_x, status->from_y,
387 status->from_x, status->from_y,
    [all...]
Requests.h 44 Position from_x, from_y, member in struct:__anon5316
72 extern void BWBlindLine(Widget w, Position from_x, Position from_y,
75 extern void BWZoomIn(Widget w, Position from_x, Position from_y,
Bitmap.h 207 extern void BWDrawLine ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
208 extern void BWDrawRectangle ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
209 extern void BWDrawFilledRectangle ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
213 extern void BWMark ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y );
216 extern void BWSelect ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, Time btime );
266 extern void BWDrawGrid ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y );
CutPaste.c 83 height = BW->bitmap.mark.to_y - BW->bitmap.mark.from_y + 1;
87 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
Bitmap.c 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
1571 Position from_x, from_y, local
    [all...]
BitmapP.h 79 Position from_x, from_y, member in struct:__anon5308
202 Position from_x, Position from_y,

Completed in 10 milliseconds