Home
last modified time | relevance | path

Searched refs:calculateGlyphCount (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp149 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() function
771 fGlyphCount = calculateGlyphCount( in generateGlyphCount()
1763 glyphCount = calculateGlyphCount(hdc, fLogFont); in onGetAdvancedTypefaceMetrics()
2199 unsigned int glyphCount = calculateGlyphCount(hdc, fLogFont); in onCountGlyphs()