/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/flutter/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, 57 …int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) cons… 62 const char* bcp47[], int bcp47Count,
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_ohos.cpp | 282 …const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar … in onMatchFamilyStyleCharacter() argument 288 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter() 310 …const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar … in onMatchFamilyStyleCharacterOHOS() argument 315 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacterOHOS() 336 …const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar … in onMatchFamilyStyleCharacterHwFont() argument 341 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacterHwFont()
|
D | SkFontMgr_fuchsia.cpp | 243 const char* bcp47[], int bcp47Count, 258 const char* bcp47[], int bcp47Count, SkUnichar character, 365 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument 368 FetchTypeface(familyName, style, bcp47, bcp47Count, character, /*allow_fallback=*/true, in onMatchFamilyStyleCharacter() 403 int bcp47Count, SkUnichar character, in FetchTypeface() argument 409 if (bcp47Count > 0) { in FetchTypeface() 411 for (int i = 0; i < bcp47Count; i++) { in FetchTypeface()
|
D | SkFontMgr_ohos.h | 290 int bcp47Count, 296 int bcp47Count, 322 int bcp47Count,
|
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()
|
/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()
|
/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/flutter/skia/src/core/ |
D | SkFontMgr.cpp | 58 int bcp47Count, in onMatchFamilyStyleCharacter() argument 116 const char* bcp47[], int bcp47Count, in matchFamilyStyleCharacter() argument 118 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character); in matchFamilyStyleCharacter()
|
/third_party/skia/include/core/ |
D | SkFontMgr.h | 102 const char* bcp47[], int bcp47Count, 156 const char* bcp47[], int bcp47Count,
|
/third_party/flutter/skia/include/core/ |
D | SkFontMgr.h | 97 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/flutter/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 146 int bcp47Count, in onMatchFamilyStyleCharacter() argument 149 bcp47Count, character); in onMatchFamilyStyleCharacter()
|
/third_party/flutter/skia/tools/fonts/ |
D | TestFontMgr.cpp | 152 int bcp47Count, in onMatchFamilyStyleCharacter() argument 155 (void)bcp47Count; 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,
|
/third_party/flutter/skia/include/ports/ |
D | SkRemotableFontMgr.h | 123 const char* bcp47[], int bcp47Count,
|
/third_party/flutter/txt/src/txt/ |
D | asset_font_manager.h | 60 int bcp47Count,
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | asset_font_manager.h | 59 int bcp47Count,
|