Lines Matching refs:cGlyphs
41 pface->cGlyphs = pFontInfo->dfLastChar - pFontInfo->dfFirstChar + 1; in FillFaceInfo()
392 ULONG i, j, cjSize, cGlyphs, cRuns; in BmfdQueryFontTree() local
413 cGlyphs = pface->cGlyphs; in BmfdQueryFontTree()
418 for (i = 0; i < cGlyphs; i++) in BmfdQueryFontTree()
424 EngMultiByteToUnicodeN(awc, sizeof(awc), NULL, ach, cGlyphs); in BmfdQueryFontTree()
427 for (i = 0; i < cGlyphs - 1; i++) in BmfdQueryFontTree()
430 for (j = i + 1; j < cGlyphs; j++) in BmfdQueryFontTree()
446 for (i = 1; i < cGlyphs; i++) in BmfdQueryFontTree()
457 + cGlyphs * sizeof(HGLYPH); in BmfdQueryFontTree()
469 pGlyphSet->cGlyphsSupported = cGlyphs; in BmfdQueryFontTree()
476 pwcrun[0].cGlyphs = 1; in BmfdQueryFontTree()
481 for (i = 1, j = 0; i < cGlyphs; i++) in BmfdQueryFontTree()
490 pwcrun[j].cGlyphs++; in BmfdQueryFontTree()
497 pwcrun[j].cGlyphs = 1; in BmfdQueryFontTree()