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

/xsrc/external/mit/bitmap/dist/
H A DGraphics.c248 Position from_x = InBitmapX(BW, x); local in function:BWRedrawSquares
253 QuerySwap(from_x, to_x);
255 from_x = max(0, from_x);
260 for (x = from_x; x <= to_x; x++)
267 Position from_x, Position from_y,
273 QuerySwap(from_x, to_x);
275 from_x = max(0, from_x);
280 for(i = from_x
266 BWDrawGrid(Widget w,Position from_x,Position from_y,Position to_x,Position to_y) argument
300 Position from_x = InBitmapX(BW, x); 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.c330 if (QuerySet(status->from_x, status->from_y) &&
336 status->from_x, status->from_y,
344 if (!QuerySet(status->from_x, status->from_y)) {
347 status->from_x = InBitmapX(BW, event->xbutton.x);
353 status->from_x, status->from_y,
359 if (QuerySet(status->from_x, status->from_y)) {
362 status->from_x, status->from_y,
375 if (QuerySet(status->from_x, status->from_y)) {
381 status->from_x, status->from_y,
387 status->from_x, statu
[all...]
H A DRequests.h44 Position from_x, from_y, member in struct:__anondba78e570108
72 extern void BWBlindLine(Widget w, Position from_x, Position from_y,
75 extern void BWZoomIn(Widget w, Position from_x, Position from_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;
87 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
H A DBitmap.c600 BWSelect(Widget w, Position from_x, Position from_y, argument
603 BWMark(w, from_x, from_y, to_x, to_y);
837 new->bitmap.mark.from_x = new->bitmap.mark.from_y = NotSet;
839 new->bitmap.buffer_mark.from_x = new->bitmap.buffer_mark.from_y = NotSet;
987 return QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y);
993 if (QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y)) {
994 BW->bitmap.mark.from_x = min(BW->bitmap.mark.from_x,
1003 if((BW->bitmap.mark.from_x == BW->bitmap.mark.from_y) &&
1005 BW->bitmap.mark.from_x
1346 BWZoomIn(Widget w,Position from_x,Position from_y,Position to_x,Position to_y) argument
1571 Position from_x, from_y, local in function:BWClip
[all...]
H A DBitmapP.h79 Position from_x, from_y, member in struct:__anon3c2117c80208
202 Position from_x, Position from_y,
/xsrc/external/mit/libXaw/dist/src/
H A DText.c1794 int from_x, width, height; local in function:UpdateTextInLine
1805 from_x = ctx->text.left_margin;
1807 from_x, x1 - from_x,
1811 else if ((Cardinal)x2 >= (lt->textWidth - (unsigned)from_x))
1814 from_x += width;
1816 from_x, x2 - from_x,

Completed in 13 milliseconds