Lines Matching defs:ntables

204 pcfSeekToType(FontFilePtr file, PCFTablePtr tables, int ntables,
209 for (i = 0; i < ntables; i++)
224 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type)
228 for (i = 0; i < ntables; i++)
243 PCFTablePtr tables, int ntables)
256 if (!pcfSeekToType(file, tables, ntables, PCF_PROPERTIES, &format, &size))
352 PCFTablePtr tables, int ntables, CARD32 type)
357 if (!pcfSeekToType(file, tables, ntables, type, &format, &size) ||
407 int ntables;
426 if (!(tables = pcfReadTOC(file, &ntables)))
431 if (!pcfGetProperties(&pFont->info, file, tables, ntables))
436 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
438 if (!pcfGetAccel (&pFont->info, file, tables, ntables, PCF_ACCELERATORS))
443 if (!pcfSeekToType(file, tables, ntables, PCF_METRICS, &format, &size)) {
477 if (!pcfSeekToType(file, tables, ntables, PCF_BITMAPS, &format, &size))
563 if (pcfSeekToType(file, tables, ntables, PCF_INK_METRICS, &format, &size)) {
595 if (!pcfSeekToType(file, tables, ntables, PCF_BDF_ENCODINGS, &format, &size))
641 if (!pcfGetAccel (&pFont->info, file, tables, ntables, PCF_BDF_ACCELERATORS))
653 bitmapFont->num_tables = ntables;
709 int ntables;
719 if (!(tables = pcfReadTOC(file, &ntables)))
724 if (!pcfGetProperties(pFontInfo, file, tables, ntables))
729 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
731 if (!pcfGetAccel (pFontInfo, file, tables, ntables, PCF_ACCELERATORS))
736 if (!pcfSeekToType(file, tables, ntables, PCF_BDF_ENCODINGS, &format, &size))
766 if (!pcfGetAccel (pFontInfo, file, tables, ntables, PCF_BDF_ACCELERATORS))