| /xsrc/external/mit/bitmap/dist/ |
| Requests.h | 43 Position at_x, at_y; member in struct:__anon5316 64 extern void Paste ( Widget w, Position at_x, Position at_y, int value ); 66 extern void BWDragMarked(Widget w, Position at_x, Position at_y); 67 extern void BWDragStored(Widget w, Position at_x, Position at_y); 68 extern void BWCopy(Widget w, Position at_x, Position at_y, int value); 69 extern void BWMove(Widget w, Position at_x, Position at_y, int value); 70 extern void BWRestore(Widget w, Position at_x, Position at_y, int value);
|
| Handlers.c | 74 if (!QuerySet(status->at_x, status->at_y)) { 79 status->at_y = InBitmapY(BW, event->xbutton.y); 83 status->at_x, status->at_y, status->value); 88 if (QuerySet(status->at_x, status->at_y)) { 92 status->at_y = InBitmapY(BW, event->xbutton.y); 100 if (QuerySet(status->at_x, status->at_y)) { 102 status->at_x, status->at_y)) { 104 status->at_y = InBitmapY(BW, event->xmotion.y); 107 status->at_x, status->at_y, status->value); 123 status->at_y = NotSet [all...] |
| BitmapP.h | 93 Position at_x, at_y; member in struct:__anon5 204 Position at_x, Position at_y);
|
| Graphics.c | 1235 Position at_x, Position at_y) 1245 SetBit(destination, at_x + x, at_y + y); 1247 ClearBit(destination, at_x + x, at_y + y); 1324 BWDragMarked(Widget w, Position at_x, Position at_y) 1330 at_x, at_y, 1332 at_y + BW->bitmap.mark.to_y - BW->bitmap.mark.from_y, 1337 BWDragStored(Widget w, Position at_x, Position at_y) 1343 at_x, at_y, 1345 at_y + BW->bitmap.storage->height - 1, 1351 Position at_x, Position at_y, int value [all...] |
| Bitmap.c | 410 BW->bitmap.zoom.at_y, 1207 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y); 1211 hot.y = BW->bitmap.hot.y + BW->bitmap.zoom.at_y; 1303 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y); 1318 BW->bitmap.hot.y += BW->bitmap.zoom.at_y; 1393 BW->bitmap.zoom.at_y = from_y;
|