Lines Matching refs:WCHAR
267 WCHAR* localeName, int localeNameLength) in SkFontMgr_DirectWrite()
279 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkFontMgr_DirectWrite()
301 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const;
637 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, in FontFallbackSource()
650 WCHAR const** textString, in GetTextAtPosition()
665 WCHAR const** textString, in GetTextBeforePosition()
686 WCHAR const** localeName) override in GetLocaleName()
728 const WCHAR* fString;
730 const WCHAR* fLocale;
741 const WCHAR* dwFamilyName = nullptr; in onMatchFamilyStyleCharacter()
748 WCHAR str[16]; in onMatchFamilyStyleCharacter()
927 HRESULT SkFontMgr_DirectWrite::getByFamilyName(const WCHAR wideFamilyName[], in getByFamilyName()
1086 WCHAR localeNameStorage[LOCALE_NAME_MAX_LENGTH]; in SkFontMgr_New_DirectWrite()
1087 WCHAR* localeName = nullptr; in SkFontMgr_New_DirectWrite()