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

  /external/skia/src/ports/
SkFontHost_win.cpp 1056 const char stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
SkFontHost_mac_coretext.cpp 1687 static const UniChar stem_chars[] = {'i', 'I', '!', '1'}; local
    [all...]
SkFontHost_FreeType.cpp 510 char stem_chars[] = {'i', 'I', '!', '1'};
511 for (size_t i = 0; i < SK_ARRAY_COUNT(stem_chars); i++) {
513 if (GetLetterCBox(face, stem_chars[i], &bbox)) {
    [all...]

Completed in 59 milliseconds