Home
last modified time | relevance | path

Searched refs:normalEnd (Results 1 – 9 of 9) sorted by relevance

/dports/audio/ssr-lv2/ssr-e1999da/libs/strings/
H A DBuffer.h181 normalEnd = normalData + alignedSize; in resize()
184 _alignedEnd = normalEnd + Alignment - endMisalignment; in resize()
186 _alignedEnd = normalEnd; in resize()
251 normalEnd(other.normalEnd), in Buffer()
275 normalEnd = other.normalEnd;
287 constexpr iterator end() const noexcept { return normalEnd; } in end()
307 normalEnd = nullptr; in _clear()
337 pointer normalEnd { nullptr };
/dports/devel/raylib/raylib-3.7.0/examples/models/
H A Dmodels_mesh_picking.c148 Vector3 normalEnd; in main() local
149 normalEnd.x = nearestHit.position.x + nearestHit.normal.x; in main()
150 normalEnd.y = nearestHit.position.y + nearestHit.normal.y; in main()
151 normalEnd.z = nearestHit.position.z + nearestHit.normal.z; in main()
153 DrawLine3D(nearestHit.position, normalEnd, RED); in main()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddcdict.h140 DcmHashDictIterator normalEnd() { return hashDict.end(); } in normalEnd() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/
H A Ddcdict.h147 DcmHashDictIterator normalEnd() { return hashDict.end(); } in normalEnd() function
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Dmkdeftag.cc191 DcmHashDictIterator end(globalDataDict.normalEnd()); in main()
H A Dmkdictbi.cc201 DcmHashDictIterator last(globalDataDict.normalEnd()); in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/composer/
H A Dgraphics.cpp251 bool normalEnd = (anim->_state == 1); in processAnimFrame() local
252 if (normalEnd) { in processAnimFrame()
255 stopAnimation(anim, true, normalEnd); in processAnimFrame()
/dports/games/scummvm/scummvm-2.5.1/engines/composer/
H A Dgraphics.cpp251 bool normalEnd = (anim->_state == 1); in processAnimFrame() local
252 if (normalEnd) { in processAnimFrame()
255 stopAnimation(anim, true, normalEnd); in processAnimFrame()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp495 const double normalEnd = (*veh->getCurrentRouteEdge())->getLength(); in getDistance() local
496 distance = (veh->getRoute().getDistanceBetween(veh->getDepartPos(), normalEnd, in getDistance()
498 + veh->getRoute().getDistanceBetween(normalEnd, veh->getPositionOnLane(), in getDistance()