Searched refs:gpos_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
2863 gpos_count = GetScriptTags(face, TTAG_GPOS, &gpostags);
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)) {
2883 } else if ((indx2 == gpos_count) || (gsubtags[indx1] < gpostags[indx2])) {

Completed in 6 milliseconds