Lines Matching refs:HRN
487 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName)); in onMatchFamily()
741 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal)); in onMatchFamilyStyleCharacter()
757 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter()
872 HRN(StreamFontFileLoader::Create(stream, &fontFileLoader)); in onCreateFromStream()
873 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get())); in onCreateFromStream()
878 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onCreateFromStream()
879 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onCreateFromStream()
884 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection)); in onCreateFromStream()
890 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream()
895 HRN(fontFamily->GetFont(fontIndex, &font)); in onCreateFromStream()
901 HRN(font->CreateFontFace(&fontFace)); in onCreateFromStream()