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

  /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)) {
78 status->at_x = InBitmapX(BW, event->xbutton.x);
83 status->at_x, status->at_y, status->value);
88 if (QuerySet(status->at_x, status->at_y)) {
91 status->at_x = InBitmapX(BW, event->xbutton.x);
100 if (QuerySet(status->at_x, status->at_y)) {
102 status->at_x, status->at_y)) {
103 status->at_x = InBitmapX(BW, event->xmotion.x);
107 status->at_x, status->at_y, status->value);
122 status->at_x = 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,
1331 at_x + BW->bitmap.mark.to_x - BW->bitmap.mark.from_x,
1337 BWDragStored(Widget w, Position at_x, Position at_y)
1343 at_x, at_y,
1344 at_x + BW->bitmap.storage->width - 1,
1351 Position at_x, Position at_y, int value
    [all...]
Bitmap.c 409 BW->bitmap.zoom.at_x,
1207 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y);
1210 hot.x = BW->bitmap.hot.x + BW->bitmap.zoom.at_x;
1303 BW->bitmap.zoom.at_x, BW->bitmap.zoom.at_y);
1317 BW->bitmap.hot.x += BW->bitmap.zoom.at_x;
1392 BW->bitmap.zoom.at_x = from_x;

Completed in 6 milliseconds