Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontMgr.cpp59 int bcp47Count, in onMatchFamilyStyleCharacter() argument
111 const char* bcp47[], int bcp47Count, in matchFamilyStyleCharacter() argument
113 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character); in matchFamilyStyleCharacter()
/external/skia/include/ports/
DSkFontMgr.h86 const char* bcp47[], int bcp47Count,
187 const char* bcp47[], int bcp47Count,
DSkRemotableFontMgr.h134 const char* bcp47[], int bcp47Count,
DSkFontMgr_indirect.h47 int bcp47Count,
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp161 int bcp47Count, in onMatchFamilyStyleCharacter() argument
164 bcp47Count, character); in onMatchFamilyStyleCharacter()
DSkFontMgr_fontconfig.cpp286 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp391 const char* bcp47[], int bcp47Count, in matchNameStyleCharacter() argument
414 if (bcp47Count < 1) { in matchNameStyleCharacter()
418 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); in matchNameStyleCharacter()
DSkFontMgr_win_dw.cpp290 const char* bcp47[], int bcp47Count,
736 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
754 if (bcp47Count < 1) { in onMatchFamilyStyleCharacter()
760 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
DSkFontMgr_fontconfig.cpp772 int bcp47Count, in onMatchFamilyStyleCharacter() argument
790 if (bcp47Count > 0) { in onMatchFamilyStyleCharacter()
793 for (int i = bcp47Count; i --> 0;) { in onMatchFamilyStyleCharacter()
DSkFontMgr_android.cpp400 int bcp47Count, in onMatchFamilyStyleCharacter() argument
410 for (int bcp47Index = bcp47Count; bcp47Index --> 0;) { in onMatchFamilyStyleCharacter()
DSkFontMgr_custom.cpp266 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
DSkFontHost_mac.cpp2340 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
DSkFontHost_win.cpp2466 const char* bcp47[], int bcp47Count, in onMatchFamilyStyleCharacter() argument
/external/skia/gm/
Dfontmgr.cpp29 const char* fontName, const char* bcp47[], int bcp47Count, in drawCharacter() argument
35 bcp47, bcp47Count, character); in drawCharacter()