Searched refs:HR_GENERAL (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/utils/win/ |
D | SkHRESULT.h | 25 #define HR_GENERAL(_ex, _msg, _ret) {\ macro 46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) 47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) 49 #define HRB(ex) HR_GENERAL(ex, nullptr, false) 50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) 52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr) 53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr) 55 #define HRV(ex) HR_GENERAL(ex, nullptr, ) 56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) 58 #define HRZ(ex) HR_GENERAL(ex, nullptr, 0) [all …]
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 55 HR_GENERAL(fontFileLoader->QueryInterface(&fontFileLoaderId), in FindOrAdd() 147 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle() 153 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, in matchIndexStyle() 158 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); in matchIndexStyle() 184 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), in matchName() 187 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), in matchName() 193 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchName() 210 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); in matchNameStyle() 212 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); in matchNameStyle() 217 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchNameStyle() [all …]
|