Home
last modified time | relevance | path

Searched refs:basex (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferDataCG.cpp181 destRows[basex] = (srcRows[basex] * 255) / alpha; in getData()
182 destRows[basex + 1] = (srcRows[basex + 1] * 255) / alpha; in getData()
231 destRows[basex] = (srcRows[basex + 2] * 255) / alpha; in getData()
233 destRows[basex + 2] = (srcRows[basex] * 255) / alpha; in getData()
236 destRows[basex] = srcRows[basex + 2]; in getData()
237 destRows[basex + 1] = srcRows[basex + 1]; in getData()
238 destRows[basex + 2] = srcRows[basex]; in getData()
318 destRows[basex] = (srcRows[basex] * alpha + 254) / 255; in putData()
373 destRows[basex] = srcRows[basex + 2]; in putData()
374 destRows[basex + 1] = srcRows[basex + 1]; in putData()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dmenu.c2017 int basex; in M_SerialConfig_Draw() local
2023 basex = (320-p->width)/2; in M_SerialConfig_Draw()
2024 M_DrawPic (basex, 4, p); in M_SerialConfig_Draw()
2035 basex += 8; in M_SerialConfig_Draw()
2278 int basex; in M_ModemConfig_Draw() local
2282 basex = (320-p->width)/2; in M_ModemConfig_Draw()
2283 M_DrawPic (basex, 4, p); in M_ModemConfig_Draw()
2284 basex += 8; in M_ModemConfig_Draw()
2477 int basex; in M_LanConfig_Draw() local
2484 M_DrawPic (basex, 4, p); in M_LanConfig_Draw()
[all …]
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dscore.c74 int basex; in draw_score() local
83 basex = WINWIDTH/2 - ((strlen(scorestr)/2)*W_Textwidth); in draw_score()
84 W_MaskText(shellWin, basex, 1, W_Grey, scorestr, strlen(scorestr), W_RegularFont); in draw_score()
85 W_MaskText(shellWin, basex+1, 0, W_Yellow, scorestr, strlen(scorestr), W_RegularFont); in draw_score()
93 basex = 6*(miniship->width+2) + 2; in draw_score()
94 W_MaskText(shellWin, basex, 1, W_Grey, shipstr, strlen(shipstr), W_RegularFont); in draw_score()
95 W_MaskText(shellWin, basex+1, 0, W_Yellow, shipstr, strlen(shipstr), W_RegularFont); in draw_score()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dmenu.c1959 int basex; in M_SerialConfig_Draw() local
1965 basex = (320-p->width)/2; in M_SerialConfig_Draw()
1966 M_DrawPic (basex, 4, p); in M_SerialConfig_Draw()
1977 basex += 8; in M_SerialConfig_Draw()
2211 int basex; in M_ModemConfig_Draw() local
2215 basex = (320-p->width)/2; in M_ModemConfig_Draw()
2216 M_DrawPic (basex, 4, p); in M_ModemConfig_Draw()
2217 basex += 8; in M_ModemConfig_Draw()
2395 int basex; in M_LanConfig_Draw() local
2402 M_DrawPic (basex, 4, p); in M_LanConfig_Draw()
[all …]
/dports/graphics/geos/geos-3.9.1/tests/bigtest/
H A DGeometryTestFactory.cpp73 GeometryTestFactory::createCircle(double basex, double basey, double size, uint32_t nPts) in createCircle() argument
80 double x = len * cos(ang) + basex; in createCircle()
89 GeometryTestFactory::createCircle(GeometryFactory* fact, double basex, double basey, double size, u… in createCircle() argument
91 CoordinateSequence* pts = createCircle(basex, basey, size, nPts); in createCircle()
105 GeometryTestFactory::createSineStar(double basex, double basey, double size, double armLen, int nAr… in createSineStar() argument
127 double x = len * cos(starAng + iArmPt * angInc / nArmPt) + basex; in createSineStar()
142 GeometryTestFactory::createSineStar(GeometryFactory* fact, double basex, double basey, double size,… in createSineStar() argument
145 CoordinateSequence* pts = createSineStar(basex, basey, size, armLen, nArms, nPts); in createSineStar()
H A Dbigtest.h38 …static geom::CoordinateSequence* createCircle(double basex, double basey, double size, uint32_t nP…
39 …static geom::Polygon* createCircle(geom::GeometryFactory* fact, double basex, double basey, double…
40 …static geom::CoordinateSequence* createSineStar(double basex, double basey, double size, double ar…
42 …static geom::Polygon* createSineStar(geom::GeometryFactory* fact, double basex, double basey, doub…
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/geom/
H A DGeometryTestFactory.java64 double basex, in createCircle() argument
69 Coordinate[] pts = createCircle(basex, basey, size, nPts); in createCircle()
83 double basex, in createCircle() argument
95 double x = len * Math.cos(ang) + basex; in createCircle()
126 double basex, in createSineStar() argument
150 double x = len * Math.cos(starAng + iArmPt * angInc / nArmPt) + basex; in createSineStar()
163 double basex, in createSineStar() argument
170 Coordinate[] pts = createSineStar(basex, basey, size, armLen, nArms, nPts); in createSineStar()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/FIX/Source/
H A Df_exp.c42 int32_t basex, fracx; in fix_exp() local
54 basex = fix_frac(x) >> 12; in fix_exp()
57 loy = expfractab[basex]; in fix_exp()
58 hiy = expfractab[basex + 1]; in fix_exp()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Dmouse.c29 static int basex, basey, basecode; variable
50 basex = x; in dlg_mouse_setbase()
101 (butPtr->x != (basex + x)) || in dlg_mouse_mkregion()
102 (butPtr->X != (basex + x + width)) || in dlg_mouse_mkregion()
114 butPtr->x = basex + x; in dlg_mouse_mkregion()
115 butPtr->X = basex + x + width; in dlg_mouse_mkregion()
/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dadjustingcontainer.cpp257 unsigned basex; in adjustContent() local
260 basex = mPaddingLeft; in adjustContent()
265 basex += mColumnWidths[j] + mHorizontalSpacing; in adjustContent()
270 basex = mPaddingLeft; in adjustContent()
276 mContainedWidgets[i]->setX(basex); in adjustContent()
279 …mContainedWidgets[i]->setX(basex + (mColumnWidths[columnCount] - mContainedWidgets[i]->getWidth())… in adjustContent()
282 … mContainedWidgets[i]->setX(basex + mColumnWidths[columnCount] - mContainedWidgets[i]->getWidth()); in adjustContent()
/dports/devel/guichan/guichan-0.8.2/src/contrib/widgets/
H A Dadjustingcontainer.cpp236 unsigned basex; in adjustContent() local
239 basex = mPaddingLeft; in adjustContent()
244 basex += mColumnWidths[j] + mHorizontalSpacing; in adjustContent()
249 basex = mPaddingLeft; in adjustContent()
255 mContainedWidgets[i]->setX(basex); in adjustContent()
258 …mContainedWidgets[i]->setX(basex + (mColumnWidths[columnCount] - mContainedWidgets[i]->getWidth())… in adjustContent()
261 … mContainedWidgets[i]->setX(basex + mColumnWidths[columnCount] - mContainedWidgets[i]->getWidth()); in adjustContent()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dmenu.c3663 int basex; in M_SerialConfig_Draw() local
3668 basex = (320 - p->width) / 2; in M_SerialConfig_Draw()
3680 basex += 8; in M_SerialConfig_Draw()
3911 int basex; in M_ModemConfig_Draw() local
3917 basex = (320 - p->width) / 2 - 8; in M_ModemConfig_Draw()
4112 int basex; in M_LanConfig_Draw() local
4117 basex = 48; in M_LanConfig_Draw()
4128 basex += 8; in M_LanConfig_Draw()
4130 M_Print (basex, 80, "Address:"); in M_LanConfig_Draw()
4132 M_Print (basex+9*8, 80, my_ipx_address); in M_LanConfig_Draw()
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dtoporama250k.pl78 $basex = '-56';
208 $topx = $basex - ((($grida/10) +10 ) / 22 * 16) + $offsetx68{$gridb} * 2;
233 $topx = $basex - $grida / 10 * 8 + $offsetx68{$gridb} * 1;
256 $topx = $basex - $grida / 10 * 8 + $offsetx{$gridb} * 2;
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/cl_menu/
H A Dclient_menu.r455 local int basex = 54 + x;
459 Draw_String (basex, y + 32, sprintf ("%s - %s", startJoin, protocol));
460 basex += 8;
461 Draw_String (basex, y + 52, "Address:");
462 Draw_String (basex + 9 * 8, y + 52, "127.0.0.1");
463 Draw_String (basex, y + lanConfig_cursor_table[0], "Port");
467 Draw_String (basex + 9 * 8, y + lanConfig_cursor_table[0],
473 Draw_String (basex, y + 108, "Join game at:");
477 Draw_String (basex + 16, y + lanConfig_cursor_table[2],
480 text_box (basex, y + lanConfig_cursor_table[1] - 8, 2, 1);
[all …]
/dports/cad/geda/geda-gaf-1.8.2/utils/scripts/
H A Dtragesym382 basex, basey = prightx, prighty
391 basex, basey=pbottomx, pbottomy
406 basex, basey=ptopx, ptopy
424 x=basex + xf*200
427 x=basex + xf*300
433 x=basex+pintx
439 x=basex+pintx
452 pinlx=pinlx + basex
454 pinax=pinax + basex
467 x=basex + xf*250
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c44 unsigned dstx = basex + srcx; \
59 unsigned srcx = basex + dstx; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument

12345678910>>...16