Home
last modified time | relevance | path

Searched refs:offZ (Results 1 – 23 of 23) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/gen_struc/
H A DIogs_GeneratedMesh.C142 offZ = zmin; in set_bbox()
156 offZ = off_z; in set_offset()
199 offZ = std::stod(tokens[2]); in parse_options()
307 offY, offY + numY * sclY, sclZ, numZ, offZ, offZ, offZ + numZ * sclZ, node_count(), in show_parameters()
622 coord[k++] = sclZ * static_cast<double>(m) + offZ; in coordinates()
653 z.push_back(sclZ * static_cast<double>(m) + offZ); in coordinates()
701 offset = offZ; in coordinates()
724 xyz[jjj++] = (sclZ * static_cast<double>(m) + offZ); in coordinates()
754 xyz[jjj++] = (sclZ * static_cast<double>(m) + offZ); in coordinates()
H A DIogs_GeneratedMesh.h397 double offX{0}, offY{0}, offZ{0}; /** Offsets in X, Y, and Z directions */
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_effects.cpp633 offZ[20][20]; variable
751 offZ[i][t] = Q_flrand(-1.0f, 1.0f) * 0.03f; in CG_InitGlass()
838 zz = z - offZ[t][i]; in CG_DoGlass()
858 zz = z - offZ[t + 1][i]; in CG_DoGlass()
878 zz = z - offZ[t + 1][i + 1]; in CG_DoGlass()
898 zz = z - offZ[t][i + 1]; in CG_DoGlass()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_effects.cpp665 offZ[20][20]; variable
783 offZ[i][t] = Q_flrand(-1.0f, 1.0f) * 0.03f; in CG_InitGlass()
870 zz = z - offZ[t][i]; in CG_DoGlass()
890 zz = z - offZ[t + 1][i]; in CG_DoGlass()
910 zz = z - offZ[t + 1][i + 1]; in CG_DoGlass()
930 zz = z - offZ[t][i + 1]; in CG_DoGlass()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/generated/
H A DIogn_GeneratedMesh.C170 offZ = zmin; in set_bbox()
184 offZ = off_z; in set_offset()
265 offZ = std::stod(tokens[2]); in parse_options()
384 offY, offY + numY * sclY, sclZ, numZ, offZ, offZ, offZ + numZ * sclZ, node_count(), in show_parameters()
957 coord[k++] = sclZ * static_cast<double>(m) + offZ; in coordinates()
988 z.push_back(sclZ * static_cast<double>(m) + offZ); in coordinates()
1033 xyz.push_back(sclZ * static_cast<double>(m) + offZ); in coordinates()
1067 xyz[idx++] = sclZ * static_cast<double>(m) + offZ; in coordinates()
H A DIogn_GeneratedMesh.h486 double offX{0}, offY{0}, offZ{0}; /** Offsets in X, Y, and Z directions */
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_effects.c237 offZ[20][20]; variable
423 offZ[i][t] = Q_flrand(-1.0f, 1.0f) * 0.03f; in CG_InitGlass()
528 zz = z - offZ[t][i]; in CG_DoGlass()
548 zz = z - offZ[t + 1][i]; in CG_DoGlass()
568 zz = z - offZ[t + 1][i + 1]; in CG_DoGlass()
588 zz = z - offZ[t][i + 1]; in CG_DoGlass()
/dports/games/freesynd/freesynd-0.7.5/src/menus/
H A Dgameplaymenu.cpp551 - (p->offZ() * TILE_HEIGHT/3) / 128;
590 - (w->offZ() * TILE_HEIGHT/3) / 128;
610 - (s->offZ() * TILE_HEIGHT/3) / 128;
1044 mission_->ped(0)->setOffZ(mission_->ped(0)->offZ() + 8);
1052 mission_->ped(0)->setOffZ(mission_->ped(0)->offZ() - 8);
1058 if (mission_->ped(0)->offZ() != 0)
H A Dmaprenderer.cpp179 p->tileZ(), p->offX() - 16, p->offY(), p->offZ() + 256); in createFastKeys()
/dports/games/freesynd/freesynd-0.7.5/src/
H A Dmapobject.h133 int offZ() const { return pos_.oz; } in offZ() function
/dports/games/freesynd/freesynd-0.7.5/src/model/
H A Dshot.cpp271 smo->offY(), smo->offZ()); in inflictDamage()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dschedule.cc4581 int offZ = 0; in now_what() local
4585 offZ = -2; in now_what()
4590 oven_obj->get_lift() + info.get_3d_height() + offZ); in now_what()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/CECILL/
H A DCImg.h19578 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ);
19591 ptrd+=offZ; ptrs+=soffZ;
19621 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ),
19635 ptrd+=offZ; ptrs+=soffZ;
19714 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ);
19731 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
19798 …const unsigned int offX = width - lX, offY = width*(height - lY), offZ = width*height*(depth - lZ);
19812 ptrd+=offZ;
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A DCImg.h19588 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ);
19601 ptrd+=offZ; ptrs+=soffZ;
19631 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ),
19645 ptrd+=offZ; ptrs+=soffZ;
19724 offZ = width*height*(depth - lZ), soffZ = sprite.width*sprite.height*(sprite.depth - lZ);
19741 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
19808 …const unsigned int offX = width - lX, offY = width*(height - lY), offZ = width*height*(depth - lZ);
19822 ptrd+=offZ;
/dports/games/springlobby/springlobby-0.180/src/lsl/lib/cimg/
H A DCImg.h29424 …const unsigned int offX = _width - lX, offY = _width*(_height - lY), offZ = _width*_height*(_depth…
29438 ptrd+=offZ;
29899offZ = _width*_height*(_depth - lZ), soffZ = sprite._width*sprite._height*(sprite._depth - lZ);
29912 ptrd+=offZ; ptrs+=soffZ;
29944offZ = _width*_height*(_depth - lZ), soffZ = sprite._width*sprite._height*(sprite._depth - lZ),
29958 ptrd+=offZ; ptrs+=soffZ;
30043offZ = _width*_height*(_depth - lZ), soffZ = sprite._width*sprite._height*(sprite._depth - lZ);
30060 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
/dports/graphics/photivo/photivo/Sources/greyc/
H A DCImg.h30659 offZ = (unsigned long)_width*_height*(_depth - lZ);
30673 ptrd+=offZ;
31127 offZ = (unsigned long)_width*_height*(_depth - lZ),
31141 ptrd+=offZ; ptrs+=soffZ;
31170 offZ = (unsigned long)_width*_height*(_depth - lZ),
31185 ptrd+=offZ; ptrs+=soffZ;
31262 offZ = (unsigned long)_width*_height*(_depth - lZ),
31280 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h43875 offZ = (ulongT)_width*_height*(_depth - lZ);
43889 ptrd+=offZ;
44356 offZ = (ulongT)_width*_height*(_depth - lZ),
44370 ptrd+=offZ; ptrs+=soffZ;
44400 offZ = (ulongT)_width*_height*(_depth - lZ),
44416 ptrd+=offZ; ptrs+=soffZ;
44497 offZ = (ulongT)_width*_height*(_depth - lZ),
44515 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h43875 offZ = (ulongT)_width*_height*(_depth - lZ);
43889 ptrd+=offZ;
44356 offZ = (ulongT)_width*_height*(_depth - lZ),
44370 ptrd+=offZ; ptrs+=soffZ;
44400 offZ = (ulongT)_width*_height*(_depth - lZ),
44416 ptrd+=offZ; ptrs+=soffZ;
44497 offZ = (ulongT)_width*_height*(_depth - lZ),
44515 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h40975 offZ = (ulongT)_width*_height*(_depth - lZ);
40989 ptrd+=offZ;
41490 offZ = (ulongT)_width*_height*(_depth - lZ),
41504 ptrd+=offZ; ptrs+=soffZ;
41534 offZ = (ulongT)_width*_height*(_depth - lZ),
41550 ptrd+=offZ; ptrs+=soffZ;
41631 offZ = (ulongT)_width*_height*(_depth - lZ),
41649 ptrd+=offZ; ptrs+=soffZ; ptrm+=soffZ;
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h45318 offZ = (ulongT)_width*_height*(_depth - lz);
45332 ptrd+=offZ;
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h47218 offZ = (ulongT)_width*_height*(_depth - lz);
47232 ptrd+=offZ;
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h48321 offZ = (ulongT)_width*_height*(_depth - lz);
48335 ptrd+=offZ;
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h47745 offZ = (ulongT)_width*_height*(_depth - lz);
47759 ptrd+=offZ;