Home
last modified time | relevance | path

Searched refs:oldheight (Results 1 – 25 of 115) sorted by relevance

12345

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-xaw/
H A Dmessagewin.c237 Dimension height, iheight, width, oldheight, newheight; in real_meswin_dialog_update() local
242 XtVaGetValues(meswin_viewport, XtNheight, &oldheight, NULL); in real_meswin_dialog_update()
272 if ((oldheight == 0) || (num == 0)) { in real_meswin_dialog_update()
276 newheight = newheight + height - oldheight; in real_meswin_dialog_update()
286 if (height != oldheight) { in real_meswin_dialog_update()
287 if (oldheight == 0) { in real_meswin_dialog_update()
291 newheight = newheight + height - oldheight; in real_meswin_dialog_update()
/dports/games/freeciv/freeciv-2.6.6/client/gui-xaw/
H A Dmessagewin.c237 Dimension height, iheight, width, oldheight, newheight; in real_meswin_dialog_update() local
242 XtVaGetValues(meswin_viewport, XtNheight, &oldheight, NULL); in real_meswin_dialog_update()
272 if ((oldheight == 0) || (num == 0)) { in real_meswin_dialog_update()
276 newheight = newheight + height - oldheight; in real_meswin_dialog_update()
286 if (height != oldheight) { in real_meswin_dialog_update()
287 if (oldheight == 0) { in real_meswin_dialog_update()
291 newheight = newheight + height - oldheight; in real_meswin_dialog_update()
/dports/print/gv/gv-3.7.4/src/
H A Dmagmenu.c143 Position oldx,oldy,oldwidth,oldheight; member
212 d->oldwidth=d->oldheight=0;
228 if (d->oldwidth && d->oldheight)
229 GhostviewDrawRectangle(gvw,d->oldx,d->oldy,d->oldwidth,d->oldheight);
232 d->oldx=x; d->oldy=y; d->oldwidth=width; d->oldheight=height;
344 if (d->oldwidth && d->oldheight)
345 GhostviewDrawRectangle(gvw, d->oldx,d->oldy,d->oldwidth,d->oldheight);
359 if (d->oldwidth && d->oldheight)
360 GhostviewDrawRectangle(gvw,d->oldx,d->oldy,d->oldwidth,d->oldheight);
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgfximage.c379 int oldheight = image->height; in gfximage_rescale_fft() local
391 float*data = fftwf_malloc(sizeof(float)*oldwidth*oldheight); in gfximage_rescale_fft()
392 int osize = oldwidth*oldheight; in gfximage_rescale_fft()
395 assert(newwidth <= oldwidth && newheight <= oldheight); in gfximage_rescale_fft()
401 int oxsize = oxwidth*oldheight; in gfximage_rescale_fft()
402 fftwf_complex* fft = (fftwf_complex*)fftwf_malloc(sizeof(fftwf_complex)*oxwidth*oldheight); in gfximage_rescale_fft()
405 fftwf_plan plan1 = fftwf_plan_dft_r2c_2d(oldheight, oldwidth, data, fft, FFTW_ESTIMATE); in gfximage_rescale_fft()
426 int fromy = (oldheight-MOD(y-newheight/2,oldheight))%oldheight; in gfximage_rescale_fft()
435 from = &fft[MOD(y-newheight/2,oldheight)*oxwidth]; in gfximage_rescale_fft()
/dports/games/zdoom/zdoom-2.8.1/src/r_data/
H A Dr_interpolate.cpp55 fixed_t oldheight, oldtexz; member in DSectorPlaneInterpolation
443 oldheight = sector->floorplane.d; in UpdateInterpolation()
448 oldheight = sector->ceilingplane.d; in UpdateInterpolation()
499 if (refcount == 0 && oldheight == bakheight) in Interpolate()
505 *pheight = oldheight + FixedMul(bakheight - oldheight, smoothratio); in Interpolate()
520 arc << sector << ceiling << oldheight << oldtexz << attached; in Serialize()
/dports/games/zoom/zoom-1.1.5/src/
H A Dv6display.c184 int oldheight, bg; in scroll_to_height() local
188 oldheight = ACTWIN.line_height; in scroll_to_height()
189 if (height > oldheight) in scroll_to_height()
232 if (height > oldheight && !ACTWIN.no_scroll && oldheight > 0) in scroll_to_height()
236 scrollby = height-oldheight; in scroll_to_height()
239 ACTWIN.width, oldheight, in scroll_to_height()
/dports/math/p5-Math-Pari/pari-2.3.5/src/graph/
H A DplotX.c164 long oldwidth,oldheight; in rectdraw0() local
222 oldheight = pari_plot.height; in rectdraw0()
254 if (width == oldwidth && height == oldheight) break; in rectdraw0()
256 oldheight = height; in rectdraw0()
/dports/math/pari/pari-2.13.3/src/graph/
H A DplotX.c166 long oldwidth,oldheight; in draw() local
223 oldheight = T->height; in draw()
274 if (width == oldwidth && height == oldheight) break; in draw()
276 oldheight = height; in draw()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkpixmap.c109 gint oldheight; in gtk_pixmap_set() local
118 oldheight = GTK_WIDGET (pixmap)->requisition.height; in gtk_pixmap_set()
142 (GTK_WIDGET (pixmap)->requisition.height != oldheight)) in gtk_pixmap_set()
/dports/science/berkeleygw/BGW-2.0.0/LOGO/
H A Dasciify.py67 (oldwidth, oldheight) = img.size
69 newheight = int(float(oldheight * newwidth * charw) / float(oldwidth * charh) + 0.5)
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dpdf.cxx268 float oldheight = oldrect[3] - oldrect[1]; in fit_rect() local
273 if (oldheight * *scale > newheight) in fit_rect()
274 *scale = newheight / oldheight; in fit_rect()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_view.c65 float oldwidth, oldheight, width, height; in space_node_view_flag() local
71 oldheight = BLI_rctf_size_y(&region->v2d.cur); in space_node_view_flag()
73 oldasp = oldwidth / oldheight; in space_node_view_flag()
97 if ((tot == 1) && (has_frame == false) && ((oldwidth * oldheight) > (width * height))) { in space_node_view_flag()
99 BLI_rctf_resize(&cur_new, oldwidth, oldheight); in space_node_view_flag()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dv_video.cpp649 int oldwidth, oldheight, oldbits; in V_SetResolution() local
654 oldheight = I_GetVideoHeight(); in V_SetResolution()
661 oldheight = height; in V_SetResolution()
682 if (!I_CheckResolution(oldwidth, oldheight)) in V_SetResolution()
686 height = oldheight; in V_SetResolution()
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_curve.c588 int width, height, oldheight; in R_GridInsertRow() local
594 oldheight = 0; in R_GridInsertRow()
612 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
614 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
616 oldheight++; in R_GridInsertRow()
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_curve.c581 int width, height, oldheight; in R_GridInsertRow() local
587 oldheight = 0; in R_GridInsertRow()
603 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
605 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
607 oldheight++; in R_GridInsertRow()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_curve.c581 int width, height, oldheight; in R_GridInsertRow() local
587 oldheight = 0; in R_GridInsertRow()
603 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
605 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
607 oldheight++; in R_GridInsertRow()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_curve.c588 int width, height, oldheight; in R_GridInsertRow() local
594 oldheight = 0; in R_GridInsertRow()
612 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
614 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
616 oldheight++; in R_GridInsertRow()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_curve.c582 int width, height, oldheight; in R_GridInsertRow() local
588 oldheight = 0; in R_GridInsertRow()
604 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
606 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
608 oldheight++; in R_GridInsertRow()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_curve.c581 int width, height, oldheight; in R_GridInsertRow() local
587 oldheight = 0; in R_GridInsertRow()
603 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
605 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
607 oldheight++; in R_GridInsertRow()
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_curve.c581 int width, height, oldheight; in R_GridInsertRow() local
587 oldheight = 0; in R_GridInsertRow()
603 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
605 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
607 oldheight++; in R_GridInsertRow()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_curve.cpp587 int width, height, oldheight; in R_GridInsertRow() local
593 oldheight = 0; in R_GridInsertRow()
609 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
611 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
613 oldheight++; in R_GridInsertRow()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_curve.c581 int width, height, oldheight; in R_GridInsertRow() local
587 oldheight = 0; in R_GridInsertRow()
603 errorTable[1][i] = grid->heightLodError[oldheight]; in R_GridInsertRow()
605 ctrl[i][j] = grid->verts[oldheight * grid->width + j]; in R_GridInsertRow()
607 oldheight++; in R_GridInsertRow()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-libvisual-alsa/
H A Dsdldriver.c61 int oldheight; member
209 native->oldheight = height; in native_fullscreen()
226 native->oldheight, native->resizable); in native_fullscreen()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dsdlvideo.cpp175 int oldwidth, oldheight; in SetResolution() local
181 oldheight = SCREENHEIGHT; in SetResolution()
187 oldheight = height; in SetResolution()
194 if (!I_CheckResolution (oldwidth, oldheight, oldbits)) in SetResolution()
201 height = oldheight; in SetResolution()
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dscreen.c596 int oldwidth, oldheight; in screen_update() local
609 oldheight = s->height; in screen_update()
622 f->y = (f->y*height)/oldheight; in screen_update()
623 f->height = (f->height*height)/oldheight; in screen_update()

12345