Home
last modified time | relevance | path

Searched refs:chsz (Results 1 – 19 of 19) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DTabCtrl.cpp76 Size chsz = GetTextSize("M", fnt); in Layout() local
81 xp += chsz.cx / 2; in Layout()
84 xp += sz.cx + chsz.cx / 2; in Layout()
87 xp += chsz.cx; in Layout()
95 xp += chsz.cx / 2; in Layout()
98 xp += sz.cx + chsz.cx / 2; in Layout()
101 xp += chsz.cx; in Layout()
H A DBar.cpp567 Size chsz = Size(8, 8); in GetMinSize() local
569 chsz = GetFirstChild()->GetStdSize(); in GetMinSize()
570 sz.cx = sz.cx <= 0 ? chsz.cx : sz.cx; in GetMinSize()
571 sz.cy = sz.cy <= 0 ? chsz.cy : sz.cy; in GetMinSize()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp115 int8 chsz = getUtf8CharSize(_txtbuf[i]); in process() local
120 i += chsz; in process()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp115 int8 chsz = getUtf8CharSize(_txtbuf[i]); in process() local
120 i += chsz; in process()
/dports/lang/fpc-source/fpc-3.2.2/packages/chm/src/
H A Dchmls.lpr808 procedure printentry4(m:TMemoryStream;chsz:dword);
813 if chsz<32 then
815 Writeln(' is too small', chsz, ' bytes instead of 32');
816 m.position:=m.position+chsz;
831 procedure printentry8(m:TMemoryStream;chsz:dword);
836 if chsz<16 then
838 Writeln(' is too small', chsz, ' bytes instead of 16');
839 m.position:=m.position+chsz;
848 if chsz>16 then
850 m.position:=m.position+chsz-16;
/dports/misc/fpc-chm/fpc-3.2.2/packages/chm/src/
H A Dchmls.lpr808 procedure printentry4(m:TMemoryStream;chsz:dword);
813 if chsz<32 then
815 Writeln(' is too small', chsz, ' bytes instead of 32');
816 m.position:=m.position+chsz;
831 procedure printentry8(m:TMemoryStream;chsz:dword);
836 if chsz<16 then
838 Writeln(' is too small', chsz, ' bytes instead of 16');
839 m.position:=m.position+chsz;
848 if chsz>16 then
850 m.position:=m.position+chsz-16;
/dports/benchmarks/fio/fio-3.29/engines/
H A Ddfs.c42 daos_size_t chsz; /* Chunk size */ member
72 .off1 = offsetof(struct daos_fio_options, chsz),
392 flags, cid, eo->chsz, NULL, &dd->obj);
/dports/graphics/aloadimage/arcan-0.6.1/tests/frameservers/dnd/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/raster/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/frameservers/dnd/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/raster/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/raster/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/x11/aclip/arcan-0.6.1/tests/frameservers/dnd/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/raster/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/frameservers/dnd/
H A Dpixelfont.c31 size_t chsz, w, h; member
90 res->chsz = glyph_bytes; in open_psf2()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dmdoc_man.c475 int numeric, remain, sz, chsz; in print_width() local
495 chsz = (bl->count > 8) + 1; in print_width()
497 chsz = strlen(child->string); in print_width()
499 chsz = 0; in print_width()
511 if (chsz > sz && bl->type != LIST_tag) in print_width()
/dports/math/PDL/PDL-2.019/Graphics/PGPLOT/Window/
H A DWindow.pm3784 my ($chsz);
3785 pgqch($chsz);
4003 pgsch($chsz);
4038 my $chsz;
4039 pgqch($chsz);
4051 pgsch($chsz);
6818 pgqch(my $chsz);
6837 my $required_charsize=$chsz*9000;
6841 $required_charsize = $chsz;
6883 $t_chsz = ($t_width < $t_height ? $t_width*$chsz : $t_height*$chsz);
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmdoc_man.c546 int numeric, remain, sz, chsz; in print_width() local
568 chsz = (bl->count > 8) + 1; in print_width()
570 chsz = man_strlen(child->string); in print_width()
572 chsz = 0; in print_width()
584 if (chsz > sz && bl->type != LIST_tag) in print_width()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Deditors.cpp381 wxSize chsz = ctrl->GetSize(); in SetControl() local
383 int hei_adj = chsz.y - (sz.y+(m_yadj*2)); in SetControl()
385 SetSize(sz.x,chsz.y-(m_yadj*2)); in SetControl()