Searched refs:BWDrawPoint (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Graphics.c | 142 BWDrawPoint(Widget w, Position x, Position y, bit value) function in typeref:typename:void 327 BWDrawPoint(w, (Position) x, (Position) y, value); 333 BWDrawPoint(w, from_x, from_y, value); 356 BWDrawPoint(w, (Position) x, (Position) y, value); 362 BWDrawPoint(w, from_x, from_y, value); 384 BWDrawPoint(w, from_x + i, from_y, value); 385 BWDrawPoint(w, to_x - i, to_y, value); 388 BWDrawPoint(w, from_x, to_y - i, value); 389 BWDrawPoint(w, to_x, from_y + i, value); 411 BWDrawPoint( [all...] |
| H A D | Requests.h | 71 extern void BWDrawPoint(Widget w, Position x, Position y, bit value);
|
| H A D | Bitmap.c | 269 DragOnePointEngage, (XtPointer) BWDrawPoint, 270 DragOnePointTerminate, (XtPointer) BWDrawPoint,
|
Completed in 6 milliseconds