Searched refs:stem_chars (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp742 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
743 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
746 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) {
H A DSkFontHost_win.cpp830 char stem_chars[] = {'i', 'I', '!', '1'}; local
831 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
833 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {
H A DSkFontHost_FreeType.cpp473 char stem_chars[] = {'i', 'I', '!', '1'};
474 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
476 if (GetLetterCBox(face, stem_chars[i], &bbox)) {

Completed in 102 milliseconds