Searched refs:to_x (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c250 Position to_x = InBitmapX(BW, x + width); local in function:BWRedrawSquares
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;
266 BWDrawGrid(Widget w,Position from_x,Position from_y,Position to_x,Position to_y) argument
302 Position to_x = InBitmapX(BW, x + width); local in function:BWRedrawGrid
310 BWDrawLine(Widget w,Position from_x,Position from_y,Position to_x,Position to_y,int value) argument
337 BWBlindLine(Widget w,Position from_x,Position from_y,Position to_x,Position to_y,int value) argument
366 BWDrawRectangle(Widget w,Position from_x,Position from_y,Position to_x,Position to_y,int value) argument
400 BWDrawFilledRectangle(Widget w,Position from_x,Position from_y,Position to_x,Position to_y,int value) argument
609 Position from_x, from_y, to_x, to_y; local in function:BWUp
655 Position from_x, from_y, to_x, to_y; local in function:BWDown
699 Position from_x, from_y, to_x, to_y; local in function:BWLeft
744 Position from_x, from_y, to_x, to_y; local in function:BWRight
900 Position from_x, from_y, to_x, to_y; local in function:BWFlipHoriz
941 Position from_x, from_y, to_x, to_y; local in function:BWFlipVert
986 Position from_x, from_y, to_x, to_y; local in function:BWRotateRight
1068 Position from_x, from_y, to_x, to_y; local in function:BWRotateLeft
1143 CopyImageData(XImage * source,XImage * destination,Position from_x,Position from_y,Position to_x,Position to_y,Position at_x,Position at_y) argument
1414 BWMark(Widget w,Position from_x,Position from_y,Position to_x,Position to_y) argument
[all...]
H A DHandlers.c331 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
[all...]
H A DRequests.h45 to_x, to_y; member in struct:__anondba78e570108
73 Position to_x, Position to_y, int value);
76 Position to_x, Position to_y);
H A DBitmap.h207 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 );
H A DCutPaste.c82 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);
H A DBitmap.c601 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, B
600 BWSelect(Widget w,Position from_x,Position from_y,Position to_x,Position to_y,Time btime) argument
1346 BWZoomIn(Widget w,Position from_x,Position from_y,Position to_x,Position to_y) argument
1572 to_x, to_y; local in function:BWClip
[all...]
H A DBitmapP.h80 to_x, to_y; member in struct:__anon3c2117c80208
203 Position to_x, Position to_y,
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftgrays.c705 gray_render_line( RAS_ARG_ TPos to_x, argument
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, argument
865 ex2 = TRUNC( to_x );
870 dx = to_x - ras.x;
968 fx2 = FRACT( to_x );
975 ras.x = to_x;
[all...]

Completed in 70 milliseconds