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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp160 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { function
802 fGlyphCount = calculateGlyphCount(
1838 glyphCount = calculateGlyphCount(hdc, fLogFont);
2282 unsigned int glyphCount = calculateGlyphCount(hdc, fLogFont);
/external/skia/src/ports/
H A DSkFontHost_win.cpp160 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { function
802 fGlyphCount = calculateGlyphCount(
1866 glyphCount = calculateGlyphCount(hdc, fLogFont);
2310 unsigned int glyphCount = calculateGlyphCount(hdc, fLogFont);

Completed in 131 milliseconds