Home
last modified time | relevance | path

Searched refs:_current_context (Results 1 – 25 of 71) sorted by relevance

123

/dports/games/allacrost/allacrost-1.0.2/src/engine/video/
H A Dvideo.cpp137 _current_context.blend = 0; in VideoEngine()
138 _current_context.x_align = -1; in VideoEngine()
139 _current_context.y_align = -1; in VideoEngine()
140 _current_context.x_flip = 0; in VideoEngine()
141 _current_context.y_flip = 0; in VideoEngine()
692 …glViewport(_current_context.viewport.left, _current_context.viewport.top, _current_context.viewpor… in PopState()
1034 if (_current_context.coordinate_system.GetLeft() < _current_context.coordinate_system.GetRight()) in _ScreenCoordX()
1036 (_current_context.coordinate_system.GetRight() - _current_context.coordinate_system.GetLeft()); in _ScreenCoordX()
1039 (_current_context.coordinate_system.GetLeft() - _current_context.coordinate_system.GetRight()); in _ScreenCoordX()
1048 if (_current_context.coordinate_system.GetTop() < _current_context.coordinate_system.GetBottom()) in _ScreenCoordY()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/
H A Dvideo.cpp112 _current_context.blend = 0; in VideoEngine()
113 _current_context.x_align = -1; in VideoEngine()
114 _current_context.y_align = -1; in VideoEngine()
115 _current_context.x_flip = 0; in VideoEngine()
116 _current_context.y_flip = 0; in VideoEngine()
336 _current_context.x_flip = 0; in SetDrawFlags()
339 _current_context.x_flip = 1; in SetDrawFlags()
343 _current_context.y_flip = 0; in SetDrawFlags()
350 _current_context.blend = 0; in SetDrawFlags()
353 _current_context.blend = 1; in SetDrawFlags()
[all …]
H A Dtext.cpp475 …const float dx = VideoManager->_current_context.coordinate_system.GetHorizontalDirection() * _styl… in Draw()
476 …const float dy = VideoManager->_current_context.coordinate_system.GetVerticalDirection() * _style.… in Draw()
851 …VideoManager->MoveRelative(0, -fp->line_skip * VideoManager->_current_context.coordinate_system.Ge… in Draw()
871 …VideoManager->MoveRelative(0, -fp->line_skip * VideoManager->_current_context.coordinate_system.Ge… in Draw()
1105 CoordSys& coordinate_system = VideoManager->_current_context.coordinate_system; in _RenderText()
1106 …float x_offset = ((VideoManager->_current_context.x_align + 1) * font_width) * 0.5f * -coordinate_… in _RenderText()
1107 …float y_offset = ((VideoManager->_current_context.y_align + 1) * font_height) * 0.5f * -coordinate… in _RenderText()
1239 …const float delta_x = VideoManager->_current_context.coordinate_system.GetHorizontalDirection() * … in _RenderText()
1240 …const float delta_y = VideoManager->_current_context.coordinate_system.GetVerticalDirection() * sh… in _RenderText()
1244 CoordSys& coordinate_system = VideoManager->_current_context.coordinate_system; in _RenderText()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/gui/
H A Dtextbox.cpp308 _text_pos.y = top - (VideoManager->_current_context.coordinate_system.GetVerticalDirection() in _ReformatText()
311 _text_pos.y = top - (VideoManager->_current_context.coordinate_system.GetVerticalDirection() in _ReformatText()
469 …char_x = static_cast<int32_t>(x_offset + VideoManager->_current_context.coordinate_system.GetHoriz… in _DrawTextLines()
471 …char_y = static_cast<int32_t>(text_y - VideoManager->_current_context.coordinate_system.GetVertica… in _DrawTextLines()
474 if(VideoManager->_current_context.coordinate_system.GetHorizontalDirection() < 0.0f) in _DrawTextLines()
475 …char_y = static_cast<int32_t>(VideoManager->_current_context.coordinate_system.GetBottom()) - char… in _DrawTextLines()
477 if(VideoManager->_current_context.coordinate_system.GetVerticalDirection() < 0.0f) in _DrawTextLines()
478 …char_x = static_cast<int32_t>(VideoManager->_current_context.coordinate_system.GetLeft()) - char_x; in _DrawTextLines()
485 …VideoManager->MoveRelative(VideoManager->_current_context.coordinate_system.GetHorizontalDirection… in _DrawTextLines()
519 …text_y += fp->line_skip * -VideoManager->_current_context.coordinate_system.GetVerticalDirection(); in _DrawTextLines()
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/common/gui/
H A Dtextbox.cpp149 …text_ypos = top - (VideoManager->_current_context.coordinate_system.GetVerticalDirection() * (_hei… in Draw()
152 …text_ypos = top - (VideoManager->_current_context.coordinate_system.GetVerticalDirection() * (_hei… in Draw()
568 …char_x = static_cast<int32>(x_offset + VideoManager->_current_context.coordinate_system.GetHorizon… in _DrawTextLines()
570 …char_y = static_cast<int32>(text_y - VideoManager->_current_context.coordinate_system.GetVerticalD… in _DrawTextLines()
573 if (VideoManager->_current_context.coordinate_system.GetHorizontalDirection() < 0.0f) in _DrawTextLines()
574 …char_y = static_cast<int32>(VideoManager->_current_context.coordinate_system.GetBottom()) - char_y; in _DrawTextLines()
576 if (VideoManager->_current_context.coordinate_system.GetVerticalDirection() < 0.0f) in _DrawTextLines()
577 … char_x = static_cast<int32>(VideoManager->_current_context.coordinate_system.GetLeft()) - char_x; in _DrawTextLines()
584 …VideoManager->MoveRelative(VideoManager->_current_context.coordinate_system.GetHorizontalDirection… in _DrawTextLines()
608 …text_y += _font_properties->line_skip * -VideoManager->_current_context.coordinate_system.GetVerti… in _DrawTextLines()
[all …]
H A Dgui.cpp86 if (VideoManager->_current_context.coordinate_system.GetVerticalDirection() < 0.0f) in CalculateAlignedRect()
89 if (VideoManager->_current_context.coordinate_system.GetHorizontalDirection() < 0.0f) in CalculateAlignedRect()
94 x_off = _x_position + ((VideoManager->_current_context.x_align + 1) * width) * 0.5f * in CalculateAlignedRect()
95 -VideoManager->_current_context.coordinate_system.GetHorizontalDirection(); in CalculateAlignedRect()
96 y_off = _y_position + ((VideoManager->_current_context.y_align + 1) * height) * 0.5f * in CalculateAlignedRect()
97 -VideoManager->_current_context.coordinate_system.GetVerticalDirection(); in CalculateAlignedRect()
/dports/math/rkward-kde/rkward-0.7.1/rkward/misc/
H A Drkcommandhistory.cpp42 filter = _current_context; in up()
44 _current_context = filter; in up()
75 filter = _current_context; in down()
77 _current_context = filter; in down()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/main/haiku/
H A DSDL_BApp.h84 _current_context = NULL; in SDL_BApp()
193 if(_current_context) in SetCurrentContext()
194 _current_context->UnlockGL(); in SetCurrentContext()
195 _current_context = newContext; in SetCurrentContext()
196 if (_current_context) in SetCurrentContext()
197 _current_context->LockGL(); in SetCurrentContext()
389 BGLView *_current_context; variable
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/main/haiku/
H A DSDL_BApp.h84 _current_context = NULL; in SDL_BApp()
193 if(_current_context) in SetCurrentContext()
194 _current_context->UnlockGL(); in SetCurrentContext()
195 _current_context = newContext; in SetCurrentContext()
196 if (_current_context) in SetCurrentContext()
197 _current_context->LockGL(); in SetCurrentContext()
389 BGLView *_current_context; variable
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/main/haiku/
H A DSDL_BApp.h86 _current_context = NULL; in SDL_BApp()
197 if(_current_context) in SetCurrentContext()
198 _current_context->UnlockGL(); in SetCurrentContext()
199 _current_context = newContext; in SetCurrentContext()
200 if (_current_context) in SetCurrentContext()
201 _current_context->LockGL(); in SetCurrentContext()
395 BGLView *_current_context; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/main/haiku/
H A DSDL_BApp.h84 _current_context = NULL; in SDL_BApp()
193 if(_current_context) in SetCurrentContext()
194 _current_context->UnlockGL(); in SetCurrentContext()
195 _current_context = newContext; in SetCurrentContext()
196 if (_current_context) in SetCurrentContext()
197 _current_context->LockGL(); in SetCurrentContext()
389 BGLView *_current_context; variable
/dports/devel/sdl20/SDL2-2.0.18/src/main/haiku/
H A DSDL_BApp.h87 _current_context = NULL; in SDL_BApp()
202 if(_current_context) in SetCurrentContext()
203 _current_context->UnlockGL(); in SetCurrentContext()
204 _current_context = newContext; in SetCurrentContext()
205 if (_current_context) in SetCurrentContext()
206 _current_context->LockGL(); in SetCurrentContext()
416 BGLView *_current_context; variable
/dports/x11/controllermap/SDL2-2.0.18/src/main/haiku/
H A DSDL_BApp.h87 _current_context = NULL; in SDL_BApp()
202 if(_current_context) in SetCurrentContext()
203 _current_context->UnlockGL(); in SetCurrentContext()
204 _current_context = newContext; in SetCurrentContext()
205 if (_current_context) in SetCurrentContext()
206 _current_context->LockGL(); in SetCurrentContext()
416 BGLView *_current_context; variable
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/tools/
H A Dsaxtools.py54 self._current_context = self._ns_contexts[-1]
63 prefix = self._current_context[name[0]]
82 self._ns_contexts.append(self._current_context.copy())
83 self._current_context[uri] = prefix
87 self._current_context = self._ns_contexts[-1]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/xml/sax/
H A Dsaxutils.py231 self._current_context = self._ns_contexts[-1]
244 self._ns_contexts.append(self._current_context.copy())
245 self._current_context[uri] = prefix
249 self._current_context = self._ns_contexts[-1]
265 elif self._current_context[name[0]] is None:
269 name = self._current_context[name[0]] + ":" + name[1]
282 elif self._current_context[name[0]] is None:
290 self._current_context[name[0]] = prefix
292 name = self._current_context[name[0]] + ":" + name[1]
303 elif self._current_context[name[0]] is None:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
H A Dsaxutils.py93 self._current_context = self._ns_contexts[-1]
113 prefix = self._current_context[name[0]]
127 self._ns_contexts.append(self._current_context.copy())
128 self._current_context[uri] = prefix
132 self._current_context = self._ns_contexts[-1]
/dports/databases/py-gdbm/Python-3.8.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python310/Python-3.10.1/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python37/Python-3.7.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python-tools/Python-3.8.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python38/Python-3.8.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python39/Python-3.9.9/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]
/dports/lang/python311/Python-3.11.0a3/Lib/xml/dom/
H A Dpulldom.py30 self._current_context = self._ns_contexts[-1]
45 self._ns_contexts.append(self._current_context.copy())
46 self._current_context[uri] = prefix or None
49 self._current_context = self._ns_contexts.pop()
65 prefix = self._current_context[uri]
92 prefix = self._current_context[a_uri]

123