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

  /xsrc/external/mit/bitmap/dist/
Requests.h 45 to_x, to_y; member in struct:__anon5316
73 Position to_x, Position to_y, int value);
76 Position to_x, Position to_y);
BitmapP.h 80 to_x, to_y; member in struct:__anon3
203 Position to_x, Position to_y,
Bitmap.c 614 Position to_x, Position to_y, Time btime)
616 BWMark(w, from_x, from_y, to_x, to_y);
851 new->bitmap.mark.to_x = new->bitmap.mark.to_y = NotSet;
853 new->bitmap.buffer_mark.to_x = new->bitmap.buffer_mark.to_y = NotSet;
1011 BW->bitmap.mark.to_x = min(BW->bitmap.mark.to_x,
1017 (BW->bitmap.mark.to_x == BW->bitmap.mark.to_y))
1020 BW->bitmap.mark.to_x =
1325 BW->bitmap.mark.to_x = NotSet;
1355 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y)
1585 to_x, to_y; local
    [all...]
Graphics.c 250 Position to_x = InBitmapX(BW, x + width); local
253 QuerySwap(from_x, to_x);
257 to_x = min(BW->bitmap.image->width - 1, to_x);
260 for (x = from_x; x <= to_x; x++)
268 Position to_x, Position to_y)
273 QuerySwap(from_x, to_x);
277 to_x = min(BW->bitmap.image->width - 1, to_x);
280 for(i = from_x + (from_x == 0); i <= to_x; i++
302 Position to_x = InBitmapX(BW, x + width); 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 5 milliseconds