• Home
  • Raw
  • Download

Lines Matching refs:HRNM

481     HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");  in onCreateStyleSet()
496 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily()
770 HRNM(fFactory2->GetSystemFontFallback(&systemFontFallback), in onMatchFamilyStyleCharacter()
776HRNM(fFactory2->CreateNumberSubstitution(DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE, nullptr, TRUE, in onMatchFamilyStyleCharacter()
785 HRNM(fontFallback->MapCharacters(fontFallbackSource.get(), in onMatchFamilyStyleCharacter()
802 HRNM(font->CreateFontFace(&fontFace), "Could not get font face from font."); in onMatchFamilyStyleCharacter()
805 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter()
810 HRNM(fFactory->CreateTextFormat(dwFamilyName ? dwFamilyName : L"", in onMatchFamilyStyleCharacter()
821 HRNM(fFactory->CreateTextLayout(str, strLen, fallbackFormat.get(), in onMatchFamilyStyleCharacter()
829 HRNM(fallbackLayout->Draw(nullptr, fontFallbackRenderer.get(), 50.0f, 50.0f), in onMatchFamilyStyleCharacter()
970 HRNM(fFontCollection->GetFontFamily(0, &fontFamily), in onLegacyCreateTypeface()
976 HRNM(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in onLegacyCreateTypeface()
980 HRNM(font->CreateFontFace(&fontFace), "Could not create font face."); in onLegacyCreateTypeface()
993 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
996 HRNM(font->CreateFontFace(&fontFace), "Could not create font face."); in createTypeface()
1021 HRNM(fFontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in matchStyle()
1025 HRNM(font->CreateFontFace(&fontFace), "Could not create font face."); in matchStyle()
1051 HRNM(factory->GetSystemFontCollection(&systemFontCollection, FALSE), in SkFontMgr_New_DirectWrite()