Home
last modified time | relevance | path

Searched refs:tempwidth (Results 1 – 25 of 52) sorted by relevance

123

/dports/x11/antimicro/antimicro-2.23/src/mousedialog/
H A Dspringmoderegionpreview.cpp33 int tempwidth = adjustSpringSizeWidth(width); in SpringModeRegionPreview() local
46 if (tempwidth >= 2 && tempheight >= 2) in SpringModeRegionPreview()
77 int tempwidth = size().width(); in adjustSpringSizeWidth() local
80 tempwidth = width; in adjustSpringSizeWidth()
84 tempwidth = 0; in adjustSpringSizeWidth()
87 return tempwidth; in adjustSpringSizeWidth()
108 int tempwidth = adjustSpringSizeWidth(width); in setSpringWidth() local
116 if (tempwidth >= 2 && height >= 2) in setSpringWidth()
121 setGeometry(cw, ch, tempwidth, height); in setSpringWidth()
132 resize(tempwidth, height); in setSpringWidth()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_File_Browser.cxx169 tempwidth; // Width of fragment in item_width() local
194 tempwidth = 0; in item_width()
203 tempwidth += (int)fl_width(fragment); in item_width()
206 if (tempwidth > width) in item_width()
207 width = tempwidth; in item_width()
211 tempwidth = 0; in item_width()
221 tempwidth += columns[i]; in item_width()
226 if (tempwidth > width) in item_width()
227 width = tempwidth; in item_width()
242 if (tempwidth > width) in item_width()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_File_Browser.cxx165 tempwidth; // Width of fragment in item_width() local
190 tempwidth = 0; in item_width()
199 tempwidth += (int)fl_width(fragment); in item_width()
202 if (tempwidth > width) in item_width()
203 width = tempwidth; in item_width()
207 tempwidth = 0; in item_width()
217 tempwidth += columns[i]; in item_width()
222 if (tempwidth > width) in item_width()
223 width = tempwidth; in item_width()
238 if (tempwidth > width) in item_width()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_File_Browser.cxx169 tempwidth; // Width of fragment in item_width() local
194 tempwidth = 0; in item_width()
203 tempwidth += (int)fl_width(fragment); in item_width()
206 if (tempwidth > width) in item_width()
207 width = tempwidth; in item_width()
211 tempwidth = 0; in item_width()
221 tempwidth += columns[i]; in item_width()
226 if (tempwidth > width) in item_width()
227 width = tempwidth; in item_width()
242 if (tempwidth > width) in item_width()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_File_Browser.cxx187 tempwidth; // Width of fragment in item_width() local
212 tempwidth = 0; in item_width()
221 tempwidth += (int)fl_width(fragment); in item_width()
224 if (tempwidth > width) in item_width()
225 width = tempwidth; in item_width()
229 tempwidth = 0; in item_width()
239 tempwidth += columns[i]; in item_width()
244 if (tempwidth > width) in item_width()
245 width = tempwidth; in item_width()
260 if (tempwidth > width) in item_width()
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DMediaCenter.pm271 $tempwidth = $1;
272 if ( $tempwidth >= 180 || $tempwidth <= 800 ) {
273 $pl_width = int $tempwidth;
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Ddecospr.cpp259 int tempwidth = 0; in draw_sprites_common() local
263 tempwidth = (y & 0x1000) >> 12; in draw_sprites_common()
264 tempwidth |= (y & 0x0200) >> 8; in draw_sprites_common()
268 tempwidth |= (y & 0x0600) >> 9; in draw_sprites_common()
271 multi = (1 << (tempwidth)) - 1; /* 1x, 2x, 4x, 8x height */ in draw_sprites_common()
H A Datarirle.cpp381 int tempwidth = 0; in prescan_rle() local
406 tempwidth += count >> 8; in prescan_rle()
411 tempwidth += count >> 8; in prescan_rle()
415 if (tempwidth > width) in prescan_rle()
416 width = tempwidth; in prescan_rle()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Ddecospr.cpp259 int tempwidth = 0; in draw_sprites_common() local
263 tempwidth = (y & 0x1000) >> 12; in draw_sprites_common()
264 tempwidth |= (y & 0x0200) >> 8; in draw_sprites_common()
268 tempwidth |= (y & 0x0600) >> 9; in draw_sprites_common()
271 multi = (1 << (tempwidth)) - 1; /* 1x, 2x, 4x, 8x height */ in draw_sprites_common()
H A Datarirle.cpp381 int tempwidth = 0; in prescan_rle() local
406 tempwidth += count >> 8; in prescan_rle()
411 tempwidth += count >> 8; in prescan_rle()
415 if (tempwidth > width) in prescan_rle()
416 width = tempwidth; in prescan_rle()
/dports/databases/grass7/grass-7.8.6/vector/v.in.dwg/
H A Dentity.c296 double tempdouble[3], tempbulge, tempwidth[3]; in wrentity() local
517 tempbulge = tempwidth[0] = tempwidth[1] = tempwidth[2] = 0.0; in wrentity()
522 adReadBlob2Double(bcptr, tempwidth); in wrentity()
/dports/games/openglad/openglad-0.98/src/
H A Dscreen.cpp2002 char numlines, tempwidth; in load_version_3() local
2072 fread(&tempwidth, 1, 1, infile); in load_version_3()
2074 oneline[tempwidth] = 0; in load_version_3()
2122 char numlines, tempwidth; in load_version_4() local
2199 fread(&tempwidth, 1, 1, infile); in load_version_4()
2201 oneline[tempwidth] = 0; in load_version_4()
2251 char numlines, tempwidth; in load_version_5() local
2333 fread(&tempwidth, 1, 1, infile); in load_version_5()
2335 oneline[tempwidth] = 0; in load_version_5()
2389 char numlines, tempwidth; in load_version_6() local
[all …]
/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/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Ddisplay.c1065 int tempwidth, bytes; local
1078 tempwidth = 1;
1082 tempwidth = 0;
1084 tempwidth = wcwidth (wc);
1086 if (tempwidth > 0)
1092 _rl_last_c_pos = tempwidth;
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Ddisplay.c1061 int tempwidth, bytes; local
1074 tempwidth = 1;
1078 tempwidth = 0;
1080 tempwidth = wcwidth (wc);
1082 if (tempwidth > 0)
1088 _rl_last_c_pos = tempwidth;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Ddisplay.c1065 int tempwidth, bytes; local
1078 tempwidth = 1;
1082 tempwidth = 0;
1084 tempwidth = wcwidth (wc);
1086 if (tempwidth > 0)
1092 _rl_last_c_pos = tempwidth;
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Ddisplay.c1061 int tempwidth, bytes; local
1074 tempwidth = 1;
1078 tempwidth = 0;
1080 tempwidth = wcwidth (wc);
1082 if (tempwidth > 0)
1088 _rl_last_c_pos = tempwidth;
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Ddisplay.c1061 int tempwidth, bytes; local
1074 tempwidth = 1;
1078 tempwidth = 0;
1080 tempwidth = wcwidth (wc);
1082 if (tempwidth > 0)
1088 _rl_last_c_pos = tempwidth;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarirle.cpp713 int tempwidth = 0; in prescan_rle() local
738 tempwidth += count >> 8; in prescan_rle()
743 tempwidth += count >> 8; in prescan_rle()
747 if (tempwidth > width) in prescan_rle()
748 width = tempwidth; in prescan_rle()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarirle.cpp713 int tempwidth = 0; in prescan_rle() local
738 tempwidth += count >> 8; in prescan_rle()
743 tempwidth += count >> 8; in prescan_rle()
747 if (tempwidth > width) in prescan_rle()
748 width = tempwidth; in prescan_rle()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Datarirle_vidhrdw.c658 int tempwidth = 0; in prescan_rle() local
683 tempwidth += count >> 8; in prescan_rle()
688 tempwidth += count >> 8; in prescan_rle()
692 if (tempwidth > width) in prescan_rle()
693 width = tempwidth; in prescan_rle()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Datarirle_vidhrdw.c658 int tempwidth = 0; in prescan_rle() local
683 tempwidth += count >> 8; in prescan_rle()
688 tempwidth += count >> 8; in prescan_rle()
692 if (tempwidth > width) in prescan_rle()
693 width = tempwidth; in prescan_rle()

123