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

/xsrc/external/mit/bitmap/dist/
H A DHandlers.c56 (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(B
[all...]
H A DBitmapP.h165 #define InBitmapY(BW, y)\ macro
H A DBitmap.c1577 from_y = InBitmapY(BW, y);
1579 to_y = InBitmapY(BW, y + height);
1652 rectangle.y = min(y, InWindowY(BW, InBitmapY(BW, y)));
1656 InWindowY(BW, InBitmapY(BW, y + height)+1)) - rectangle.y;
H A DGraphics.c249 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 9 milliseconds