/third_party/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.cpp | 117 const char* bcp47[], int bcp47Count, SkUnichar character) const in onMatchFamilyStyleCharacter() argument 143 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter() 144 SkTypeface* retTp = findTypeface(*item, style, bcp47, bcp47Count, character); in onMatchFamilyStyleCharacter() 149 bcp47Count = 0; in onMatchFamilyStyleCharacter() 183 const char* bcp47[], int bcp47Count, SkUnichar character) const in findTypeface() argument 185 if (bcp47Count == 0) { in findTypeface() 193 int totalCount = bcp47Count * 2; in findTypeface() 201 int ret = compareLangs(fallbackSet[i]->langs, bcp47, bcp47Count, tps); in findTypeface() 208 for (int i = bcp47Count - 1; i >= 0; i--) { in findTypeface() 218 for (int i = totalCount - 1; i >= bcp47Count; i--) { in findTypeface() [all …]
|
D | SkFontMgr_ohos.h | 36 const char* bcp47[], int bcp47Count, 56 …int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) cons… 60 const char* bcp47[], int bcp47Count,
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 243 const char* bcp47[], int bcp47Count, 257 const char* bcp47[], int bcp47Count, SkUnichar character, 364 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument 367 FetchTypeface(familyName, style, bcp47, bcp47Count, character, /*allow_fallback=*/true, in onMatchFamilyStyleCharacter() 398 int bcp47Count, SkUnichar character, in FetchTypeface() argument 404 if (bcp47Count > 0) { in FetchTypeface() 406 for (int i = 0; i < bcp47Count; i++) { in FetchTypeface()
|
D | SkRemotableFontMgr_win_dw.cpp | 357 const char* bcp47[], int bcp47Count, in matchNameStyleCharacter() argument 380 if (bcp47Count < 1) { in matchNameStyleCharacter() 384 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); in matchNameStyleCharacter()
|
D | SkFontMgr_preview.cpp | 116 int bcp47Count, in onMatchFamilyStyleCharacter() argument 127 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.h | 146 const char* bcp47[], int bcp47Count,
|
D | SkFontMgr_win_dw.cpp | 355 const char* bcp47[], int bcp47Count, 825 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument 838 if (bcp47Count < 1) { in onMatchFamilyStyleCharacter() 844 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_android.cpp | 396 int bcp47Count, in onMatchFamilyStyleCharacter() argument 407 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_fontconfig.cpp | 914 int bcp47Count, in onMatchFamilyStyleCharacter() argument 933 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter() 936 for (int i = bcp47Count; i --> 0;) { in onMatchFamilyStyleCharacter()
|
D | SkFontMgr_custom.cpp | 220 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
D | SkFontMgr_FontConfigInterface.cpp | 214 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
D | SkFontMgr_preview.h | 336 int bcp47Count,
|
D | SkFontMgr_mac_ct.cpp | 489 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
D | SkFontHost_win.cpp | 2269 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
/third_party/skia/src/utils/ |
D | SkOrderedFontMgr.cpp | 68 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument 71 if (auto tf = fm->matchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, uni)) { in onMatchFamilyStyleCharacter()
|
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 58 int bcp47Count, in onMatchFamilyStyleCharacter() argument 110 const char* bcp47[], int bcp47Count, in matchFamilyStyleCharacter() argument 112 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character); in matchFamilyStyleCharacter()
|
/third_party/skia/include/core/ |
D | SkFontMgr.h | 102 const char* bcp47[], int bcp47Count, 159 const char* bcp47[], int bcp47Count,
|
/third_party/skia/tools/fonts/ |
D | TestFontMgr.cpp | 152 int bcp47Count, in onMatchFamilyStyleCharacter() argument 155 (void)bcp47Count; in onMatchFamilyStyleCharacter()
|
/third_party/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 146 int bcp47Count, in onMatchFamilyStyleCharacter() argument 149 bcp47Count, character); in onMatchFamilyStyleCharacter()
|
/third_party/skia/include/utils/ |
D | SkOrderedFontMgr.h | 36 const char* bcp47[], int bcp47Count,
|
/third_party/skia/include/ports/ |
D | SkRemotableFontMgr.h | 123 const char* bcp47[], int bcp47Count,
|
D | SkFontMgr_indirect.h | 47 int bcp47Count,
|
/third_party/skia/gm/ |
D | fontmgr.cpp | 45 const char* fontName, const char* bcp47[], int bcp47Count, in drawCharacter() argument 52 bcp47, bcp47Count, character)); in drawCharacter()
|
/third_party/skia/modules/skottie/tests/ |
D | Text.cpp | 42 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 225 const char* bcp47[], int bcp47Count, in DEF_TEST() argument 647 int bcp47Count, in DEF_TEST() argument
|