Home
last modified time | relevance | path

Searched refs:HR_GENERAL (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/utils/win/
DSkHRESULT.h25 #define HR_GENERAL(_ex, _msg, _ret) do {\ 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 …]
/third_party/skia/src/utils/win/
DSkHRESULT.h25 #define HR_GENERAL(_ex, _msg, _ret) do {\ 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 …]
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp58 HR_GENERAL(fontFileLoader->QueryInterface(&fontFileLoaderId), in FindOrAdd()
150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
156 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, in matchIndexStyle()
161 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); in matchIndexStyle()
187 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), in matchName()
190 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), in matchName()
196 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchName()
213 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); in matchNameStyle()
215 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); in matchNameStyle()
220 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchNameStyle()
[all …]
DSkTypeface_win_dw.cpp176 HR_GENERAL(fontFace5->GetFontResource(&fontResource), nullptr, -1); in onGetVariationDesignPosition()
189 HR_GENERAL(fontFace5->GetFontAxisValues(fontAxisValue.get(), fontAxisCount), nullptr, -1); in onGetVariationDesignPosition()
225 HR_GENERAL(fontFace5->GetFontResource(&fontResource), nullptr, -1); in onGetVariationDesignParameters()
238 HR_GENERAL(fontResource->GetFontAxisRanges(fontAxisRange.get(), fontAxisCount), nullptr, -1); in onGetVariationDesignParameters()
240 HR_GENERAL(fontResource->GetDefaultFontAxisValues(fontAxisDefaultValue.get(), fontAxisCount), in onGetVariationDesignParameters()
/third_party/flutter/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp58 HR_GENERAL(fontFileLoader->QueryInterface(&fontFileLoaderId), in FindOrAdd()
150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
156 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, in matchIndexStyle()
161 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); in matchIndexStyle()
187 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), in matchName()
190 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), in matchName()
196 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchName()
213 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); in matchNameStyle()
215 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); in matchNameStyle()
220 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in matchNameStyle()
[all …]
DSkTypeface_win_dw.cpp141 HR_GENERAL(fontFace5->GetFontResource(&fontResource), nullptr, -1); in onGetVariationDesignPosition()
154 HR_GENERAL(fontFace5->GetFontAxisValues(fontAxisValue.get(), fontAxisCount), nullptr, -1); in onGetVariationDesignPosition()
190 HR_GENERAL(fontFace5->GetFontResource(&fontResource), nullptr, -1); in onGetVariationDesignParameters()
203 HR_GENERAL(fontResource->GetFontAxisRanges(fontAxisRange.get(), fontAxisCount), nullptr, -1); in onGetVariationDesignParameters()
205 HR_GENERAL(fontResource->GetDefaultFontAxisValues(fontAxisDefaultValue.get(), fontAxisCount), in onGetVariationDesignParameters()