Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp937 static const FX_CHAR stem_chars[] = {'i', 'I', '!', '1'}; in AddFont() local
938 const size_t count = FX_ArraySize(stem_chars); in AddFont()
939 uint32_t glyph = pEncoding->GlyphFromCharCode(stem_chars[0]); in AddFont()
942 glyph = pEncoding->GlyphFromCharCode(stem_chars[i]); in AddFont()
/external/skia/src/ports/
DSkFontHost_win.cpp1740 const char stem_chars[] = {'i', 'I', '!', '1'}; in onGetAdvancedTypefaceMetrics() local
1813 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in onGetAdvancedTypefaceMetrics()
1815 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) { in onGetAdvancedTypefaceMetrics()
DSkFontHost_FreeType.cpp604 char stem_chars[] = {'i', 'I', '!', '1'}; in onGetAdvancedTypefaceMetrics() local
605 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { in onGetAdvancedTypefaceMetrics()
607 if (GetLetterCBox(face, stem_chars[i], &bbox)) { in onGetAdvancedTypefaceMetrics()
DSkFontHost_mac.cpp1549 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; in onGetAdvancedTypefaceMetrics() local
1550 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]); in onGetAdvancedTypefaceMetrics()
1553 if (CTFontGetGlyphsForCharacters(ctFont.get(), stem_chars, glyphs, count)) { in onGetAdvancedTypefaceMetrics()