Home | History | Annotate | Download | only in ports

Lines Matching refs:HRN

496     HRN(sk_cstring_to_wchar(familyName, &dwFamilyName));
750 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal));
766 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
883 HRN(StreamFontFileLoader::Create(std::move(stream), &fontFileLoader));
884 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get()));
889 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
890 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
895 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection));
901 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
906 HRN(fontFamily->GetFont(fontIndex, &font));
912 HRN(font->CreateFontFace(&fontFace));