Home
last modified time | relevance | path

Searched refs:_bounds (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Ddialogs.cpp50 _btn1._bounds.moveTo(_msg._bounds.right - _btn1._bounds.width(), _msg._bounds.bottom + 2); in MessageDialog()
56 _btn2._bounds.moveTo(_msg._bounds.right - _btn2._bounds.width(), _msg._bounds.bottom + 2); in MessageDialog()
57 _btn1._bounds.translate(-(_btn2._bounds.width() + 4), 0); in MessageDialog()
127 for (int xp = _bounds.left + 10; xp < (_bounds.right - 20); xp += 10) in drawFrame()
129 surface.draw(Common::Point(_bounds.right - 20, _bounds.top)); in drawFrame()
132 surface.draw(Common::Point(_bounds.left, _bounds.top)); in drawFrame()
135 surface.draw(Common::Point(_bounds.right - 10, _bounds.top)); in drawFrame()
139 for (int yp = _bounds.top + 10; yp < (_bounds.bottom - 20); yp += 10) in drawFrame()
141 surface.draw(Common::Point(_bounds.left, _bounds.bottom - 20)); in drawFrame()
144 for (int yp = _bounds.top + 10; yp < (_bounds.bottom - 20); yp += 10) in drawFrame()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Ddialogs.cpp54 _btn1._bounds.moveTo(_msg._bounds.right - _btn1._bounds.width(), _msg._bounds.bottom + 2); in MessageDialog()
60 _btn2._bounds.moveTo(_msg._bounds.right - _btn2._bounds.width(), _msg._bounds.bottom + 2); in MessageDialog()
61 _btn1._bounds.translate(-(_btn2._bounds.width() + 4), 0); in MessageDialog()
154 for (int xp = _bounds.left + 10; xp < (_bounds.right - 20); xp += 10) in drawFrame()
156 surface.draw(Common::Point(_bounds.right - 20, _bounds.top)); in drawFrame()
159 surface.draw(Common::Point(_bounds.left, _bounds.top)); in drawFrame()
162 surface.draw(Common::Point(_bounds.right - 10, _bounds.top)); in drawFrame()
166 for (int yp = _bounds.top + 10; yp < (_bounds.bottom - 20); yp += 10) in drawFrame()
168 surface.draw(Common::Point(_bounds.left, _bounds.bottom - 20)); in drawFrame()
171 for (int yp = _bounds.top + 10; yp < (_bounds.bottom - 20); yp += 10) in drawFrame()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_dialogs.cpp75 _gfxManager._bounds = _bounds; in RightClickDialog()
411 _btnDescription[0]._bounds.moveTo(_btnList[0]._bounds.right + 2, _btnList[0]._bounds.top + 4); in HelpDialog()
414 _btnList[1]._bounds.moveTo(5, _btnList[0]._bounds.bottom); in HelpDialog()
416 _btnDescription[1]._bounds.moveTo(_btnList[1]._bounds.right + 2, _btnList[1]._bounds.top + 4); in HelpDialog()
419 _btnList[2]._bounds.moveTo(5, _btnList[1]._bounds.bottom); in HelpDialog()
421 _btnDescription[2]._bounds.moveTo(_btnList[2]._bounds.right + 2, _btnList[2]._bounds.top + 4); in HelpDialog()
424 _btnList[3]._bounds.moveTo(5, _btnList[2]._bounds.bottom); in HelpDialog()
426 _btnDescription[3]._bounds.moveTo(_btnList[3]._bounds.right + 2, _btnList[3]._bounds.top + 4); in HelpDialog()
431 _btnDescription[4]._bounds.moveTo(_btnList[4]._bounds.right + 2, _btnList[4]._bounds.top + 4); in HelpDialog()
436 _btnDescription[5]._bounds.moveTo(_btnList[5]._bounds.right + 2, _btnList[5]._bounds.top + 4); in HelpDialog()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_dialogs.cpp73 _gfxManager._bounds = _bounds; in RightClickDialog()
411 _btnDescription[0]._bounds.moveTo(_btnList[0]._bounds.right + 2, _btnList[0]._bounds.top + 4); in HelpDialog()
414 _btnList[1]._bounds.moveTo(5, _btnList[0]._bounds.bottom); in HelpDialog()
416 _btnDescription[1]._bounds.moveTo(_btnList[1]._bounds.right + 2, _btnList[1]._bounds.top + 4); in HelpDialog()
419 _btnList[2]._bounds.moveTo(5, _btnList[1]._bounds.bottom); in HelpDialog()
421 _btnDescription[2]._bounds.moveTo(_btnList[2]._bounds.right + 2, _btnList[2]._bounds.top + 4); in HelpDialog()
424 _btnList[3]._bounds.moveTo(5, _btnList[2]._bounds.bottom); in HelpDialog()
426 _btnDescription[3]._bounds.moveTo(_btnList[3]._bounds.right + 2, _btnList[3]._bounds.top + 4); in HelpDialog()
431 _btnDescription[4]._bounds.moveTo(_btnList[4]._bounds.right + 2, _btnList[4]._bounds.top + 4); in HelpDialog()
436 _btnDescription[5]._bounds.moveTo(_btnList[5]._bounds.right + 2, _btnList[5]._bounds.top + 4); in HelpDialog()
[all …]
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/
H A DEnvelope.h105 return _bounds[0].lower(); in xMin()
108 return _bounds[1].lower(); in yMin()
111 return _bounds[2].lower(); in zMin()
129 return _bounds[n] ; in boundsN()
136 return _bounds[n] ; in boundsN()
147 _bounds[0].lower(), _bounds[1].lower(), in toBbox_2()
148 _bounds[0].upper(), _bounds[1].upper() in toBbox_2()
158 _bounds[0].lower(), _bounds[1].lower(), _bounds[2].lower(), in toBbox_3()
159 _bounds[0].upper(), _bounds[1].upper(), _bounds[2].upper() in toBbox_3()
164 _bounds[0].lower(), _bounds[1].lower(), 0.0, in toBbox_3()
[all …]
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dzonelist.h69 : _bounds { other._bounds[0], other._bounds[1] } {} in ZoneList()
72 _bounds[0] = nullptr; in reset()
73 _bounds[1] = nullptr; in reset()
91 std::swap(_bounds[0], other._bounds[0]); in swap()
92 std::swap(_bounds[1], other._bounds[1]); in swap()
100 _bounds[dir] = node; in _addNode()
104 _bounds[!dir] = node; in _addNode()
118 _bounds[dir] = node; in _insertNode()
148 _bounds[0] = next; in popFirst()
155 _bounds[1] = nullptr; in popFirst()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dzonelist.h88 : _bounds { other._bounds[0], other._bounds[1] } {} in ZoneList()
91 _bounds[0] = nullptr; in reset()
92 _bounds[1] = nullptr; in reset()
110 std::swap(_bounds[0], other._bounds[0]); in swap()
111 std::swap(_bounds[1], other._bounds[1]); in swap()
119 _bounds[dir] = node; in _addNode()
123 _bounds[!dir] = node; in _addNode()
137 _bounds[dir] = node; in _insertNode()
167 _bounds[0] = next; in popFirst()
174 _bounds[1] = nullptr; in popFirst()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dzonelist.h88 : _bounds { other._bounds[0], other._bounds[1] } {} in ZoneList()
91 _bounds[0] = nullptr; in reset()
92 _bounds[1] = nullptr; in reset()
110 std::swap(_bounds[0], other._bounds[0]); in swap()
111 std::swap(_bounds[1], other._bounds[1]); in swap()
119 _bounds[dir] = node; in _addNode()
123 _bounds[!dir] = node; in _addNode()
137 _bounds[dir] = node; in _insertNode()
167 _bounds[0] = next; in popFirst()
174 _bounds[1] = nullptr; in popFirst()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVisualizationVTKWidgetsPythonQtDecorators.h55 double _bounds[8]; in chartExtent() local
56 view->chartExtent(_bounds); in chartExtent()
60 bounds << _bounds[idx]; in chartExtent()
67 double _bounds[8]; in chartBounds() local
72 bounds << _bounds[idx]; in chartBounds()
79 double _bounds[8]; in setChartUserBounds() local
89 double _bounds[8]; in chartUserBounds() local
94 bounds << _bounds[idx]; in chartUserBounds()
103 double _bounds[4]; in validBounds() local
108 bounds << _bounds[idx]; in validBounds()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/blue_force/
H A Dblueforce_dialogs.cpp75 _gfxManager._bounds = _bounds; in RightClickDialog()
96 _rectList2[idx].translate(_bounds.left, _bounds.top); in draw()
97 _rectList4[idx].translate(_bounds.left, _bounds.top); in draw()
211 _gfxManager._bounds = _bounds; in AmmoBeltDialog()
217 _clip2Rect.set(90, 40, _bounds.width(), _bounds.height()); in AmmoBeltDialog()
487 _btnRestore._bounds.moveTo(0, _gfxMessage._bounds.bottom + 1); in OptionsDialog()
488 _btnSave._bounds.moveTo(0, _btnRestore._bounds.bottom + 1); in OptionsDialog()
489 _btnRestart._bounds.moveTo(0, _btnSave._bounds.bottom + 1); in OptionsDialog()
490 _btnQuit._bounds.moveTo(0, _btnRestart._bounds.bottom + 1); in OptionsDialog()
491 _btnSound._bounds.moveTo(0, _btnQuit._bounds.bottom + 1); in OptionsDialog()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld/
H A Dringworld_dialogs.cpp63 g_globals->gfxManager().copyFrom(btnSelected, _bounds.left, _bounds.top); in highlight()
95 _bounds = dialogRect; in RightClickDialog()
96 _gfxManager._bounds = _bounds; in RightClickDialog()
123 g_globals->gfxManager().copyFrom(_surface, _bounds.left, _bounds.top); in draw()
258 _btnRestore._bounds.moveTo(0, _gfxMessage._bounds.bottom + 1); in OptionsDialog()
259 _btnSave._bounds.moveTo(0, _btnRestore._bounds.bottom + 1); in OptionsDialog()
260 _btnRestart._bounds.moveTo(0, _btnSave._bounds.bottom + 1); in OptionsDialog()
261 _btnQuit._bounds.moveTo(0, _btnRestart._bounds.bottom + 1); in OptionsDialog()
262 _btnSound._bounds.moveTo(0, _btnQuit._bounds.bottom + 1); in OptionsDialog()
263 _btnResume._bounds.moveTo(0, _btnSound._bounds.bottom + 1); in OptionsDialog()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld/
H A Dringworld_dialogs.cpp63 g_globals->gfxManager().copyFrom(btnSelected, _bounds.left, _bounds.top); in highlight()
95 _bounds = dialogRect; in RightClickDialog()
96 _gfxManager._bounds = _bounds; in RightClickDialog()
123 g_globals->gfxManager().copyFrom(_surface, _bounds.left, _bounds.top); in draw()
276 _btnRestore._bounds.moveTo(0, _gfxMessage._bounds.bottom + 1); in OptionsDialog()
277 _btnSave._bounds.moveTo(0, _btnRestore._bounds.bottom + 1); in OptionsDialog()
278 _btnRestart._bounds.moveTo(0, _btnSave._bounds.bottom + 1); in OptionsDialog()
279 _btnQuit._bounds.moveTo(0, _btnRestart._bounds.bottom + 1); in OptionsDialog()
280 _btnSound._bounds.moveTo(0, _btnQuit._bounds.bottom + 1); in OptionsDialog()
281 _btnResume._bounds.moveTo(0, _btnSound._bounds.bottom + 1); in OptionsDialog()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/blue_force/
H A Dblueforce_dialogs.cpp75 _gfxManager._bounds = _bounds; in RightClickDialog()
96 _rectList2[idx].translate(_bounds.left, _bounds.top); in draw()
97 _rectList4[idx].translate(_bounds.left, _bounds.top); in draw()
213 _gfxManager._bounds = _bounds; in AmmoBeltDialog()
219 _clip2Rect.set(90, 40, _bounds.width(), _bounds.height()); in AmmoBeltDialog()
505 _btnRestore._bounds.moveTo(0, _gfxMessage._bounds.bottom + 1); in OptionsDialog()
506 _btnSave._bounds.moveTo(0, _btnRestore._bounds.bottom + 1); in OptionsDialog()
507 _btnRestart._bounds.moveTo(0, _btnSave._bounds.bottom + 1); in OptionsDialog()
508 _btnQuit._bounds.moveTo(0, _btnRestart._bounds.bottom + 1); in OptionsDialog()
509 _btnSound._bounds.moveTo(0, _btnQuit._bounds.bottom + 1); in OptionsDialog()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/petka/
H A Dflc.cpp143 if (_surface->w <= _bounds.right) { in loadMsk()
144 _bounds.right = _surface->w - 1; in loadMsk()
147 _bounds.bottom = _surface->h - 1; in loadMsk()
150 if (_bounds.left > _bounds.right) { in loadMsk()
151 SWAP(_bounds.left, _bounds.right); in loadMsk()
153 if (_bounds.top > _bounds.bottom) { in loadMsk()
154 SWAP(_bounds.top, _bounds.bottom); in loadMsk()
157 _bounds = _bounds.findIntersectingRect(Common::Rect(0, 0, _bounds.right, 479)); in loadMsk()
158 _bounds.right++; in loadMsk()
159 _bounds.bottom++; in loadMsk()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_quit.cpp45 _bounds = Common::Rect(_surface.stringWidth(FIXED(AreYouSureYou)) + _surface.widestChar() * 2, in show()
47 _bounds.moveTo(mousePos.x - _bounds.width() / 2, mousePos.y - _bounds.height() / 2); in show()
50 _surface.create(_bounds.width(), _bounds.height()); in show()
81 …Common::Rect yesRect(_bounds.left, _bounds.top + (_surface.fontHeight() + 4) * 2 + 3, _bounds.righ… in handleEvents()
82 _bounds.top + (_surface.fontHeight() + 4) * 2 + 3 + _surface.fontHeight() + 7); in handleEvents()
83 …Common::Rect noRect(_bounds.left, _bounds.top + (_surface.fontHeight() + 4) * 2 + _surface.fontHei… in handleEvents()
84_bounds.right, _bounds.top + (_surface.fontHeight() + 4) * 2 + 10 + _surface.fontHeight() * 2 + 7); in handleEvents()
103 events.warpMouse(Common::Point(_bounds.right - 10, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
106 events.warpMouse(Common::Point(mousePos.x, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
109 events.warpMouse(Common::Point(mousePos.x, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
[all …]
H A Dwidget_text.cpp65 _bounds = Common::Rect(width, height); in load()
93 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
97 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
118 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
123 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
139 pt.x = obj._position.x - _bounds.width() / 2; in centerWindowOnSpeaker()
159 _bounds.moveTo(pt); in centerWindowOnSpeaker()
165 _bounds.height() / (_surface.fontHeight() + 1)); in render()
168 _surface.create(_bounds.width(), _bounds.height()); in render()
194 _bounds.moveTo(mousePos.x - _bounds.width() / 2, mousePos.y - _bounds.height() / 2); in load()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_quit.cpp45 _bounds = Common::Rect(_surface.stringWidth(FIXED(AreYouSureYou)) + _surface.widestChar() * 2, in show()
47 _bounds.moveTo(mousePos.x - _bounds.width() / 2, mousePos.y - _bounds.height() / 2); in show()
50 _surface.create(_bounds.width(), _bounds.height()); in show()
81 …Common::Rect yesRect(_bounds.left, _bounds.top + (_surface.fontHeight() + 4) * 2 + 3, _bounds.righ… in handleEvents()
82 _bounds.top + (_surface.fontHeight() + 4) * 2 + 3 + _surface.fontHeight() + 7); in handleEvents()
83 …Common::Rect noRect(_bounds.left, _bounds.top + (_surface.fontHeight() + 4) * 2 + _surface.fontHei… in handleEvents()
84_bounds.right, _bounds.top + (_surface.fontHeight() + 4) * 2 + 10 + _surface.fontHeight() * 2 + 7); in handleEvents()
103 events.warpMouse(Common::Point(_bounds.right - 10, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
106 events.warpMouse(Common::Point(mousePos.x, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
109 events.warpMouse(Common::Point(mousePos.x, _bounds.top + (_surface.fontHeight() + 4) * 2 in handleEvents()
[all …]
H A Dwidget_text.cpp65 _bounds = Common::Rect(width, height); in load()
93 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
97 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
118 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
123 - _bounds.height() - _surface.fontHeight(); in centerWindowOnSpeaker()
139 pt.x = obj._position.x - _bounds.width() / 2; in centerWindowOnSpeaker()
159 _bounds.moveTo(pt); in centerWindowOnSpeaker()
165 _bounds.height() / (_surface.fontHeight() + 1)); in render()
168 _surface.create(_bounds.width(), _bounds.height()); in render()
194 _bounds.moveTo(mousePos.x - _bounds.width() / 2, mousePos.y - _bounds.height() / 2); in load()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/macventure/
H A Ddialog.cpp113 compose.create(_bounds.width(), _bounds.height()); in draw()
114 Common::Rect base(0, 0, _bounds.width(), _bounds.height()); in draw()
122 _bounds.left, _bounds.top, _bounds.width(), _bounds.height()); in draw()
126 point.x -= _bounds.left; in localize()
127 point.y -= _bounds.top; in localize()
189 if (_bounds.contains(mouse)) { in doProcessEvent()
199 target.fillRect(_bounds, kColorWhite); in doDraw()
203 …&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBlack, Graphics::kTextAlignCente… in doDraw()
218 …&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBlack, Graphics::kTextAlignCente… in doDraw()
251 …dialog->getFont().drawString(&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBla… in doDraw()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/macventure/
H A Ddialog.cpp113 compose.create(_bounds.width(), _bounds.height()); in draw()
114 Common::Rect base(0, 0, _bounds.width(), _bounds.height()); in draw()
122 _bounds.left, _bounds.top, _bounds.width(), _bounds.height()); in draw()
126 point.x -= _bounds.left; in localize()
127 point.y -= _bounds.top; in localize()
189 if (_bounds.contains(mouse)) { in doProcessEvent()
199 target.fillRect(_bounds, kColorWhite); in doDraw()
203 …&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBlack, Graphics::kTextAlignCente… in doDraw()
218 …&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBlack, Graphics::kTextAlignCente… in doDraw()
251 …dialog->getFont().drawString(&target, _text, _bounds.left, _bounds.top, _bounds.width(), kColorBla… in doDraw()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dsurface_area.cpp131 | (p1._y < _bounds.top ? 4 : 0) in drawLine()
145 xp = (flags & 1) ? _bounds.left : _bounds.right; in drawLine()
148 yp = (flags & 4) ? _bounds.top : _bounds.bottom; in drawLine()
157 if (xp < _bounds.left) in drawLine()
159 if (xp > _bounds.right) in drawLine()
161 if (yp < _bounds.top) in drawLine()
163 if (yp > _bounds.bottom) in drawLine()
170 if (xp < _bounds.left) in drawLine()
172 if (xp > _bounds.right) in drawLine()
174 if (yp < _bounds.top) in drawLine()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/
H A Dsurface_area.cpp134 | (p1._y < _bounds.top ? 4 : 0) in drawLine()
148 xp = (flags & 1) ? _bounds.left : _bounds.right; in drawLine()
151 yp = (flags & 4) ? _bounds.top : _bounds.bottom; in drawLine()
160 if (xp < _bounds.left) in drawLine()
162 if (xp > _bounds.right) in drawLine()
164 if (yp < _bounds.top) in drawLine()
166 if (yp > _bounds.bottom) in drawLine()
173 if (xp < _bounds.left) in drawLine()
175 if (xp > _bounds.right) in drawLine()
177 if (yp < _bounds.top) in drawLine()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Delements.cpp78 r = _bounds; in getBounds()
101 h = _bounds.left; in getLocation()
102 v = _bounds.top; in getLocation()
107 newBounds.moveTo(h - (_bounds.width() / 2), v - (_bounds.height() / 2)); in centerElementAt()
112 h = (_bounds.left + _bounds.right) / 2; in getCenter()
113 v = (_bounds.top + _bounds.bottom) / 2; in getCenter()
117 if (r != _bounds) { in setBounds()
119 _bounds = r; in setBounds()
362 frameBounds.moveTo(_bounds.left + left, _bounds.top + top); in addFrame()
391 frameBounds.moveTo(_bounds.left, _bounds.top); in removeFrame()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Delements.cpp78 r = _bounds; in getBounds()
101 h = _bounds.left; in getLocation()
102 v = _bounds.top; in getLocation()
107 newBounds.moveTo(h - (_bounds.width() / 2), v - (_bounds.height() / 2)); in centerElementAt()
112 h = (_bounds.left + _bounds.right) / 2; in getCenter()
113 v = (_bounds.top + _bounds.bottom) / 2; in getCenter()
117 if (r != _bounds) { in setBounds()
119 _bounds = r; in setBounds()
362 frameBounds.moveTo(_bounds.left + left, _bounds.top + top); in addFrame()
391 frameBounds.moveTo(_bounds.left, _bounds.top); in removeFrame()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dwindow.cpp123 setBounds(src._bounds); in Window()
136 _bounds = r; in setBounds()
146 _savedArea.create(_bounds.width(), _bounds.height()); in open()
150 addDirtyRect(_bounds); in open()
176 screen.copyRectToSurface(_savedArea, _bounds.left, _bounds.top, in close()
177 Common::Rect(0, 0, _bounds.width(), _bounds.height())); in close()
178 addDirtyRect(_bounds); in close()
191 _writePos = Common::Point(_bounds.left, _bounds.top); in frame()
212 _writePos.x = _bounds.left; in frame()
224 _writePos = Common::Point(_bounds.left, _bounds.bottom - FONT_HEIGHT); in frame()
[all …]

12345678910>>...32