Home
last modified time | relevance | path

Searched refs:smallsize (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net-im/coccinella/Coccinella-0.96.20Src/lib/
H A DTheme.tcl148 variable smallsize 8
152 font configure CociSmallFont -family $family -size $smallsize
161 variable smallsize 11
165 font configure CociSmallFont -family $family -size $smallsize
174 variable smallsize -12
179 variable smallsize -10
192 set fontopts(smallsize) $smallsize
214 set fontopts(smallsize) $fontA(-size)
224 if {$fontopts(smallsize) > 0} {
225 set size [expr {$fontopts(smallsize) + $increase}]
[all …]
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dforce-link.c44 enum { smallsize = 256 }; enumerator
51 samedir_template (char const *dstname, char buf[smallsize]) in samedir_template() argument
56 if (dsttmpsize <= smallsize) in samedir_template()
105 char buf[smallsize]; in force_linkat()
160 char buf[smallsize]; in force_symlinkat()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dforce-link.c44 enum { smallsize = 256 }; enumerator
51 samedir_template (char const *dstname, char buf[smallsize]) in samedir_template() argument
56 if (dsttmpsize <= smallsize) in samedir_template()
100 char buf[smallsize]; in force_linkat()
155 char buf[smallsize]; in force_symlinkat()
/dports/games/gogui/Quaqua/src/test/
H A DSpinningProgressIndicator.java73 public SpinningProgressIndicator(boolean smallsize, Color color) { in SpinningProgressIndicator() argument
74 initSpinner(smallsize,color); in SpinningProgressIndicator()
79 public SpinningProgressIndicator(boolean smallsize){ in SpinningProgressIndicator() argument
80 initSpinner(smallsize,this.COLOR); in SpinningProgressIndicator()
/dports/math/gnubc/bc-1.07.1/lib/
H A Dtestmul.c133 int smallsize; in main()
201 smallsize = min/2; in main()
202 bc_int2num (&expo, smallsize); in main()
216 bc_int2num (&expo, mid-smallsize); in main()
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/rdb/
H A Dt_bigalloc.cc38 size_t smallsize = RDB_BIGALLOC_ALLOCSZ_MIN / 2;
40 newseg = a.alloc(smallsize);
51 newseg = a.alloc(smallsize);
/dports/games/luola/luola-1.3.2/src/
H A Dfont.c56 int smallsize; member
100 {"smallsize", CFG_INT, &TruetypeFonts.smallsize}, in load_font_cfg()
169 tfont_small = TTF_OpenFont (filename, TruetypeFonts.smallsize); in init_font()
172 filename,TruetypeFonts.smallsize); in init_font()
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMIconTheme.cpp141 store << smallsize; in save_cache()
188 if (cache_size!=smallsize) in load_cache()
223 fxmessage("\tSmall: %d\n",iconsets[i].smallsize);
246 smallsize = app->reg().readIntEntry("user-interface","icon-theme-small-size",SMALL_SIZE); in GMIconTheme()
355 if (smallsize>=minsize && smallsize<=maxsize) in build()
363 if (size==smallsize) in build()
371 if (FXABS(smallsize-size)<=threshold) in build()
553 loadIcon(icon,iconsets[set].small,smallsize,value,blendcolor); in loadSmall()
555 loadIcon(icon,FXString::null,smallsize,value,blendcolor); in loadSmall()
611 smallsize = SMALL_SIZE; in loadInternal()
[all …]
H A DGMIconTheme.h41 FXint smallsize; variable
143 FXint getSmallSize() const { return smallsize; } in getSmallSize()
/dports/x11-toolkits/tk87/tk8.7a5/library/ttk/
H A Dfonts.tcl106 set F(smallsize) 11
112 font configure TkHeadingFont -family $F(family) -size $F(smallsize)
115 font configure TkTooltipFont -family $F(family) -size $F(smallsize)
/dports/x11-toolkits/tk86/tk8.6.12/library/ttk/
H A Dfonts.tcl110 set F(smallsize) 11
116 font configure TkHeadingFont -family $F(family) -size $F(smallsize)
119 font configure TkTooltipFont -family $F(family) -size $F(smallsize)
/dports/x11-toolkits/tk85/tk8.5.19/library/ttk/
H A Dfonts.tcl110 set F(smallsize) 11
116 font configure TkHeadingFont -family $F(family) -size $F(smallsize)
119 font configure TkTooltipFont -family $F(family) -size $F(smallsize)
/dports/games/luola/luola-1.3.2/data/font/
H A Dfonts.cfg4 smallsize = 16
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dmain.cpp241 int smallsize, largesize; local
245 smallsize = CF_FONT_LOWRES_SMALL;
248 smallsize = CF_FONT_SMALL;
256 if ( !f1->Load( datpath.c_str(), smallsize ) &&
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Dcpaldjvu.cpp170 void merge_and_split_ccs(int smallsize, int largesize);
403 CCImage::merge_and_split_ccs(int smallsize, int largesize) in merge_and_split_ccs() argument
421 if (ccheight<=smallsize && ccwidth<=smallsize) in merge_and_split_ccs()
652 int smallsize = MAX(2, dpi/150); in cpaldjvu() local
732 rimg.merge_and_split_ccs(smallsize,largesize); // Eliminates gross ccs in cpaldjvu()
H A Dcjb2.cpp187 int smallsize; // CCs smaller than that are special member in CCImage
227 smallsize = MAX(2, dpi/150); in init()
473 if (ccheight<=smallsize && ccwidth<=smallsize) in merge_and_split_ccs()
H A Dcsepdjvu.cpp518 void merge_and_split_ccs(int smallsize, int largesize);
890 CRLEImage::merge_and_split_ccs(int smallsize, int largesize) in merge_and_split_ccs() argument
908 if (ccheight<=smallsize && ccwidth<=smallsize) in merge_and_split_ccs()
1541 int smallsize = MAX(2, opts.dpi/150); in csepdjvu_page() local
1542 rimg.merge_and_split_ccs(smallsize,largesize); // Eliminates gross ccs in csepdjvu_page()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dconsensus.cpp244 int smallsize = smallest.size(); in getSmallest() local
247 if(it2->first.size() < smallsize) { smallsize = it2->first.size(); smallest = it2->first; } in getSmallest()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dtracevisual.c107 int smallsize; /* color smaller blocks differently */ member
228 d_large->smallsize = 1024; in DXVisualizeMemory()
453 if (size >= ((struct dispinfo *)p)->smallsize) in memsee1()
471 cp = ((size < d->smallsize) && (blocktype == MEMORY_ALLOCATED)) ? in memquery()
508 if (d->smallsize > 0) in report_memory()
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/ui/
H A Dutil.tcl56 variable smallsize -12
61 variable smallsize -10
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dinfo.c537 BOOL smallsize = FALSE; in rdp_read_info_packet() local
573 smallsize = TRUE; in rdp_read_info_packet()
581 if (!rdp_read_info_string(flags, s, cbDomain, &settings->Domain, smallsize ? 52 : 512)) in rdp_read_info_packet()
584 if (!rdp_read_info_string(flags, s, cbUserName, &settings->Username, smallsize ? 44 : 512)) in rdp_read_info_packet()
587 if (!rdp_read_info_string(flags, s, cbPassword, &settings->Password, smallsize ? 32 : 512)) in rdp_read_info_packet()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libvorbis/lib/
H A Denvelope.c357 int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks in _ve_envelope_shift() local
361 memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark)); in _ve_envelope_shift()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libvorbis-1.3.5/lib/
H A Denvelope.c357 int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks in _ve_envelope_shift() local
361 memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark)); in _ve_envelope_shift()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libvorbis/lib/
H A Denvelope.c357 int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks in _ve_envelope_shift() local
361 memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark)); in _ve_envelope_shift()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-sys-0.1.0/libvorbis/lib/
H A Denvelope.c356 int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks in _ve_envelope_shift() local
360 memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark)); in _ve_envelope_shift()

1234