Lines Matching refs:HRN
569 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName));
832 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal));
844 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
1069 HRN(StreamFontFileLoader::Create(std::move(stream), &fontFileLoader));
1070 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get()));
1075 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
1076 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
1081 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0,
1088 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
1093 HRN(fontFamily->GetFont(fontIndex, &font));
1100 HRN(font->CreateFontFace(&fontFace));