/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontMgr_ohos.cpp | 110 * \param bcp47Count the array size of bcp47 118 const char* bcp47[], int bcp47Count, SkUnichar character) const in onMatchFamilyStyleCharacter() 144 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter() 145 SkTypeface* retTp = findTypeface(*item, style, bcp47, bcp47Count, character); in onMatchFamilyStyleCharacter() 150 bcp47Count = 0; in onMatchFamilyStyleCharacter() 178 * \param bcp47Count the array size of bcp47 184 const char* bcp47[], int bcp47Count, SkUnichar character) const in findTypeface() 186 if (bcp47Count == 0) { in findTypeface() 193 // bcp47 or only iso639. Therefore totalCount need to be 'bcp47Count * 2' in findTypeface() 194 int totalCount = bcp47Count * in findTypeface() 117 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument 183 findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const findTypeface() argument 240 compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) const compareLangs() argument [all...] |
H A D | SkFontMgr_ohos.h | 38 const char* bcp47[], int bcp47Count, 62 int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) const; 66 const char* bcp47[], int bcp47Count,
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fuchsia.cpp | 243 const char* bcp47[], int bcp47Count, 257 const char* bcp47[], int bcp47Count, SkUnichar character, 300 /*bcp47Count=*/0, /*character=*/0, 357 /*bcp47Count=*/0, /*character=*/0, in onMatchFamilyStyle() 364 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() 367 FetchTypeface(familyName, style, bcp47, bcp47Count, character, /*allow_fallback=*/true, in onMatchFamilyStyleCharacter() 398 int bcp47Count, SkUnichar character, in FetchTypeface() 404 if (bcp47Count > 0) { in FetchTypeface() 406 for (int i = 0; i < bcp47Count; i++) { in FetchTypeface() 362 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument 396 FetchTypeface(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character, bool allow_fallback, bool exact_style_match) const FetchTypeface() argument
|
H A D | SkRemotableFontMgr_win_dw.cpp | 357 const char* bcp47[], int bcp47Count, 380 if (bcp47Count < 1) { 384 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity);
|
H A D | SkFontMgr_preview.cpp | 116 int bcp47Count, in onMatchFamilyStyleCharacter() 127 for (int bcp47Index = bcp47Count; bcp47Index-- > 0;) { in onMatchFamilyStyleCharacter() 113 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
|
H A D | SkFontMgr_custom.h | 146 const char* bcp47[], int bcp47Count,
|
H A D | SkFontMgr_win_dw.cpp | 355 const char* bcp47[], int bcp47Count, 825 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() 838 if (bcp47Count < 1) { in onMatchFamilyStyleCharacter() 844 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter() 823 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
|
H A D | SkFontMgr_android.cpp | 396 int bcp47Count, 407 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) {
|
H A D | SkFontMgr_FontConfigInterface.cpp | 214 const char* bcp47[], int bcp47Count,
|
H A D | SkFontMgr_custom.cpp | 220 const char* bcp47[], int bcp47Count,
|
H A D | SkFontMgr_preview.h | 336 int bcp47Count,
|
H A D | SkFontMgr_fontconfig.cpp | 914 int bcp47Count, 933 if (bcp47Count > 0) { 936 for (int i = bcp47Count; i --> 0;) {
|
H A D | SkFontMgr_mac_ct.cpp | 489 const char* bcp47[], int bcp47Count,
|
H A D | SkFontHost_win.cpp | 2269 const char* bcp47[], int bcp47Count,
|
/third_party/skia/src/utils/ |
H A D | SkOrderedFontMgr.cpp | 68 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() 71 if (auto tf = fm->matchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, uni)) { in onMatchFamilyStyleCharacter() 66 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar uni) const onMatchFamilyStyleCharacter() argument
|
/third_party/skia/src/core/ |
H A D | SkFontMgr.cpp | 58 int bcp47Count, 110 const char* bcp47[], int bcp47Count, in matchFamilyStyleCharacter() 112 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character); in matchFamilyStyleCharacter() 109 matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const matchFamilyStyleCharacter() argument
|
/third_party/skia/tools/fonts/ |
H A D | TestFontMgr.cpp | 152 int bcp47Count, 155 (void)bcp47Count; variable
|
/third_party/skia/include/core/ |
H A D | SkFontMgr.h | 114 * bcp47[0] is the least significant fallback, bcp47[bcp47Count-1] is the 119 const char* bcp47[], int bcp47Count, 199 const char* bcp47[], int bcp47Count,
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 146 int bcp47Count, in onMatchFamilyStyleCharacter() 149 bcp47Count, character); in onMatchFamilyStyleCharacter() 143 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
|
/third_party/skia/include/utils/ |
H A D | SkOrderedFontMgr.h | 36 const char* bcp47[], int bcp47Count,
|
/third_party/skia/include/ports/ |
H A D | SkRemotableFontMgr.h | 123 const char* bcp47[], int bcp47Count,
|
H A D | SkFontMgr_indirect.h | 47 int bcp47Count,
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 45 const char* fontName, const char* bcp47[], int bcp47Count, in drawCharacter() 52 bcp47, bcp47Count, character)); in drawCharacter() 43 drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, SkScalar y, const SkFont& origFont, SkFontMgr* fm, const char* fontName, const char* bcp47[], int bcp47Count, const SkFontStyle& fontStyle) drawCharacter() argument
|
/third_party/skia/modules/skottie/tests/ |
H A D | Text.cpp | 42 const char* bcp47[], int bcp47Count,
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 225 const char* bcp47[], int bcp47Count, in DEF_TEST() 647 int bcp47Count, in DEF_TEST()
|