Searched refs:stem_chars (Results 1 – 6 of 6) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_win.cpp | 1056 const char stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() local 1148 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in GetAdvancedTypefaceMetrics() 1150 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) { in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac_coretext.cpp | 1687 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() local 1688 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]); in GetAdvancedTypefaceMetrics() 1691 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) { in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_FreeType.cpp | 511 char stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() 512 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in GetAdvancedTypefaceMetrics() 514 if (GetLetterCBox(face, stem_chars[i], &bbox)) { in GetAdvancedTypefaceMetrics()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 1428 const char stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() local 1508 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in GetAdvancedTypefaceMetrics() 1510 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) { in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_FreeType.cpp | 525 char stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() 526 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in GetAdvancedTypefaceMetrics() 528 if (GetLetterCBox(face, stem_chars[i], &bbox)) { in GetAdvancedTypefaceMetrics()
|
D | SkFontHost_mac_coretext.cpp | 1540 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; in GetAdvancedTypefaceMetrics() local 1541 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]); in GetAdvancedTypefaceMetrics() 1544 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) { in GetAdvancedTypefaceMetrics()
|