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

  /xsrc/external/mit/bitmap/dist/
Handlers.c 56 (InBitmapY(BW, y) == (square_y)))
79 status->at_y = InBitmapY(BW, event->xbutton.y);
92 status->at_y = InBitmapY(BW, event->xbutton.y);
104 status->at_y = InBitmapY(BW, event->xmotion.y);
183 status->at_y = InBitmapY(BW, event->xbutton.y);
199 status->at_y = InBitmapY(BW, event->xbutton.y);
214 status->at_y = InBitmapY(BW, event->xmotion.y);
348 status->from_y = InBitmapY(BW, event->xbutton.y);
350 status->to_y = InBitmapY(BW, event->xbutton.y);
367 status->to_y = InBitmapY(BW, event->xbutton.y)
    [all...]
BitmapP.h 165 #define InBitmapY(BW, y)\
Bitmap.c 1590 from_y = InBitmapY(BW, y);
1592 to_y = InBitmapY(BW, y + height);
1665 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1669 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
Graphics.c 249 Position from_y = InBitmapY(BW, y);
251 Position to_y = InBitmapY(BW, y + height);
301 Position from_y = InBitmapY(BW, y);
303 Position to_y = InBitmapY(BW, y + height);

Completed in 7 milliseconds