Lines Matching refs:HRN
490 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName)); in onMatchFamily()
744 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal)); in onMatchFamilyStyleCharacter()
760 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
875 HRN(StreamFontFileLoader::Create(stream, &fontFileLoader)); in onCreateFromStream()
876 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get())); in onCreateFromStream()
881 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onCreateFromStream()
882 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onCreateFromStream()
887 …HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection)); in onCreateFromStream()
893 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream()
898 HRN(fontFamily->GetFont(fontIndex, &font)); in onCreateFromStream()
904 HRN(font->CreateFontFace(&fontFace)); in onCreateFromStream()