Searched refs:InBitmapX (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DHandlers.c55 ((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 DBitmapP.h160 #define InBitmapX(BW, x)\ macro
H A DBitmap.c1576 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 DGraphics.c248 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