Home
last modified time | relevance | path

Searched refs:window_width (Results 126 – 150 of 2167) sorted by relevance

12345678910>>...87

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/src/
H A Dmain.cpp75 int window_width = 1024; in WinMain() local
83 …!Shell::OpenWindow("Rocket Invaders from Mars (Lua Powered)", shell_renderer, window_width, window… in WinMain()
91 opengl_renderer.SetViewport(window_width, window_height); in WinMain()
105 context = Rocket::Core::CreateContext("main", Rocket::Core::Vector2i(window_width, window_height)); in WinMain()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/pyinvaders/src/
H A Dmain.cpp87 int window_width = 1024; in WinMain() local
96 …!Shell::OpenWindow("Rocket Invaders from Mars (Python Powered)", shell_renderer, window_width, win… in WinMain()
104 opengl_renderer.SetViewport(window_width, window_height); in WinMain()
117 context = Rocket::Core::CreateContext("main", Rocket::Core::Vector2i(window_width, window_height)); in WinMain()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/egl/
H A Degl-query-surface.c36 static EGLint window_width = 119; variable
65 assert(state->width == window_width); in query_width()
204 test.window_width = window_width; in main()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/ImgProc/basic_drawing/
H A DDrawing_2.cpp18 const int window_width = 900; variable
20 int x_1 = -window_width/2;
21 int x_2 = window_width*3/2;
22 int y_1 = -window_width/2;
23 int y_2 = window_width*3/2;
51 Mat image = Mat::zeros( window_height, window_width, CV_8UC3 ); in main()
309 Point org((window_width - textsize.width)/2, (window_height - textsize.height)/2); in Displaying_Big_End()
/dports/graphics/art/ART-1.9.3/rtengine/klt/
H A DselectGoodFeatures.cc314 if (tc->window_width % 2 != 1) { in _KLTSelectGoodFeatures()
315 tc->window_width = tc->window_width+1; in _KLTSelectGoodFeatures()
317 "Changing to %d.\n", tc->window_width); in _KLTSelectGoodFeatures()
324 if (tc->window_width < 3) { in _KLTSelectGoodFeatures()
325 tc->window_width = 3; in _KLTSelectGoodFeatures()
327 "Changing to %d.\n", tc->window_width); in _KLTSelectGoodFeatures()
334 window_hw = tc->window_width/2; in _KLTSelectGoodFeatures()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/klt/
H A DselectGoodFeatures.cc314 if (tc->window_width % 2 != 1) { in _KLTSelectGoodFeatures()
315 tc->window_width = tc->window_width+1; in _KLTSelectGoodFeatures()
317 "Changing to %d.\n", tc->window_width); in _KLTSelectGoodFeatures()
324 if (tc->window_width < 3) { in _KLTSelectGoodFeatures()
325 tc->window_width = 3; in _KLTSelectGoodFeatures()
327 "Changing to %d.\n", tc->window_width); in _KLTSelectGoodFeatures()
334 window_hw = tc->window_width/2; in _KLTSelectGoodFeatures()
/dports/multimedia/handbrake/ffmpeg-4.4/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = par->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
363 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = encctx->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
354 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = par->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
357 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv.cxx560 unsigned window_width = 0; in main() local
582 xcv_window_size_adaptive(rows, cols, images, &window_width, in main()
585 xcv_window_size_traditional(rows, cols, images, &window_width, in main()
598 if (window_width > 1024) in main()
599 window_width = 1024; in main()
603 if (window_width <= 0) in main()
604 window_width = 512; in main()
608 std::cerr << "window_width = " << window_width << std::endl in main()
612 vgui_window *win = vgui::produce_window(window_width, window_height, in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = par->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
363 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = par->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
357 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = encctx->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
354 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavdevice/
H A Dxv.c48 int window_width, window_height; member
137 if (!xv->window_width && !xv->window_height) { in xv_write_header()
139 xv->window_width = par->width; in xv_write_header()
143 xv->window_width = av_rescale(xv->window_width, sar.num, sar.den); in xv_write_header()
151 xv->window_width, xv->window_height, in xv_write_header()
218 xv->window_width = xv->window_height = 0; in xv_write_header()
262 if (window_attrs.width != xv->window_width || window_attrs.height != xv->window_height) { in xv_repaint()
363 …{ "window_size", "set window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = …
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DInfolistView.mm104 const int title_width = infostyle.window_width() -
108 const int desc_width = infostyle.window_width() -
142 infostyle.window_width() - infostyle.window_border() * 2,
159 infostyle.window_width() - infostyle.window_border() * 2,
167 infostyle.window_width() - infostyle.window_border() * 2,
200 infostyle.window_width() - infostyle.window_border() * 2,
208 infostyle.window_width() - infostyle.window_border() * 2,
224 strokeRect:NSMakeRect(0.5, 0.5, infostyle.window_width() - 1, ypos - 1)];
228 return NSMakeSize(infostyle.window_width(),ypos);
/dports/net/gupnp-tools/gupnp-tools-0.10.2/src/universal-cp/
H A Dgui.c110 gint window_width, window_height; in init_ui() local
158 window_width = CLAMP ((int) w, 10, 1000); in init_ui()
162 window_width, in init_ui()
166 window_width, in init_ui()
/dports/lang/ptoc/ptoc/WinBGI/
H A Dwinbgi.cxx43 static int window_width; variable
1542 window_width = 320; in detect_mode()
1545 window_width = 640; in detect_mode()
1548 window_width = 320; in detect_mode()
1559 window_width = 320; in detect_mode()
1565 window_width = 640; in detect_mode()
1569 window_width = 320; in detect_mode()
1574 window_width = 640; in detect_mode()
1602 window_width = 640; in detect_mode()
1606 window_width = 720; in detect_mode()
[all …]
/dports/games/trimines/trimines-1.3.0/src/
H A Dmain.c129 int window_width, window_height; variable
161 window_width = (boardx * 12) + 8; in main()
165 timercounterx = window_width - 91; in main()
170 smileyposx = (window_width / 2) - 40; in main()
174 screen = SDL_SetVideoMode(window_width,window_height , 24, SDL_SWSURFACE); in main()
183 ShowBMP(Ibar2, screen, window_width - 112,(boardy*20)); in main()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/show_commit/
H A Ddata.rs37 pub(super) fn update(&mut self, commit: &Commit, window_width: usize, window_height: usize) { in update()
38 if window_width != self.width || window_height != self.height { in update()
42 self.width = window_width; in update()
44 let is_full_width = window_width >= MINIMUM_FULL_WINDOW_WIDTH; in update()
/dports/x11-wm/i3/i3-4.20.1/libi3/
H A Dis_background_set.c17 uint16_t window_width, uint16_t window_height) { in unobscured_region() argument
23 rectangle.width = window_width; in unobscured_region()
66 uint16_t window_width, uint16_t window_height, in find_unobscured_pixel() argument
68 cairo_region_t *region = unobscured_region(conn, window, window_width, window_height); in find_unobscured_pixel()

12345678910>>...87