Home
last modified time | relevance | path

Searched refs:min_byte2 (Results 1 – 8 of 8) sorted by relevance

/dports/x11/libX11/libX11-1.7.2/src/
H A DTextExt.c40 #define min_byte2 min_char_or_byte2 macro
56 col >= fs->min_byte2 && col <= fs->max_byte2) { \
60 cs = &fs->per_char[(col - fs->min_byte2)]; \
H A DTextExt16.c40 #define min_byte2 min_char_or_byte2 macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dpsfonts.c104 psfont->min_byte2 = PSFontData[fid].min_byte2; in pstkLoadQueryFont()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dpsfonts.c110 psfont->min_byte2 = PSFontData[fid].min_byte2; in pstkLoadQueryFont()
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dm17n-X.c796 unsigned min_byte1, max_byte1, min_byte2, max_byte2; in xfont_encode_char() local
820 min_byte2 = xfont->min_char_or_byte2; in xfont_encode_char()
827 if (code < min_byte2 || code > max_byte2) in xfont_encode_char()
831 pcm = xfont->per_char + (code - min_byte2); in xfont_encode_char()
841 || byte2 < min_byte2 || byte2 > max_byte2) in xfont_encode_char()
846 pcm = xfont->per_char + ((byte1 - min_byte1) * (max_byte2 - min_byte2 + 1) in xfont_encode_char()
847 + (byte2 - min_byte2)); in xfont_encode_char()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dasfont.c741 unsigned char min_byte2, in load_X11_glyph_range() argument
745 unsigned long min_char = (byte1<<8)|min_byte2; in load_X11_glyph_range()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dasfont.c741 unsigned char min_byte2, in load_X11_glyph_range() argument
745 unsigned long min_char = (byte1<<8)|min_byte2; in load_X11_glyph_range()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c612 int min_byte2=canvasFontPtr->min_char_or_byte2; local
616 fontFamilies[FontIndex].choice_char[1] = ((min_byte2+max_byte2)>>1);