Home
last modified time | relevance | path

Searched refs:shape_w (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c345 static int shape_w[MAXSHAPES+1], shape_h[MAXSHAPES+1]; variable
944 shape_w[0] = shape0_width; shape_h[0] = shape0_height; shapeData[0] = shape0_bits; in InitPattern()
945 shape_w[1] = shape1_width; shape_h[1] = shape1_height; shapeData[1] = shape1_bits; in InitPattern()
946 shape_w[2] = shape2_width; shape_h[2] = shape2_height; shapeData[2] = shape2_bits; in InitPattern()
947 shape_w[3] = shape3_width; shape_h[3] = shape3_height; shapeData[3] = shape3_bits; in InitPattern()
948 shape_w[4] = shape4_width; shape_h[4] = shape4_height; shapeData[4] = shape4_bits; in InitPattern()
949 shape_w[5] = shape5_width; shape_h[5] = shape5_height; shapeData[5] = shape5_bits; in InitPattern()
950 shape_w[6] = shape6_width; shape_h[6] = shape6_height; shapeData[6] = shape6_bits; in InitPattern()
951 shape_w[7] = shape7_width; shape_h[7] = shape7_height; shapeData[7] = shape7_bits; in InitPattern()
952 shape_w[8] = shape8_width; shape_h[8] = shape8_height; shapeData[8] = shape8_bits; in InitPattern()
[all …]
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dcoords.c64 w = (ewin->state.shaded) ? ewin->client.w : ewin->shape_w; in _CoordsShow()
95 if ((md == 0) || ((cw < ewin->shape_w - 2) && (ch < ewin->shape_h - 2))) in _CoordsShow()
107 EoGetW(ewin) : ewin->shape_w + bl + br; in _CoordsShow()
H A Ddraw.c212 (ewin->state.shaded || (w == ewin->shape_w && h == ewin->shape_h)))) in DrawEwinShape()
252 ewin->shape_w = w; in DrawEwinShape()
257 w = ewin->shape_w; in DrawEwinShape()
H A Dmoveresize.c69 ewin->shape_w = EoGetW(ewin) - (bl + br); in EwinShapeSet()
74 ewin->shape_w = ewin->client.w; in EwinShapeSet()
448 ewin->shape_w, ewin->shape_h, 2); in _MoveResizeResizeEnd()
461 ewin->shape_w, ewin->shape_h); in _MoveResizeResizeEnd()
H A Dewins.h257 int shape_x, shape_y, shape_w, shape_h; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cv/
H A Dmod_cv.cpp892 int shape_w, shape_h; in video_thread_callback() local
899 shape_w = context->shape[0].w; in video_thread_callback()
933 scale_w = shape_w * overlay->shape_scale; in video_thread_callback()
940 xo = overlay->xo * shape_w; in video_thread_callback()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dpreferences.cpp373 w_select *shape_w = new w_select(0, shape_labels); in crosshair_dialog() local
374 SelectSelectorWidget shapeWidget(shape_w); in crosshair_dialog()
377 table->dual_add(shape_w->label("Shape"), d); in crosshair_dialog()
378 table->dual_add(shape_w, d); in crosshair_dialog()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/common/IR/
H A Dops.pbtxt530 …ll pool over the size of the bottom by doing shape.h = bottom->height and shape_w = bottom->width."