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

  /xsrc/external/mit/bitmap/dist/
Requests.h 44 Position from_x, from_y, member in struct:__anon5316
72 extern void BWBlindLine(Widget w, Position from_x, Position from_y,
75 extern void BWZoomIn(Widget w, Position from_x, Position from_y,
BitmapP.h 79 Position from_x, from_y, member in struct:__anon3
202 Position from_x, Position from_y,
Bitmap.c 613 BWSelect(Widget w, Position from_x, Position from_y,
616 BWMark(w, from_x, from_y, to_x, to_y);
850 new->bitmap.mark.from_x = new->bitmap.mark.from_y = NotSet;
852 new->bitmap.buffer_mark.from_x = new->bitmap.buffer_mark.from_y = NotSet;
1000 return QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y);
1006 if (QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y)) {
1009 BW->bitmap.mark.from_y = min(BW->bitmap.mark.from_y,
1016 if((BW->bitmap.mark.from_x == BW->bitmap.mark.from_y) &&
1019 BW->bitmap.mark.from_y
1584 Position from_x, from_y, local
    [all...]
Graphics.c 249 Position from_y = InBitmapY(BW, y); local
254 QuerySwap(from_y, to_y);
256 from_y = max(0, from_y);
261 for (y = from_y; y <= to_y; y++)
267 Position from_x, Position from_y,
274 QuerySwap(from_y, to_y);
276 from_y = max(0, from_y);
283 InWindowX(BW, i), InWindowY(BW, from_y),
301 Position from_y = InBitmapY(BW, y); local
620 Position from_x, from_y, to_x, to_y; local
673 Position from_x, from_y, to_x, to_y; local
724 Position from_x, from_y, to_x, to_y; local
776 Position from_x, from_y, to_x, to_y; local
968 Position from_x, from_y, to_x, to_y; local
1016 Position from_x, from_y, to_x, to_y; local
1068 Position from_x, from_y, to_x, to_y; local
1157 Position from_x, from_y, to_x, to_y; local
    [all...]

Completed in 6 milliseconds