HomeSort by: relevance | last modified time | path
    Searched defs:num_chars (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/cid/
cidload.h 33 FT_Int num_chars; /* number of characters in encoding */ member in struct:CID_Loader_
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrcmap.h 31 FT_UInt num_chars; member in struct:PFR_CMapRec_
pfrtypes.h 236 FT_UInt num_chars; member in struct:PFR_PhyFontRec_
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutbitmap.h 23 const int num_chars; member in struct:__anon2
glutstroke.h 34 int num_chars; member in struct:__anon7
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutbitmap.h 25 const int num_chars; member in struct:__anon9
glutstroke.h 38 int num_chars; member in struct:__anon14
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.h 37 FT_Int num_chars; /* number of characters in encoding */ member in struct:T1_Loader_
  /xsrc/external/mit/freetype/dist/src/type42/
t42parse.h 46 FT_Int num_chars; /* number of characters in encoding */ member in struct:T42_Loader_
  /xsrc/external/mit/bdftopcf/dist/
bitmap.h 55 int num_chars; member in struct:_BitmapFont
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bitmap.h 55 int num_chars; member in struct:_BitmapFont
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bitmap.h 55 int num_chars; member in struct:_BitmapFont
  /xsrc/external/mit/libXfont2/dist/test/
test-fserve-read-glyphs.c 195 * - num_chars fsOffset32 entries
200 CARD32 num_chars, CARD32 nbytes,
204 long offsets_size = SIZEOF(fsOffset32) * num_chars;
227 rep->num_chars = num_chars;
233 for (i = 0; i < (long)num_chars; i++) {
246 * Test 1: num_chars > num_encoding
249 * num_chars = 100. Without the fix, this would read/write
261 CARD32 num_chars = 100; local
262 CARD32 nbytes = num_chars * 16; /* enough bitmap data *
304 CARD32 num_chars = 100; local
346 CARD32 num_chars = 4; local
    [all...]
  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfread.c 222 int num_chars; local
251 num_chars = n2dChars(&fi);
254 bytestoalloc += num_chars * sizeof(CharInfoRec); /* metrics */
256 bytestoalloc += NUM_SEGMENTS(num_chars) * sizeof(CharInfoPtr**);
265 bytestoalloc += num_chars * sizeof(xCharInfo); /* ink_metrics */
284 bitmapFont->num_chars = num_chars;
303 NUM_SEGMENTS(num_chars)*sizeof(CharInfoPtr*));
304 for (i = 0; ret == Successful && i < num_chars; i++) {
360 for (i = 0; i < num_chars; i++
448 int num_chars; local
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfread.c 224 int num_chars; local
253 num_chars = n2dChars(&fi);
256 bytestoalloc += num_chars * sizeof(CharInfoRec); /* metrics */
258 bytestoalloc += NUM_SEGMENTS(num_chars) * sizeof(CharInfoPtr**);
267 bytestoalloc += num_chars * sizeof(xCharInfo); /* ink_metrics */
286 bitmapFont->num_chars = num_chars;
305 NUM_SEGMENTS(num_chars)*sizeof(CharInfoPtr*));
306 for (i = 0; ret == Successful && i < num_chars; i++) {
362 for (i = 0; i < num_chars; i++
450 int num_chars; local
    [all...]
  /xsrc/external/mit/showfont/dist/
showfont.c 175 int num_chars; local
178 num_chars = 0;
182 num_chars = 2;
184 FSQueryXExtents16(svr, fid, True, chars, num_chars, &extents);
188 int err = FSQueryXBitmaps16(svr, fid, format, True, chars, num_chars,
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_textedit.h 367 int num_chars; member in struct:__anon2349
405 r.num_chars = 0;
410 if (r.num_chars <= 0)
419 i += r.num_chars;
435 for (k=0; k < r.num_chars; ++k) {
449 if (STB_TEXTEDIT_GETCHAR(str, i+r.num_chars-1) == STB_TEXTEDIT_NEWLINE)
450 return i+r.num_chars-1;
452 return i+r.num_chars;
540 i += r.num_chars;
554 if (n < i + r.num_chars)
    [all...]
imstb_truetype.h 537 int first_char, int num_chars, // characters to bake
538 stbtt_bakedchar *chardata); // you allocate this, it's num_chars long
625 int num_chars; member in struct:__anon2355
3656 int first_char, int num_chars, // characters to bake
3671 for (i=0; i < num_chars; ++i) {
3999 for (j=0; j < ranges[i].num_chars; ++j) {
4064 for (j=0; j < ranges[i].num_chars; ++j) {
4141 for (j=0; j < ranges[i].num_chars; ++j)
4149 n += ranges[i].num_chars;
4174 range.num_chars = num_chars_in_range
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_textedit.h 367 int num_chars; member in struct:__anon4688
405 r.num_chars = 0;
410 if (r.num_chars <= 0)
419 i += r.num_chars;
435 for (k=0; k < r.num_chars; ++k) {
449 if (STB_TEXTEDIT_GETCHAR(str, i+r.num_chars-1) == STB_TEXTEDIT_NEWLINE)
450 return i+r.num_chars-1;
452 return i+r.num_chars;
540 i += r.num_chars;
554 if (n < i + r.num_chars)
    [all...]
imstb_truetype.h 537 int first_char, int num_chars, // characters to bake
538 stbtt_bakedchar *chardata); // you allocate this, it's num_chars long
625 int num_chars; member in struct:__anon4694
3656 int first_char, int num_chars, // characters to bake
3671 for (i=0; i < num_chars; ++i) {
3999 for (j=0; j < ranges[i].num_chars; ++j) {
4064 for (j=0; j < ranges[i].num_chars; ++j) {
4141 for (j=0; j < ranges[i].num_chars; ++j)
4149 n += ranges[i].num_chars;
4174 range.num_chars = num_chars_in_range
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
t1types.h 56 * num_chars ::
74 FT_Int num_chars; member in struct:T1_EncodingRecRec_
  /xsrc/external/mit/libXt/dist/src/
TMaction.c 162 register Cardinal num_chars = 0; local
178 num_chars += 2;
179 num_chars += (Cardinal) strlen(s);
186 message = XtStackAlloc(num_chars + 1, messagebuf);
210 message[num_chars] = '\0';
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 2940 int num_cols, num_chars = 0; local
2963 num_chars += num_cols;
2975 num_chars += num_cols;
3016 num_chars++;
3038 if (num_chars > 0) {
3039 swidth = (swidth * 10.0 + num_chars / 2.0) / num_chars;
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 2944 int num_cols, num_chars = 0; local
2967 num_chars += num_cols;
2979 num_chars += num_cols;
3020 num_chars++;
3042 if (num_chars > 0) {
3043 swidth = (swidth * 10.0 + num_chars / 2.0) / num_chars;
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 591 CARD32 num_chars; member in struct:__anon12027

Completed in 33 milliseconds