/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 773 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local 774 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]); 777 if (CTFontGetGlyphsForCharacters(font, stem_chars, glyphs, count)) { 998 static const FX_CHAR stem_chars[] = {'i', 'I', '!', '1'}; local [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 537 char stem_chars[] = {'i', 'I', '!', '1'}; 538 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) { 540 if (GetLetterCBox(face, stem_chars[i], &bbox)) { [all...] |
SkFontHost_mac.cpp | 1626 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local [all...] |
SkFontHost_win.cpp | 1742 const char stem_chars[] = {'i', 'I', '!', '1'}; local [all...] |