HomeSort by: relevance | last modified time | path
    Searched refs:num_encoding (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXfont2/dist/test/
test-fserve-read-glyphs.c 109 int num_encoding)
126 s->encoding = calloc(num_encoding, sizeof(CharInfoRec));
133 for (i = 0; i < num_encoding; i++) {
144 s->fsfont.num_encoding = num_encoding;
156 s->pfont.info.lastCol = num_encoding > 0 ? num_encoding - 1 : 0;
246 * Test 1: num_chars > num_encoding
260 int num_encoding = 2; local
267 setup_font_state(&state, &conn, num_encoding);
303 int num_encoding = 100; \/* match num_chars so encoding[] is fine *\/ local
345 int num_encoding = 4; local
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/fc/
fservestr.h 46 int num_encoding; member in struct:_fs_font
fserve.c 1084 fsfont->num_encoding = numExtents;
1985 if (rep->num_chars > (CARD32)fsdata->num_encoding)
1987 ErrorF("fserve: num_chars (%u) > num_encoding (%d)\n",
1988 (unsigned) rep->num_chars, fsdata->num_encoding);
2016 if (minchar >= (unsigned long)fsdata->num_encoding)
2018 ErrorF("fserve: glyph index %lu >= num_encoding (%d)\n",
2019 minchar, fsdata->num_encoding);

Completed in 7 milliseconds