Home
last modified time | relevance | path

Searched refs:update_points (Results 1 – 18 of 18) sorted by relevance

/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/gui/
H A DdebugRenderer.cpp42 sf::VertexArray update_points(sf::LinesStrip, timing_graph_points.size()); in render() local
48 update_points[n].position.x = float(n); in render()
49update_points[n].position.y = window.getView().getSize().y - timing_graph_points[n].update * 10000; in render()
57 update_points[n].color = sf::Color::Red; in render()
63 window.draw(update_points); in render()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/visualizer/visualizer/plugins/
H A Dwifi_intrastructure_link.py63 self.update_points()
65 def update_points(self): member in WifiLink
175 wifi_link.update_points()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dmove_surf.h73 void update_points(double);
H A Dmove_surf.cpp271 update_points(fraction); in move_lines()
297 update_points(fraction); in move_tris()
457 void MoveSurf::update_points(double fraction) in update_points() function in MoveSurf
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_package.hpp59 void update_points();
/dports/games/d2x/d2x-0.2.5/main/
H A Dmorph.c298 void update_points(polymodel *pm,int submodel_num,morph_data *md) in update_points() function
370 update_points(pm,i,md); in do_morph_frame()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmorph.cpp364 static void update_points(const polymodel &pm, const unsigned submodel_num, morph_data *const md) in update_points() function
424 update_points(pm,i,md); in do_morph_frame()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/3d/
H A Dimp_package_3d.cpp29 void ImpPackage::update_points() in update_points() function in horizon::ImpPackage
H A Dplace_model_box.cpp269 imp.update_points(); in start_pick()
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_tls13_handshake_test.c64 …_tls13_handle_secrets(s2n_mode mode, uint8_t version, message_type_t *update_points, size_t update… in s2n_test_tls13_handle_secrets() argument
88 if (s2n_conn_get_current_message_type(conn) == update_points[j]) { in s2n_test_tls13_handle_secrets()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/visualizer/visualizer/
H A Dcore.py417 link.update_points()
551 link.update_points()
590 def update_points(self): member in WiredLink
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/Efficient_RANSAC/
H A DShape_base.h452 void update_points(const std::vector<int> &shape_index) { in update_points() function
H A DEfficient_RANSAC.h795 candidates[i]->update_points(m_shape_index);
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DIMODHP.lsp1000 (|update_qval| (|Boolean|)) (|update_points| #8#))
1006 (LETT |update_points|
1057 (|update_points|
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dmodhpsol.spad766 update_points :=
788 if update_points then
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_slab.py1283 def update_points(self, context, o, pts, update_parent=False): member in archipack_slab_cutter
H A Darchipack_floor.py1601 def update_points(self, context, o, pts, update_parent=False): member in archipack_floor_cutter
H A Darchipack_roof.py3267 hd.update_points(context, hole_obj, pts, update_parent=update_parent)
4767 def update_points(self, context, o, pts, update_parent=False): member in archipack_roof_cutter