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

  /xsrc/external/mit/bitmap/dist/
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
609 Position from_x, from_y, to_x, to_y; local
655 Position from_x, from_y, to_x, to_y; local
699 Position from_x, from_y, to_x, to_y; local
744 Position from_x, from_y, to_x, to_y; local
900 Position from_x, from_y, to_x, to_y; local
941 Position from_x, from_y, to_x, to_y; local
986 Position from_x, from_y, to_x, to_y; local
1068 Position from_x, from_y, to_x, to_y; local
    [all...]
Handlers.c 331 QuerySet(status->to_x, status->to_y)) {
337 status->to_x, status->to_y, Highlight);
349 status->to_x = InBitmapX(BW, event->xbutton.x);
354 status->to_x, status->to_y, Highlight);
363 status->to_x, status->to_y, Highlight);
366 status->to_x = InBitmapX(BW, event->xbutton.x);
376 if (QuerySet(status->to_x, status->to_y)) {
378 status->to_x, status->to_y)) {
382 status->to_x, status->to_y, Highlight);
383 status->to_x = InBitmapX(BW, event->xmotion.x)
    [all...]
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);
Bitmap.h 207 extern void BWDrawLine ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
208 extern void BWDrawRectangle ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
209 extern void BWDrawFilledRectangle ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, int value );
213 extern void BWMark ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y );
216 extern void BWSelect ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y, Time btime );
266 extern void BWDrawGrid ( Widget w, Position from_x, Position from_y, Position to_x, Position to_y );
CutPaste.c 82 width = BW->bitmap.mark.to_x - BW->bitmap.mark.from_x + 1;
88 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y, 0, 0);
Bitmap.c 601 Position to_x, Position to_y, Time btime)
603 BWMark(w, from_x, from_y, to_x, to_y);
838 new->bitmap.mark.to_x = new->bitmap.mark.to_y = NotSet;
840 new->bitmap.buffer_mark.to_x = new->bitmap.buffer_mark.to_y = NotSet;
998 BW->bitmap.mark.to_x = min(BW->bitmap.mark.to_x,
1004 (BW->bitmap.mark.to_x == BW->bitmap.mark.to_y))
1007 BW->bitmap.mark.to_x =
1312 BW->bitmap.mark.to_x = NotSet;
1342 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y)
1572 to_x, to_y; local
    [all...]
BitmapP.h 80 to_x, to_y; member in struct:__anon5308
203 Position to_x, Position to_y,
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 705 gray_render_line( RAS_ARG_ TPos to_x,
727 gray_render_scanline( RAS_VAR_ ey1, ras.x, fy1, to_x, fy2 );
731 dx = to_x - ras.x;
834 to_x, fy2 );
837 ras.x = to_x;
848 gray_render_line( RAS_ARG_ TPos to_x,
865 ex2 = TRUNC( to_x );
870 dx = to_x - ras.x;
968 fx2 = FRACT( to_x );
975 ras.x = to_x;
    [all...]

Completed in 8 milliseconds