Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp110 * \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 DSkFontMgr_ohos.h38 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 DSkFontMgr_fuchsia.cpp243 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 DSkRemotableFontMgr_win_dw.cpp357 const char* bcp47[], int bcp47Count,
380 if (bcp47Count < 1) {
384 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity);
H A DSkFontMgr_preview.cpp116 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 DSkFontMgr_custom.h146 const char* bcp47[], int bcp47Count,
H A DSkFontMgr_win_dw.cpp355 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 DSkFontMgr_android.cpp396 int bcp47Count,
407 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) {
H A DSkFontMgr_FontConfigInterface.cpp214 const char* bcp47[], int bcp47Count,
H A DSkFontMgr_custom.cpp220 const char* bcp47[], int bcp47Count,
H A DSkFontMgr_preview.h336 int bcp47Count,
H A DSkFontMgr_fontconfig.cpp914 int bcp47Count,
933 if (bcp47Count > 0) {
936 for (int i = bcp47Count; i --> 0;) {
H A DSkFontMgr_mac_ct.cpp489 const char* bcp47[], int bcp47Count,
H A DSkFontHost_win.cpp2269 const char* bcp47[], int bcp47Count,
/third_party/skia/src/utils/
H A DSkOrderedFontMgr.cpp68 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 DSkFontMgr.cpp58 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 DTestFontMgr.cpp152 int bcp47Count,
155 (void)bcp47Count; variable
/third_party/skia/include/core/
H A DSkFontMgr.h114 * 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 DSkFontMgr_indirect.cpp146 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 DSkOrderedFontMgr.h36 const char* bcp47[], int bcp47Count,
/third_party/skia/include/ports/
H A DSkRemotableFontMgr.h123 const char* bcp47[], int bcp47Count,
H A DSkFontMgr_indirect.h47 int bcp47Count,
/third_party/skia/gm/
H A Dfontmgr.cpp45 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 DText.cpp42 const char* bcp47[], int bcp47Count,
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp225 const char* bcp47[], int bcp47Count, in DEF_TEST()
647 int bcp47Count, in DEF_TEST()

Completed in 25 milliseconds