Home
last modified time | relevance | path

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

/dports/graphics/scantailor/scantailor-advanced-1.0.16/math/
H A DPolylineIntersector.cpp66 double left_dot = nv.dot(m_polyline[left_idx] - origin); in intersect() local
72 if (mid_dot * left_dot <= 0) { in intersect()
78 left_dot = mid_dot; in intersect()
/dports/x11/editres/editres-1.0.7/
H A Dhandler.c320 XtSetSensitive(any_info->left_dot, FALSE); in AnyChosen()
346 XtSetSensitive(any_info->left_dot, TRUE); in AnyChosen()
350 XtSetValues(any_info->left_dot, args, ONE); in AnyChosen()
H A DeditresP.h137 Widget left_dot, left_star; /* The dot and star widgets to our left. */ member
H A Dwidgets.c597 new_info->left_dot = dot; in CreateResourceNameForm()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dui.c2835 int left_dot = (mx / 2) - (len / 2); in draw_marker_line() local
2862 for(loop=0; loop<left_dot; loop++) in draw_marker_line()
2868 for(loop=0; loop<mx - (left_dot + len); loop++) in draw_marker_line()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/ai/
H A DAI.cpp5068 float left_dot = dir * cone_left; in EntityInView() local
5069 if ( left_dot < 0.0f ) { in EntityInView()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/ai/
H A DAI.cpp5319 float left_dot = dir * cone_left; in EntityInView() local
5320 if ( left_dot < 0.0f ) { in EntityInView()
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.109371 * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.109371 * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.