HomeSort by relevance Sort by last modified time
    Searched full:stem_chars (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 435 char stem_chars[] = {'i', 'I', '!', '1'};
436 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
438 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {
SkFontHost_mac.cpp 1601 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
SkFontHost_FreeType.cpp 605 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)) {
    [all...]
SkFontHost_win.cpp 1817 const char stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 457 char stem_chars[] = {'i', 'I', '!', '1'};
458 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
460 if (GetCharABCWidths(hdc, stem_chars[i], stem_chars[i], &abcWidths)) {
SkFontHost_mac.cpp 1604 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
SkFontHost_FreeType.cpp 606 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)) {
    [all...]
SkFontHost_win.cpp 1845 const char stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 822 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
1037 static const FX_CHAR stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]

Completed in 339 milliseconds