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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2855 FT_UShort gsub_count=0, gpos_count=0; local in function:FcFontCapabilities
2864 gsub_count = GetScriptTags(face, TTAG_GSUB, &gsubtags);
2866 if (!issilgraphitefont && !gsub_count && !gpos_count)
2869 maxsize = (((FT_ULong) gpos_count + (FT_ULong) gsub_count) * OTLAYOUT_LEN +
2879 while ((indx1 < gsub_count) || (indx2 < gpos_count)) {
2880 if (indx1 == gsub_count) {

Completed in 5 milliseconds