Home | History | Annotate | Download | only in ports

Lines Matching refs:HRN

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