Lines Matching refs:HRN
488 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName)); in onMatchFamily()
742 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal)); in onMatchFamilyStyleCharacter()
758 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
874 HRN(StreamFontFileLoader::Create(stream, &fontFileLoader)); in onCreateFromStream()
875 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get())); in onCreateFromStream()
880 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onCreateFromStream()
881 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onCreateFromStream()
886 …HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection)); in onCreateFromStream()
892 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream()
897 HRN(fontFamily->GetFont(fontIndex, &font)); in onCreateFromStream()
903 HRN(font->CreateFontFace(&fontFace)); in onCreateFromStream()