Searched refs:hasBDFAccelerators (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c418 Bool hasBDFAccelerators; local in function:pcfReadFont
434 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
435 if (!hasBDFAccelerators)
638 if (hasBDFAccelerators)
711 Bool hasBDFAccelerators; local in function:pcfReadFontInfo
727 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
728 if (!hasBDFAccelerators)
763 if (hasBDFAccelerators)
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c420 Bool hasBDFAccelerators; local in function:pcfReadFont
436 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
437 if (!hasBDFAccelerators)
640 if (hasBDFAccelerators)
713 Bool hasBDFAccelerators; local in function:pcfReadFontInfo
729 hasBDFAccelerators = pcfHasType (tables, ntables, PCF_BDF_ACCELERATORS);
730 if (!hasBDFAccelerators)
765 if (hasBDFAccelerators)
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcfread.c1422 FT_Bool hasBDFAccelerators; local in function:pcf_load_font
1441 hasBDFAccelerators = pcf_has_table_type( face->toc.tables,
1444 if ( !hasBDFAccelerators )
1467 if ( hasBDFAccelerators )

Completed in 5 milliseconds