Searched refs:HRN (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 487 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName)); in onMatchFamily() 741 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal)); in onMatchFamilyStyleCharacter() 757 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local)); in onMatchFamilyStyleCharacter() 872 HRN(StreamFontFileLoader::Create(stream, &fontFileLoader)); in onCreateFromStream() 873 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get())); in onCreateFromStream() 878 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader)); in onCreateFromStream() 879 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get())); in onCreateFromStream() 884 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection)); in onCreateFromStream() 890 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream() 895 HRN(fontFamily->GetFont(fontIndex, &font)); in onCreateFromStream() [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 174 HRN(FontToIdentity(font.get(), &fontIds[fontIndex])); in getIndex()
|
/external/skia/include/utils/win/ |
D | SkHRESULT.h | 49 #define HRN(ex) HR_GENERAL(ex, NULL, NULL) macro
|