HomeSort by: relevance | last modified time | path
    Searched defs:BW (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/bitmap/dist/
ReqMach.c 75 BitmapWidget BW = (BitmapWidget) w;
81 fprintf(stderr, "Adding... Cardinal: %d\n", BW->bitmap.cardinal + 1);
83 BW->bitmap.request_stack = (BWRequestStack *)
84 XtRealloc((char *)BW->bitmap.request_stack,
85 (++BW->bitmap.cardinal + 1) * sizeof(BWRequestStack));
87 BW->bitmap.request_stack[BW->bitmap.cardinal].request = request;
88 BW->bitmap.request_stack[BW->bitmap.cardinal].status =
90 BW->bitmap.request_stack[BW->bitmap.cardinal].trap = trap
    [all...]
CutPaste.c 60 BitmapWidget BW = (BitmapWidget) w;
82 width = BW->bitmap.mark.to_x - BW->bitmap.mark.from_x + 1;
83 height = BW->bitmap.mark.to_y - BW->bitmap.mark.from_y + 1;
85 image = CreateBitmapImage(BW, data, width, height);
86 CopyImageData(BW->bitmap.image, image,
87 BW->bitmap.mark.from_x, BW->bitmap.mark.from_y,
88 BW->bitmap.mark.to_x, BW->bitmap.mark.to_y, 0, 0)
    [all...]
Handlers.c 54 #define QueryInSquare(BW, x, y, square_x, square_y)\
55 ((InBitmapX(BW, x) == (square_x)) &&\
56 (InBitmapY(BW, y) == (square_y)))
66 BitmapWidget BW = (BitmapWidget) w;
76 status->value = Value(BW, event->xbutton.button);
78 status->at_x = InBitmapX(BW, event->xbutton.x);
79 status->at_y = InBitmapY(BW, event->xbutton.y);
89 status->value = Value(BW, event->xbutton.button);
91 status->at_x = InBitmapX(BW, event->xbutton.x);
92 status->at_y = InBitmapY(BW, event->xbutton.y)
    [all...]
Bitmap.c 132 {"bw-debug", (XtActionProc)BWDebug},
160 <Key>d: bw-debug()\n\
316 static void Refresh(BitmapWidget BW, Position x, Position y,
380 BitmapWidget BW = (BitmapWidget) w;
382 return GetPixmap(BW, BW->bitmap.zoom.image);
388 BitmapWidget BW = (BitmapWidget) w;
392 if (BW->bitmap.zooming) {
394 BW->bitmap.zoom.image->width,
395 BW->bitmap.zoom.image->height, 1)
    [all...]
Graphics.c 78 BitmapWidget BW = (BitmapWidget) w;
80 if (QueryInBitmap(BW, x, y))
81 return GetBit(BW->bitmap.image, x, y);
101 #define HighlightSquare(BW, x, y)\
102 XFillRectangle(XtDisplay(BW), XtWindow(BW),\
103 BW->bitmap.highlighting_gc,\
104 InWindowX(BW, x), InWindowY(BW, y),\
105 BW->bitmap.squareW, BW->bitmap.squareH
    [all...]
  /xsrc/external/mit/ctwm/dist/
ctwm.h 53 #define BW 2 /* border width */
  /xsrc/external/mit/twm/dist/src/
twm.h 103 #define BW 2 /* border width */

Completed in 9 milliseconds