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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp820 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
821 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
824 if (CTFontGetGlyphsForCharacters(font, stem_chars, glyphs, count)) {
1035 static const FX_CHAR stem_chars[] = {'i', 'I', '!', '1'}; local
1036 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
1037 FX_DWORD glyph = pEncoding->GlyphFromCharCode(stem_chars[0]);
1040 glyph = pEncoding->GlyphFromCharCode(stem_chars[i]);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp541 char stem_chars[] = {'i', 'I', '!', '1'};
542 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
544 if (GetLetterCBox(face, stem_chars[i], &bbox)) {
H A DSkFontHost_mac.cpp1620 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
1621 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
1624 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) {
H A DSkFontHost_win.cpp1745 const char stem_chars[] = {'i', 'I', '!', '1'}; local
1831 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
1833 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {

Completed in 376 milliseconds