Home
last modified time | relevance | path

Searched refs:vwidth (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Djpg.c58 long vwidth = *w; in JpegReadFileToPixmap() local
105 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
109 vwidth = *w; in JpegReadFileToPixmap()
183 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
186 + (long)((double)j*rwidth/vwidth); in JpegReadFileToPixmap()
224 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
250 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
290 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
313 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
350 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
[all …]
H A Dpng.c66 long vwidth; in PngReadFileToPixmap() local
170 vwidth = *w; in PngReadFileToPixmap()
180 *h = (long)((double)vwidth * rheight/rwidth); in PngReadFileToPixmap()
184 vwidth = *w; in PngReadFileToPixmap()
248 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
291 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
317 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
360 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
383 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
424 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dui.c239 vright = vx + vwidth; in ui_mouseInside()
327 if ( ui_mouseInside( vx, vy, vwidth, vheight ) ) in ui_buttonBehavior()
451 if ( 0 == vwidth || 0 == vheight ) in ui_drawImage()
458 vw = vwidth; in ui_drawImage()
593 ui_drawButton( id, vx, vy, vwidth, vheight, NULL ); in ui_doButton()
628 ui_drawButton( id, vx, vy, vwidth, vheight, NULL ); in ui_doImageButton()
704 wtmp.vwidth = wtmp.vheight; in ui_doWidget()
759 pw2->vwidth -= 2 * pixels; in ui_shrinkWidget()
762 if ( pw2->vwidth < 0 ) pw2->vwidth = 0; in ui_shrinkWidget()
765 return pw2->vwidth > 0 && pw2->vheight > 0; in ui_shrinkWidget()
[all …]
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dmjpg.c75 long vwidth = *w; in JpegReadFileToPixmap() local
125 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
129 vwidth = *w; in JpegReadFileToPixmap()
212 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
215 + (long)((double)j*rwidth/vwidth); in JpegReadFileToPixmap()
253 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
279 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
319 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
342 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
379 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
[all …]
H A Dmpng.c79 long vwidth; in PngReadFileToPixmap() local
190 vwidth = *w; in PngReadFileToPixmap()
200 *h = (long)((double)vwidth * rheight/rwidth); in PngReadFileToPixmap()
204 vwidth = *w; in PngReadFileToPixmap()
272 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
315 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
341 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
384 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
407 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
448 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
[all …]
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dmjpg.c60 long vwidth = *w; in JpegReadFileToPixmap() local
110 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
114 vwidth = *w; in JpegReadFileToPixmap()
197 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
200 + (long)((double)j*rwidth/vwidth); in JpegReadFileToPixmap()
238 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
264 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
304 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
327 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
364 for(j=0; j<vwidth; j++){ in JpegReadFileToPixmap()
[all …]
H A Dmpng.c63 long vwidth; in PngReadFileToPixmap() local
174 vwidth = *w; in PngReadFileToPixmap()
184 *h = (long)((double)vwidth * rheight/rwidth); in PngReadFileToPixmap()
188 vwidth = *w; in PngReadFileToPixmap()
256 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
299 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
325 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
368 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
391 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
432 for(j=0; j<vwidth; j++){ in PngReadFileToPixmap()
[all …]
/dports/graphics/svgalib/svgalib-1.4.3/demos/
H A Dscrolltest.c151 int vwidth, vheight; in demo2() local
155 vwidth = VWIDTH; in demo2()
156 if (vwidth > 640) in demo2()
157 vwidth = 640; in demo2()
162 vga_setlogicalwidth(vwidth); in demo2()
166 vwidth, VHEIGHT); in demo2()
169 x = vwidth / 2 - WINWIDTH / 2; in demo2()
178 vga_setdisplaystart((y * vwidth / 4) * 4 + x); in demo2()
183 targetx = rand() % (vwidth - WINWIDTH); in demo2()
199 if (x > vwidth - WINWIDTH) in demo2()
[all …]
/dports/graphics/pfstools/pfstools-2.1.0/src/pfsglview/
H A Dpfsglview.cpp1279 …float rel_offset = ((vwidth-1.0)*hwidth)/(vwidth * hwidth)*voff + 1/vwidth*(((float)cursorPosX-X_B… in mouseListener()
1286 if(vwidth > ZOOM_SCALE_MAX ) vwidth = ZOOM_SCALE_MAX ; in mouseListener()
1287 else if(vwidth < 1) vwidth = 1; in mouseListener()
1291 if(vwidth > 1){ in mouseListener()
1292 …voff = (rel_offset - 1/vwidth*(((float)cursorPosX-X_BAR/2-m_histogram->getSidebarWidth())/hwidth)… in mouseListener()
1400 …float rel_offset = ((vwidth-1.0)*hwidth)/(vwidth * hwidth)*voff + 1/vwidth*(((float)cursorPosX_fix… in mouseMotionListener()
1408 vwidth += (x-cursorPosX) * dd; in mouseMotionListener()
1410 if(vwidth > ZOOM_SCALE_MAX ) vwidth = ZOOM_SCALE_MAX ; in mouseMotionListener()
1411 else if(vwidth < 1) vwidth = 1; in mouseMotionListener()
1416 if(vwidth > 1){ in mouseMotionListener()
[all …]
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dvalue-variant.c55 GVariant *vwidth = g_variant_get_child_value (v, IDX_WIDTH); in value_destroy_from_variant() local
56 gint32 width = g_variant_get_int32 (vwidth); /* v is unreffed here */ in value_destroy_from_variant()
57 g_variant_unref (vwidth); in value_destroy_from_variant()
68 GVariant *vwidth = g_variant_get_child_value (v, IDX_WIDTH); in value_variant_get() local
69 gint32 width = g_variant_get_int32 (vwidth); in value_variant_get()
70 g_variant_unref (vwidth); in value_variant_get()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dintel_preprocess.h347 int vwidth; \
349 vwidth = INTEL_COMPILE_WIDTH/2; \
351 vwidth = INTEL_COMPILE_WIDTH; \
352 if (vwidth < 4) vwidth = 4; \
355 for (int v = 0; v < vwidth; v++) ovv[v] = (acc_t)0.0; \
356 int remainder = lt % vwidth; \
361 for (int n = lf; n < v_range; n += vwidth) { \
364 for (int v = 0; v < vwidth; v++) { \
371 if (vwidth > 4) { \
376 if (vwidth > 8) { \
[all …]
/dports/games/xrot/xrot/
H A Dcheck_sp.c27 vwidth = VWIDTH; in check_speed()
50 vwidth = (int) (vwidth / r); in check_speed()
62 loc_x = vwidth / 2;
64 t = (char *)malloc(vwidth*vheight);
66 for( i = 0; i <= vwidth*vheight*2; i++ )
95 uf = vwidth / 2; vf = vheight / 2; in test_screen()
105 for( x = 0; x < vwidth; x++ ){ in test_screen()
/dports/emulators/hugo/hugo-2.12/
H A Ddebug.c82 save_bg = create_bitmap (vwidth, vheight); in disass_menu()
84 blit (screen, save_bg, 0, 0, 0, 0, vwidth, vheight); in disass_menu()
104 blit (save_bg, screen, 0, 0, 0, 0, vwidth, vheight); in disass_menu()
199 bg = create_bitmap (vwidth, vheight); in display_debug_help()
201 blit (screen, bg, 0, 0, 0, 0, vwidth, vheight); in display_debug_help()
209 vwidth / 2, blit_y + 10 * x, -1); in display_debug_help()
217 blit (bg, screen, 0, 0, 0, 0, vwidth, vheight); in display_debug_help()
/dports/games/zaz/zaz-1.0.1/src/
H A Dsplash.cpp120 glVertex3d(vleft + vwidth, 0, 0); in Render()
122 glVertex3d(vleft + vwidth, 100, 0); in Render()
141 glVertex3d(vleft + vwidth, 0, 0); in Render()
143 glVertex3d(vleft + vwidth, 100, 0); in Render()
180 vwidth = 100 * (640.0/480.0); in GLSetup()
181 vleft = (100 - vwidth) / 2; in GLSetup()
184 glOrtho(vleft, vwidth + vleft, 0, 100, -100, 100); in GLSetup()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dscrpalettebase.cpp165 int vwidth = qMin(qMax(0, m_palettePrefs->getInt("width")), in showEvent() local
170 if (vwidth > d->width()/3 && vheight > d->height()/3) in showEvent()
171 vwidth = d->width()/3; in showEvent()
173 int vleft = qMin(qMax(scr.left() - vwidth, m_palettePrefs->getInt("left")), in showEvent()
191 if ( vwidth >= scr.width() ) in showEvent()
192 vwidth = qMax( 0, scr.width() - vleft ); in showEvent()
198 resize(vwidth, vheight); in showEvent()
H A Dscdockpalette.cpp161 int vwidth = qMin(qMax(0, m_palettePrefs->getInt("width")), in showEvent() local
166 if (vwidth > d->width() / 3 && vheight > d->height()/3) in showEvent()
167 vwidth = d->width() / 3; in showEvent()
169 int vleft = qMin(qMax(scr.left() - vwidth, m_palettePrefs->getInt("left")), in showEvent()
187 if (vwidth >= scr.width()) in showEvent()
188 vwidth = qMax(0, scr.width() - vleft); in showEvent()
194 resize(vwidth, vheight); in showEvent()
/dports/www/R-cran-webshot/webshot/R/
H A Dwebshot.R129 vwidth = 992, argument
154 vwidth = vwidth, nameattr
195 x <- c(0, 0, vwidth, vheight)
217 optsList <- data.frame(url = url, file = file, vwidth = vwidth, vheight = vheight) nameattr
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DNodeDim.sml8 val vwidth: BoxTypes.node -> BasicTypes.dist value
35 fun vwidth (Char info) = charWidth info function
36 | vwidth (Box (shift, {width = w, ...})) = shift + w
37 | vwidth (Rule {width = w, ...}) = w
38 | vwidth _ = zero
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Ddumpbdf.c117 if ( !(defs->metricssets&MS_Vert) || bdfc->sc->vwidth!=defs->swidth1 ) in BDFDumpChar()
118 fprintf( file, "SWIDTH1 %d 0\n", bdfc->sc->vwidth*1000/em ); in BDFDumpChar()
119 if ( !(defs->metricssets&MS_Vert) || bdfc->vwidth!=defs->dwidth1 ) in BDFDumpChar()
120 fprintf( file, "DWIDTH1 %d 0\n", bdfc->vwidth ); in BDFDumpChar()
167 int width[256], vwidth[256]; in figureDefMetrics() local
172 memset(vwidth,0,sizeof(vwidth)); in figureDefMetrics()
178 if ( bdfc->vwidth<256 ) { in figureDefMetrics()
179 ++vwidth[bdfc->vwidth]; in figureDefMetrics()
180 vsc[bdfc->vwidth] = bdfc; in figureDefMetrics()
197 if ( maxi==-1 || vwidth[i]>vwidth[maxi] ) in figureDefMetrics()
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/texture-withderivs/
H A Dtest.osl10 float vwidth = v*v * 5;
12 Dx(u)*uwidth, Dx(v)*vwidth,
13 Dy(u)*uwidth, Dy(v)*vwidth);
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/texture-withderivs/
H A Dtest.osl10 float vwidth = v*v * 5;
12 Dx(u)*uwidth, Dx(v)*vwidth,
13 Dy(u)*uwidth, Dy(v)*vwidth);
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dnsvdec.c105 uint16_t vwidth; /* assert(vwidth%16==0) */
181 uint16_t vwidth, vheight; member
399 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local
408 vwidth = get_le16(pb); in nsv_parse_NSVs_header()
434 PRINT(("NSV NSVs vsize %dx%d\n", vwidth, vheight)); in nsv_parse_NSVs_header()
441 nsv->vwidth = vwidth; in nsv_parse_NSVs_header()
442 nsv->vheight = vwidth; in nsv_parse_NSVs_header()
455 st->codec->width = vwidth; in nsv_parse_NSVs_header()
487 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dnsvdec.c99 uint16_t vwidth; /* av_assert0(vwidth%16==0) */
175 uint16_t vwidth, vheight; member
382 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local
391 vwidth = avio_rl16(pb); in nsv_parse_NSVs_header()
421 av_dlog(s, "NSV NSVs vsize %dx%d\n", vwidth, vheight); in nsv_parse_NSVs_header()
427 nsv->vwidth = vwidth; in nsv_parse_NSVs_header()
428 nsv->vheight = vwidth; in nsv_parse_NSVs_header()
443 st->codec->width = vwidth; in nsv_parse_NSVs_header()
483 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dnsvdec.c99 uint16_t vwidth; /* av_assert0(vwidth%16==0) */
175 uint16_t vwidth, vheight; member
377 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local
385 vwidth = avio_rl16(pb); in nsv_parse_NSVs_header()
410 av_log(s, AV_LOG_TRACE, "NSV NSVs vsize %dx%d\n", vwidth, vheight); in nsv_parse_NSVs_header()
416 nsv->vwidth = vwidth; in nsv_parse_NSVs_header()
417 nsv->vheight = vwidth; in nsv_parse_NSVs_header()
432 st->codecpar->width = vwidth; in nsv_parse_NSVs_header()
472 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dnsvdec.c99 uint16_t vwidth; /* av_assert0(vwidth%16==0) */
175 uint16_t vwidth, vheight; member
378 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local
386 vwidth = avio_rl16(pb); in nsv_parse_NSVs_header()
411 av_log(s, AV_LOG_TRACE, "NSV NSVs vsize %dx%d\n", vwidth, vheight); in nsv_parse_NSVs_header()
417 nsv->vwidth = vwidth; in nsv_parse_NSVs_header()
418 nsv->vheight = vwidth; in nsv_parse_NSVs_header()
433 st->codecpar->width = vwidth; in nsv_parse_NSVs_header()
473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()

12345678910>>...13