Home
last modified time | relevance | path

Searched refs:bcp47Count (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp117 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 …]
DSkFontMgr_ohos.h36 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/
DSkFontMgr_fuchsia.cpp243 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()
DSkRemotableFontMgr_win_dw.cpp357 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()
DSkFontMgr_preview.cpp116 int bcp47Count, in onMatchFamilyStyleCharacter() argument
127 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.h146 const char* bcp47[], int bcp47Count,
DSkFontMgr_win_dw.cpp355 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()
DSkFontMgr_android.cpp396 int bcp47Count, in onMatchFamilyStyleCharacter() argument
407 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter()
DSkFontMgr_fontconfig.cpp914 int bcp47Count, in onMatchFamilyStyleCharacter() argument
933 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter()
936 for (int i = bcp47Count; i --> 0;) { in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp220 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
DSkFontMgr_FontConfigInterface.cpp214 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
DSkFontMgr_preview.h336 int bcp47Count,
DSkFontMgr_mac_ct.cpp489 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
DSkFontHost_win.cpp2269 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
/third_party/skia/src/utils/
DSkOrderedFontMgr.cpp68 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/
DSkFontMgr.cpp58 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/
DSkFontMgr.h102 const char* bcp47[], int bcp47Count,
159 const char* bcp47[], int bcp47Count,
/third_party/skia/tools/fonts/
DTestFontMgr.cpp152 int bcp47Count, in onMatchFamilyStyleCharacter() argument
155 (void)bcp47Count; in onMatchFamilyStyleCharacter()
/third_party/skia/src/fonts/
DSkFontMgr_indirect.cpp146 int bcp47Count, in onMatchFamilyStyleCharacter() argument
149 bcp47Count, character); in onMatchFamilyStyleCharacter()
/third_party/skia/include/utils/
DSkOrderedFontMgr.h36 const char* bcp47[], int bcp47Count,
/third_party/skia/include/ports/
DSkRemotableFontMgr.h123 const char* bcp47[], int bcp47Count,
DSkFontMgr_indirect.h47 int bcp47Count,
/third_party/skia/gm/
Dfontmgr.cpp45 const char* fontName, const char* bcp47[], int bcp47Count, in drawCharacter() argument
52 bcp47, bcp47Count, character)); in drawCharacter()
/third_party/skia/modules/skottie/tests/
DText.cpp42 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp225 const char* bcp47[], int bcp47Count, in DEF_TEST() argument
647 int bcp47Count, in DEF_TEST() argument

12