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

  /xsrc/external/mit/bitmap/dist/
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(BW, event->xbutton.x)
    [all...]
BitmapP.h 160 #define InBitmapX(BW, x)\
Bitmap.c 1589 from_x = InBitmapX(BW, x);
1591 to_x = InBitmapX(BW, x + width);
1664 rectangle.x = min(x, InWindowX(BW, InBitmapX(BW, x)));
1667 InWindowX(BW, InBitmapX(BW, x + width)+1)) - rectangle.x;
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 6 milliseconds