Home
last modified time | relevance | path

Searched refs:charsz (Results 1 – 15 of 15) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfontwrapper-ft.cc67 charsz(1,1), in FTFontWrapper()
115 charsz = coord_def(1,1); in configure_font()
117 while (charsz.x <= m_max_advance.x) in configure_font()
118 charsz.x *= 2; in configure_font()
119 while (charsz.y <= m_max_advance.y) in configure_font()
120 charsz.y *= 2; in configure_font()
136 pixels = new unsigned char[4 * charsz.x * charsz.y]; in configure_font()
137 memset(pixels, 0, sizeof(unsigned char) * 4 * charsz.x * charsz.y); in configure_font()
166 bool success = m_tex.load_texture(pixels, charsz.x, charsz.y, in configure_font()
284 memset(pixels, 0, sizeof(unsigned char) * 4 * charsz.x * charsz.y); in load_glyph()
[all …]
H A Dfontwrapper-ft.h142 coord_def charsz; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp105 int8 charsz = getUtf8CharSize(_txtbuf[_txtpos]); in process() local
110 uint32 i = _txtpos + charsz; in process()
130 _txtpos += charsz; in process()
/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/effects/
H A Dttytext_effect.cpp105 int8 charsz = getUtf8CharSize(_txtbuf[_txtpos]); in process() local
110 uint32 i = _txtpos + charsz; in process()
130 _txtpos += charsz; in process()
/dports/x11-fm/filerunner/filerunner/frlib/
H A Dsmart_dialog.tcl426 set charsz [font measure $font "0"]
452 $w config -height $height -width [expr {($width / $charsz) +1}]
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-common.c747 int nchars, charsz; in fix_string_type() local
753 charsz = 1; in fix_string_type()
758 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
763 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
768 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
773 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
782 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
785 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
788 nchars = length / charsz; in fix_string_type()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-common.c753 int nchars, charsz; in fix_string_type() local
759 charsz = 1; in fix_string_type()
764 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
769 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
774 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
779 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
788 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
791 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
794 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-common.c770 int nchars, charsz; in fix_string_type() local
776 charsz = 1; in fix_string_type()
781 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
786 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
791 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
796 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
805 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
808 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
811 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-common.c754 int nchars, charsz; in fix_string_type() local
760 charsz = 1; in fix_string_type()
765 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
770 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
775 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
780 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
789 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
792 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
795 nchars = length / charsz; in fix_string_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-common.c770 int nchars, charsz; in fix_string_type() local
776 charsz = 1; in fix_string_type()
781 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
786 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
791 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
796 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
805 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
808 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
811 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-common.c754 int nchars, charsz; in fix_string_type() local
760 charsz = 1; in fix_string_type()
765 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
770 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
775 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
780 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
789 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
792 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
795 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-common.c770 int nchars, charsz; in fix_string_type() local
776 charsz = 1; in fix_string_type()
781 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
786 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
791 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
796 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
805 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
808 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
811 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-common.c747 int nchars, charsz; in fix_string_type() local
753 charsz = 1; in fix_string_type()
758 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
763 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
768 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
773 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
782 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
785 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
788 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-common.c747 int nchars, charsz; in fix_string_type() local
753 charsz = 1; in fix_string_type()
758 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
763 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
768 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
773 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
782 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
785 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
788 nchars = length / charsz; in fix_string_type()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-common.c777 int nchars, charsz; in fix_string_type() local
783 charsz = 1; in fix_string_type()
788 charsz = TYPE_PRECISION (char8_type_node) / BITS_PER_UNIT; in fix_string_type()
793 charsz = TYPE_PRECISION (char16_type_node) / BITS_PER_UNIT; in fix_string_type()
798 charsz = TYPE_PRECISION (char32_type_node) / BITS_PER_UNIT; in fix_string_type()
803 charsz = TYPE_PRECISION (wchar_type_node) / BITS_PER_UNIT; in fix_string_type()
812 length = tree_to_shwi (TYPE_MAX_VALUE (ssizetype)) / charsz * charsz; in fix_string_type()
815 MIN (TREE_STRING_LENGTH (value) - length, charsz)); in fix_string_type()
818 nchars = length / charsz; in fix_string_type()