Lines Matching defs:ntables
202 pcfSeekToType(FontFilePtr file, PCFTablePtr tables, int ntables,
207 for (i = 0; i < ntables; i++)
222 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type)
226 for (i = 0; i < ntables; i++)
241 PCFTablePtr tables, int ntables)
254 if (!pcfSeekToType(file, tables, ntables, PCF_PROPERTIES, &format, &size))
350 PCFTablePtr tables, int ntables, CARD32 type)
355 if (!pcfSeekToType(file, tables, ntables, type, &format, &size) ||
405 int ntables;
424 if (!(tables = pcfReadTOC(file, &ntables)))
429 if (!pcfGetProperties(&pFont->info, file, tables, ntables))
434 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
436 if (!pcfGetAccel (&pFont->info, file, tables, ntables, PCF_ACCELERATORS))
441 if (!pcfSeekToType(file, tables, ntables, PCF_METRICS, &format, &size)) {
475 if (!pcfSeekToType(file, tables, ntables, PCF_BITMAPS, &format, &size))
561 if (pcfSeekToType(file, tables, ntables, PCF_INK_METRICS, &format, &size)) {
593 if (!pcfSeekToType(file, tables, ntables, PCF_BDF_ENCODINGS, &format, &size))
639 if (!pcfGetAccel (&pFont->info, file, tables, ntables, PCF_BDF_ACCELERATORS))
651 bitmapFont->num_tables = ntables;
707 int ntables;
717 if (!(tables = pcfReadTOC(file, &ntables)))
722 if (!pcfGetProperties(pFontInfo, file, tables, ntables))
727 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
729 if (!pcfGetAccel (pFontInfo, file, tables, ntables, PCF_ACCELERATORS))
734 if (!pcfSeekToType(file, tables, ntables, PCF_BDF_ENCODINGS, &format, &size))
764 if (!pcfGetAccel (pFontInfo, file, tables, ntables, PCF_BDF_ACCELERATORS))