Searched defs:stem_chars (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp822 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
823 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
826 if (CTFontGetGlyphsForCharacters(font, stem_chars, glyphs, count)) {
1037 static const FX_CHAR stem_chars[] = {'i', 'I', '!', '1'}; local
1038 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
1039 FX_DWORD glyph = pEncoding->GlyphFromCharCode(stem_chars[0]);
1042 glyph = pEncoding->GlyphFromCharCode(stem_chars[i]);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1817 const char stem_chars[] = {'i', 'I', '!', '1'}; local
1903 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
1905 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {
H A DSkFontHost_mac.cpp1601 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
1602 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
1605 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp1845 const char stem_chars[] = {'i', 'I', '!', '1'}; local
1931 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
1933 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {
H A DSkFontHost_mac.cpp1604 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
1605 const size_t count = sizeof(stem_chars) / sizeof(stem_chars[0]);
1608 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) {

Completed in 6842 milliseconds