Home
last modified time | relevance | path

Searched refs:tempheight (Results 1 – 18 of 18) sorted by relevance

/dports/x11/antimicro/antimicro-2.23/src/mousedialog/
H A Dspringmoderegionpreview.cpp34 int tempheight = adjustSpringSizeHeight(height); in SpringModeRegionPreview() local
46 if (tempwidth >= 2 && tempheight >= 2) in SpringModeRegionPreview()
51 setGeometry(cw, ch, tempwidth, tempheight); in SpringModeRegionPreview()
92 int tempheight = size().height(); in adjustSpringSizeHeight() local
96 tempheight = height; in adjustSpringSizeHeight()
100 tempheight = 0; in adjustSpringSizeHeight()
103 return tempheight; in adjustSpringSizeHeight()
147 if (width >= 2 && tempheight >= 2) in setSpringHeight()
152 setGeometry(cw, ch, width, tempheight); in setSpringHeight()
163 resize(width, tempheight); in setSpringHeight()
[all …]
/dports/games/scorched3d/scorched/src/client/sprites/
H A DExplosionLaserBeamRenderer.cpp106 int tempheight=(int)(time_*time_*time_); in draw() local
107 if (tempheight>100) tempheight=100; in draw()
108 Vector height(0,0,tempheight); in draw()
123 glTexCoord2f(0.0f, (float)(tempheight/10)+((layers-j)*time_)); in draw()
125 glTexCoord2f(2.0f, (float)(tempheight/10)+((layers-j)*time_)); in draw()
140 glTexCoord2f(0.0f, (float)(tempheight/10)-((layers-j)*time_)); in draw()
142 glTexCoord2f(2.0f, (float)(tempheight/10)-((layers-j)*time_)); in draw()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A Dobdm_tbdm_from_properties.cpp103 doublevar tempheight=0; in init() local
106 tempheight+=crossProduct(i,j)*latVec(i,j); in init()
109 tempheight=fabs(tempheight)/sqrt(length); in init()
110 if(tempheight < smallestheight ) smallestheight=tempheight; in init()
301 doublevar tempheight=0; in init() local
304 tempheight+=crossProduct(i,j)*latVec(i,j); in init()
307 tempheight=fabs(tempheight)/sqrt(length); in init()
308 if(tempheight < smallestheight ) smallestheight=tempheight; in init()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/system/
H A DHEG_system.cpp317 doublevar tempheight=0; in setupEwald() local
320 tempheight+=crossProduct(i,j)*latVec(i,j); in setupEwald()
323 tempheight=fabs(tempheight)/sqrt(length); in setupEwald()
324 if(tempheight < smallestheight ) smallestheight=tempheight; in setupEwald()
H A DPeriodic_system.cpp338 doublevar tempheight=0; in read() local
341 tempheight+=crossProduct(i,j)*latVec(i,j); in read()
344 tempheight=fabs(tempheight)/sqrt(length); in read()
345 if(tempheight < smallestheight ) smallestheight=tempheight; in read()
/dports/math/scalapack/scalapack-2.1.0/REDIST/SRC/
H A Dpgemraux.c262 int tempheight, firstblock, firsttemp; local
264 tempheight = bs * p;
265 firsttemp = i / tempheight;
/dports/emulators/mess/mame-mame0226/src/osd/mac/
H A Dwindow.cpp467 int tempwidth, tempheight; in update() local
470 m_target->compute_minimum_size(tempwidth, tempheight); in update()
471 if (osd_dim(tempwidth, tempheight) != m_minimum_dim) in update()
473 m_minimum_dim = osd_dim(tempwidth, tempheight); in update()
/dports/emulators/mame/mame-mame0226/src/osd/mac/
H A Dwindow.cpp467 int tempwidth, tempheight; in update() local
470 m_target->compute_minimum_size(tempwidth, tempheight); in update()
471 if (osd_dim(tempwidth, tempheight) != m_minimum_dim) in update()
473 m_minimum_dim = osd_dim(tempwidth, tempheight); in update()
/dports/emulators/mess/mame-mame0226/src/osd/sdl/
H A Dwindow.cpp572 int tempwidth, tempheight; in update() local
575 m_target->compute_minimum_size(tempwidth, tempheight); in update()
576 if (osd_dim(tempwidth, tempheight) != m_minimum_dim) in update()
578 m_minimum_dim = osd_dim(tempwidth, tempheight); in update()
/dports/emulators/mame/mame-mame0226/src/osd/sdl/
H A Dwindow.cpp572 int tempwidth, tempheight; in update() local
575 m_target->compute_minimum_size(tempwidth, tempheight); in update()
576 if (osd_dim(tempwidth, tempheight) != m_minimum_dim) in update()
578 m_minimum_dim = osd_dim(tempwidth, tempheight); in update()
/dports/emulators/mess/mame-mame0226/src/osd/uwp/
H A Dwindow.cpp681 int tempwidth, tempheight; in complete_create() local
701 tempheight = (m_win_config.height != 0) ? m_win_config.height : 480; in complete_create()
/dports/emulators/mame/mame-mame0226/src/osd/uwp/
H A Dwindow.cpp681 int tempwidth, tempheight; in complete_create() local
701 tempheight = (m_win_config.height != 0) ? m_win_config.height : 480; in complete_create()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/properties/
H A DAverage_generator.cpp712 doublevar tempheight=0; in smallest_height() local
715 tempheight+=crossProduct(i,j)*latVec(i,j); in smallest_height()
718 tempheight=fabs(tempheight)/sqrt(length); in smallest_height()
719 if(tempheight < smallestheight ) smallestheight=tempheight; in smallest_height()
/dports/emulators/mess/mame-mame0226/src/osd/windows/
H A Dwindow.cpp1082 int tempwidth, tempheight; in complete_create() local
1144 tempheight = (m_win_config.height != 0) ? m_win_config.height : 480; in complete_create()
1147 monitorbounds.top() + tempheight + wnd_extra_height(), in complete_create()
/dports/emulators/mame/mame-mame0226/src/osd/windows/
H A Dwindow.cpp1082 int tempwidth, tempheight; in complete_create() local
1144 tempheight = (m_win_config.height != 0) ? m_win_config.height : 480; in complete_create()
1147 monitorbounds.top() + tempheight + wnd_extra_height(), in complete_create()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dpretty.c6618 float tempheight ; in pdf_print_lrt_header() local
6624 tempheight = *page_height; in pdf_print_lrt_header()
6643 pdf_draw_line(OFFSET2+lx, tempheight, OFFSET2+lx, *page_height); in pdf_print_lrt_header()
6671 float tempheight; in pdf_print_LRT_box() local
6673 tempheight = *page_height; in pdf_print_LRT_box()
6703 pdf_draw_line(OFFSET2+lx, tempheight, OFFSET2+lx, *page_height); in pdf_print_LRT_box()
/dports/games/3dpong/3dpong-0.5/src/
H A D3dpong.c1414 int i, color, tempint, ret, tempwidth, tempheight; in Xsetup() local
/dports/comms/splat/splat-1.4.2/
H A Dsplat.cpp2251 double latitude, longitude, height, tempheight; in LoadUDT() local
2356 fscanf(fd2,"%d, %d, %lf", &tempxpix, &tempypix, &tempheight); in LoadUDT()
2364 if (tempheight>height) in LoadUDT()
2365 height=tempheight; in LoadUDT()
2370 fscanf(fd2,"%d, %d, %lf", &tempxpix, &tempypix, &tempheight); in LoadUDT()