Home
last modified time | relevance | path

Searched refs:dontScale (Results 1 – 25 of 139) sorted by relevance

123456

/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dcursorman.cpp62 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
69 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
105 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in replaceCursor() argument
108 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
138 cur->_dontScale = dontScale; in replaceCursor()
146 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
236 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in Cursor() argument
256 _dontScale = dontScale; in Cursor()
H A Dcursorman.h75 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
100 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
188 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dcursorman.cpp62 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
68 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
106 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in replaceCursor() argument
109 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
139 cur->_dontScale = dontScale; in replaceCursor()
147 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
245 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in Cursor() argument
265 _dontScale = dontScale; in Cursor()
H A Dcursorman.h76 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
101 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
198 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dcursorman.cpp62 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in pushCursor() argument
63 Cursor *cur = new Cursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
68 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in pushCursor()
106 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in replaceCursor() argument
109 pushCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
139 cur->_dontScale = dontScale; in replaceCursor()
147 g_system->setMouseCursor(cur->_data, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in replaceCursor()
245 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in Cursor() argument
265 _dontScale = dontScale; in Cursor()
H A Dcursorman.h87 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
115 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
229 …data, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/x11-fm/konqueror/konqueror-21.12.3/settings/konqhtml/css/
H A Dkcmcss.cpp88 customDialog->dontScale->setChecked(group.readEntry("DontScale", false)); in load()
138 group.writeEntry("DontScale", customDialog->dontScale->isChecked()); in save()
198 customDialog->dontScale->setChecked(false); in defaults()
237 if (dontScale->isChecked()) { in cssDict()
296 …connect(dontScale, &QAbstractButton::clicked, this, &CSSCustomDialog… in CSSCustomDialog()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/
H A Dmodular-backend.cpp238 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in setMouseCursor() argument
239 _graphicsManager->setMouseCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in setMouseCursor()
H A Dmodular-backend.h112 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/residualvm/residualvm-0.3.1/backends/
H A Dmodular-backend.cpp240 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in setMouseCursor() argument
241 _graphicsManager->setMouseCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in setMouseCursor()
H A Dmodular-backend.h109 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/scummvm/scummvm-2.5.1/backends/
H A Dmodular-backend.cpp267 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in setMouseCursor() argument
268 _graphicsManager->setMouseCursor(buf, w, h, hotspotX, hotspotY, keycolor, dontScale, format); in setMouseCursor()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/null/
H A Dnull-graphics.h81 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dosys_psp.cpp314 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in setMouseCursor() argument
319 …color[%d], scale[%d], pformat[%p]\n", buf, w, h, hotspotX, hotspotY, keycolor, !dontScale, format); in setMouseCursor()
H A Dosys_psp.h121 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:…
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dosys_psp.cpp307 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:… in setMouseCursor() argument
312 …color[%d], scale[%d], pformat[%p]\n", buf, w, h, hotspotX, hotspotY, keycolor, !dontScale, format); in setMouseCursor()
H A Dosys_psp.h118 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/wincesdl/
H A Dwincesdl-graphics.h76 …uf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, bool dontScale, const Graphics:…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/
H A Dgraphics.h99 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/residualvm/residualvm-0.3.1/backends/graphics/
H A Dgraphics.h97 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/null/
H A Dnull-graphics.h87 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/
H A Dgraphics.h109 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A Dsystemps2.h85 …uf, uint w, uint h, int hotspot_x, int hotspot_y, uint32 keycolor, bool dontScale = false, const G…
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/n64/
H A Dosys_n64.h184 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics:…
/dports/games/residualvm/residualvm-0.3.1/backends/graphics/sdl/
H A Dresvm-sdl-graphics.h115 …*buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale = false, const G…

123456