Home
last modified time | relevance | path

Searched refs:native_w (Results 1 – 12 of 12) sorted by relevance

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/
H A Dmovie_player.lua39 local native_w = me.moviePlayer:getNativeWidth()
41 if native_w ~= 0 and native_h ~= 0 then
42 local ar = native_w / native_h
47 if screen_w > screen_h / native_h * native_w then
48 w = math.floor(screen_h / native_h * native_w)
54 h = math.floor(screen_w / native_w * native_h)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/native/
H A Dnative_view_host_aura.cc206 int native_w, in ShowWidget() argument
212 native_w = host_->native_view()->bounds().width(); in ShowWidget()
216 if (w > 0 && h > 0 && native_w > 0 && native_h > 0) { in ShowWidget()
217 transform.Scale(static_cast<SkScalar>(w) / native_w, in ShowWidget()
230 gfx::Rect(x - clip_offset.x(), y - clip_offset.y(), native_w, native_h)); in ShowWidget()
H A Dnative_view_host_wrapper.h78 int native_w,
H A Dnative_view_host_mac.h50 void ShowWidget(int x, int y, int w, int h, int native_w, int native_h)
H A Dnative_view_host_aura.h44 void ShowWidget(int x, int y, int w, int h, int native_w, int native_h)
H A Dnative_view_host_mac.mm186 int native_w,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/native/
H A Dnative_view_host_aura.cc213 int native_w, in ShowWidget() argument
219 native_w = host_->native_view()->bounds().width(); in ShowWidget()
223 if (w > 0 && h > 0 && native_w > 0 && native_h > 0) { in ShowWidget()
224 transform.Scale(static_cast<SkScalar>(w) / native_w, in ShowWidget()
237 gfx::Rect(x - clip_offset.x(), y - clip_offset.y(), native_w, native_h)); in ShowWidget()
H A Dnative_view_host_wrapper.h87 int native_w,
H A Dnative_view_host_mac.h55 void ShowWidget(int x, int y, int w, int h, int native_w, int native_h)
H A Dnative_view_host_aura.h46 void ShowWidget(int x, int y, int w, int h, int native_w, int native_h)
H A Dnative_view_host_mac.mm192 int native_w,
/dports/x11/xterm/xterm-370/
H A Dcharproc.c10046 int native_w, native_h; in VTInitialize() local
10050 native_w = 768; in VTInitialize()
10056 native_w = 800; in VTInitialize()
10062 native_w = 800; in VTInitialize()
10066 native_w = 800; in VTInitialize()
10070 native_w = 960; in VTInitialize()
10087 screen->graphics_regis_def_wide = (Dimension) native_w; in VTInitialize()
10124 screen->graphics_max_wide = (Dimension) native_w; in VTInitialize()