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

  /xsrc/external/mit/bitmap/dist/
Graphics.c 142 BWDrawPoint(Widget w, Position x, Position y, bit value)
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(w, x, y, value)
    [all...]
Requests.h 71 extern void BWDrawPoint(Widget w, Position x, Position y, bit value);
Bitmap.c 269 DragOnePointEngage, (XtPointer) BWDrawPoint,
270 DragOnePointTerminate, (XtPointer) BWDrawPoint,

Completed in 9 milliseconds