/external/skia/src/core/ |
D | SkFontMgr.cpp | 59 int bcp47Count, in onMatchFamilyStyleCharacter() argument 111 const char* bcp47[], int bcp47Count, in matchFamilyStyleCharacter() argument 113 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character); in matchFamilyStyleCharacter()
|
/external/skia/include/ports/ |
D | SkFontMgr.h | 86 const char* bcp47[], int bcp47Count, 187 const char* bcp47[], int bcp47Count,
|
D | SkRemotableFontMgr.h | 134 const char* bcp47[], int bcp47Count,
|
D | SkFontMgr_indirect.h | 47 int bcp47Count,
|
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 161 int bcp47Count, in onMatchFamilyStyleCharacter() argument 164 bcp47Count, character); in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_fontconfig.cpp | 286 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 391 const char* bcp47[], int bcp47Count, in matchNameStyleCharacter() argument 414 if (bcp47Count < 1) { in matchNameStyleCharacter() 418 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); in matchNameStyleCharacter()
|
D | SkFontMgr_win_dw.cpp | 290 const char* bcp47[], int bcp47Count, 736 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument 754 if (bcp47Count < 1) { in onMatchFamilyStyleCharacter() 760 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_fontconfig.cpp | 772 int bcp47Count, in onMatchFamilyStyleCharacter() argument 790 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter() 793 for (int i = bcp47Count; i --> 0;) { in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_android.cpp | 400 int bcp47Count, in onMatchFamilyStyleCharacter() argument 410 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 266 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
D | SkFontHost_mac.cpp | 2340 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
D | SkFontHost_win.cpp | 2466 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
/external/skia/gm/ |
D | fontmgr.cpp | 29 const char* fontName, const char* bcp47[], int bcp47Count, in drawCharacter() argument 35 bcp47, bcp47Count, character); in drawCharacter()
|