Lines Matching refs:HRN
1282 HRN(StreamFontFileLoader::Create(stream, &fontFileLoader));
1283 HRN(factory->RegisterFontFileLoader(fontFileLoader.get()));
1288 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
1289 HRN(factory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
1294 HRN(factory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection));
1300 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
1305 HRN(fontFamily->GetFont(fontIndex, &font));
1311 HRN(font->CreateFontFace(&fontFace));
1694 HRN(cstring_to_wchar(familyName, &dwFamilyName));