Searched refs:InBitmapX (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Handlers.c | 55 ((InBitmapX(BW, x) == (square_x)) &&\ 78 status->at_x = InBitmapX(BW, event->xbutton.x); 91 status->at_x = InBitmapX(BW, event->xbutton.x); 103 status->at_x = InBitmapX(BW, event->xmotion.x); 182 status->at_x = InBitmapX(BW, event->xbutton.x); 198 status->at_x = InBitmapX(BW, event->xbutton.x); 213 status->at_x = InBitmapX(BW, event->xmotion.x); 347 status->from_x = InBitmapX(BW, event->xbutton.x); 349 status->to_x = InBitmapX(BW, event->xbutton.x); 366 status->to_x = InBitmapX(B [all...] |
| H A D | BitmapP.h | 160 #define InBitmapX(BW, x)\ macro
|
| H A D | Bitmap.c | 1576 from_x = InBitmapX(BW, x); 1578 to_x = InBitmapX(BW, x + width); 1651 rectangle.x = min(x, InWindowX(BW, InBitmapX(BW, x))); 1654 InWindowX(BW, InBitmapX(BW, x + width)+1)) - rectangle.x;
|
| H A D | Graphics.c | 248 Position from_x = InBitmapX(BW, x); 250 Position to_x = InBitmapX(BW, x + width); 300 Position from_x = InBitmapX(BW, x); 302 Position to_x = InBitmapX(BW, x + width);
|
Completed in 8 milliseconds