Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp147 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() function
769 fGlyphCount = calculateGlyphCount( in generateGlyphCount()
1766 glyphCount = calculateGlyphCount(hdc, fLogFont); in onGetAdvancedTypefaceMetrics()
2211 unsigned int glyphCount = calculateGlyphCount(hdc, fLogFont); in onCountGlyphs()