Home
last modified time | relevance | path

Searched refs:boxoffset (Results 1 – 24 of 24) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.SmallScenery.cpp44 boxoffset.x = 0; in PaintSmallScenery()
45 boxoffset.y = 0; in PaintSmallScenery()
175 boxoffset.y, boxoffset.z); in PaintSmallScenery()
195 boxoffset.y, boxoffset.z); in PaintSmallScenery()
207 boxoffset.y, boxoffset.z); in PaintSmallScenery()
216 boxoffset.y, boxoffset.z); in PaintSmallScenery()
225 boxoffset.y, boxoffset.z); in PaintSmallScenery()
254 boxoffset.y, boxoffset.z); in PaintSmallScenery()
268 boxoffset.y, boxoffset.z); in PaintSmallScenery()
284 boxoffset.y, boxoffset.z); in PaintSmallScenery()
[all …]
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Djp2000.c357 boxoffset = box->boxoffset; in process_jp2_ftyp()
444 boxoffset = box->boxoffset; in process_jp2_xml()
496 boxoffset = box->boxoffset; in process_jp2_jp2i()
546 boxoffset = box->boxoffset; in process_jp2_jp2h()
633 boxoffset = box->boxoffset; in process_jp2_ihdr()
771 boxoffset = box->boxoffset; in process_jp2_uuid()
876 boxoffset = box->boxoffset; in process_jp2_uinf()
930 boxoffset = box->boxoffset; in process_jp2_ulst()
1002 boxoffset = box->boxoffset; in process_jp2_de()
1075 boxoffset = box->boxoffset; in process_jp2_colr()
[all …]
H A Djp2_datadefs.h25 unsigned long boxoffset; /* ###%%% should be long long */ member
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dmaxwell_PNedelec.c51 hypre_Index var_index, *boxoffset, *suboffset; in hypre_Maxwell_PNedelec() local
563 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PNedelec()
588 hypre_ClearIndex(boxoffset[t]); in hypre_Maxwell_PNedelec()
589 hypre_IndexD(boxoffset[t], t)= rfactor[t]-1; in hypre_Maxwell_PNedelec()
1111 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PNedelec()
1617 hypre_AddIndexes(boxoffset[j], one_index, 3, boxoffset[j]); in hypre_Maxwell_PNedelec()
1619 boxoffset[j]); in hypre_Maxwell_PNedelec()
1677 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PNedelec()
1700 hypre_ClearIndex(boxoffset[t]); in hypre_Maxwell_PNedelec()
1701 hypre_IndexD(boxoffset[t], t)= rfactor[t]-1; in hypre_Maxwell_PNedelec()
[all …]
H A Dmaxwell_semi_interp.c2192 hypre_SetIndex3(boxoffset[0], rfactor[0]-1, 0, 0); in hypre_Maxwell_PTopology()
2338 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PTopology()
2370 hypre_ClearIndex(boxoffset[t]); in hypre_Maxwell_PTopology()
2371 hypre_IndexD(boxoffset[t], t)= rfactor[t]-1; in hypre_Maxwell_PTopology()
2917 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PTopology()
3431 hypre_AddIndexes(boxoffset[j], one_index, 3, boxoffset[j]); in hypre_Maxwell_PTopology()
3433 boxoffset[j]); in hypre_Maxwell_PTopology()
3492 hypre_TFree(boxoffset, HYPRE_MEMORY_HOST); in hypre_Maxwell_PTopology()
3532 hypre_ClearIndex(boxoffset[t]); in hypre_Maxwell_PTopology()
3533 hypre_IndexD(boxoffset[t], t)= rfactor[t]-1; in hypre_Maxwell_PTopology()
[all …]
/dports/devel/z88dk/z88dk/examples/sam/
H A Ddstar.c92 char boxoffset; /* Box position */ variable
161 if (ballorbox) charptr=&boxoffset; in gamekeys()
304 boxoffset=*ptr++; in setuplevel()
319 *(ptr2+boxoffset)=BOX; in setuplevel()
/dports/devel/z88dk/z88dk/examples/spectrum/
H A Ddstar.c92 unsigned char boxoffset; /* Box position */ variable
160 if (ballorbox) charptr=&boxoffset; in gamekeys()
304 boxoffset=*ptr++; in setuplevel()
319 *(ptr2+boxoffset)=BOX; in setuplevel()
/dports/devel/z88dk/z88dk/examples/vz/
H A Ddstar.c102 char boxoffset; /* Box position */ variable
170 if (ballorbox) charptr=&boxoffset; in gamekeys()
312 boxoffset=*ptr++; in setuplevel()
327 *(ptr2+boxoffset)=BOX; in setuplevel()
/dports/devel/z88dk/z88dk/examples/z88/
H A Ddstar.c101 static unsigned char boxoffset; /* Box position */ variable
193 charptr=&boxoffset; in gamekeys()
340 boxoffset=*ptr++; in setuplevel()
355 *(ptr2+boxoffset)=BOX; in setuplevel()
/dports/devel/z88dk/z88dk/examples/console/
H A Ddstar_gencon.c48 static unsigned char boxoffset; /* Box position */ variable
493 charptr = &boxoffset; in gamekeys()
526 charptr = &boxoffset; in gamekeys()
663 boxoffset = *ptr++; in setuplevel()
676 *(ptr2 + boxoffset) = BOX; in setuplevel()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dmenger_mod1.cl52 // boxoffset
H A Dmenger_chebyshev.cl99 // boxoffset
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_drawtext.c1416 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() local
1419 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1421 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1424 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1426 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_drawtext.c1460 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() local
1463 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1465 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1468 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1470 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_drawtext.c1460 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() local
1463 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1465 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1468 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1470 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c1456 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() local
1459 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1461 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1464 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1466 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c1458 int boxoffset = s->draw_box ? FFMAX(s->boxborderw, 0) : 0; in draw_text() local
1461 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1463 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1466 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1468 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp565 Vector3 boxoffset = mChildren[i]->getLocalCentre() - getLocalCentre(); in updateVertexData() local
566 childBox.setMinimum(childBox.getMinimum() + boxoffset); in updateVertexData()
567 childBox.setMaximum(childBox.getMaximum() + boxoffset); in updateVertexData()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp564 Vector3 boxoffset = mChildren[i]->getLocalCentre() - getLocalCentre(); in updateVertexData() local
565 childBox.setMinimum(childBox.getMinimum() + boxoffset); in updateVertexData()
566 childBox.setMaximum(childBox.getMaximum() + boxoffset); in updateVertexData()
/dports/devel/hwloc2/hwloc-2.5.0/utils/lstopo/
H A Dlstopo-draw.c1269 unsigned boxoffset = (lud->width - 5*gridsize - 2*missingseparator) / 2; in factorized_draw() local
1273 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset, gridsize, y + gridsize… in factorized_draw()
1274 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 2*gridsize, gridsize,… in factorized_draw()
1275 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 4*gridsize, gridsize,… in factorized_draw()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/lstopo/
H A Dlstopo-draw.c1253 unsigned boxoffset = (lud->width - 5*gridsize - 2*missingseparator) / 2; in factorized_draw() local
1257 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset, gridsize, y + gridsize… in factorized_draw()
1258 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 2*gridsize, gridsize,… in factorized_draw()
1259 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 4*gridsize, gridsize,… in factorized_draw()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/lstopo/
H A Dlstopo-draw.c1253 unsigned boxoffset = (lud->width - 5*gridsize - 2*missingseparator) / 2; in factorized_draw() local
1257 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset, gridsize, y + gridsize… in factorized_draw()
1258 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 2*gridsize, gridsize,… in factorized_draw()
1259 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 4*gridsize, gridsize,… in factorized_draw()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/lstopo/
H A Dlstopo-draw.c1253 unsigned boxoffset = (lud->width - 5*gridsize - 2*missingseparator) / 2; in factorized_draw() local
1257 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset, gridsize, y + gridsize… in factorized_draw()
1258 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 2*gridsize, gridsize,… in factorized_draw()
1259 …methods->box(loutput, boxstyle.bg, depth, x + missingseparator + boxoffset + 4*gridsize, gridsize,… in factorized_draw()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecmocmos.c103 INTBIG boxoffset; member
3820 mocpl->boxoffset = 4 - mocpl->numcontacts * 2; in mocmos_initializescalabletransistor()
3863 count = tech_nodepolys(ni, reasonable, win, pl) + extracuts - mocpl->boxoffset; in mocmos_initializescalabletransistor()
3881 box += mocpl->boxoffset; in mocmos_iteratescalabletransistor()