Home
last modified time | relevance | path

Searched refs:HRN (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_win_dw.cpp487 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 …]
DSkRemotableFontMgr_win_dw.cpp174 HRN(FontToIdentity(font.get(), &fontIds[fontIndex])); in getIndex()
/external/skia/include/utils/win/
DSkHRESULT.h49 #define HRN(ex) HR_GENERAL(ex, NULL, NULL) macro