Searched defs:bcp47Count (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkFontMgr.cpp59 int bcp47Count,
111 const char* bcp47[], int bcp47Count,
113 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character);
110 matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const argument
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp161 int bcp47Count,
164 bcp47Count, character);
158 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const argument
/external/skia/gm/
H A Dfontmgr.cpp29 const char* fontName, const char* bcp47[], int bcp47Count,
35 bcp47, bcp47Count, character);
27 drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, SkScalar y, SkPaint& paint, SkFontMgr* fm, const char* fontName, const char* bcp47[], int bcp47Count, const SkFontStyle& fontStyle) argument
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp290 const char* bcp47[], int bcp47Count,
736 const char* bcp47[], int bcp47Count,
754 if (bcp47Count < 1) {
760 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
734 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const argument

Completed in 46 milliseconds