Searched refs:stem_chars (Results 1 - 7 of 7) 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_FreeType.cpp605 char stem_chars[] = {'i', 'I', '!', '1'};
606 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
608 if (GetLetterCBox(face, stem_chars[i], &bbox)) {
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)) {
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)) {
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp606 char stem_chars[] = {'i', 'I', '!', '1'};
607 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
609 if (GetLetterCBox(face, stem_chars[i], &bbox)) {
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)) {
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)) {

Completed in 315 milliseconds