OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HR_GENERAL
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/utils/win/
SkHRESULT.h
23
#define
HR_GENERAL
(_ex, _msg, _ret) {\
44
#define HR(ex)
HR_GENERAL
(ex, NULL, _hr)
45
#define HRM(ex, msg)
HR_GENERAL
(ex, msg, _hr)
47
#define HRB(ex)
HR_GENERAL
(ex, NULL, false)
48
#define HRBM(ex, msg)
HR_GENERAL
(ex, msg, false)
50
#define HRN(ex)
HR_GENERAL
(ex, NULL, NULL)
51
#define HRNM(ex, msg)
HR_GENERAL
(ex, msg, NULL)
53
#define HRV(ex)
HR_GENERAL
(ex, NULL, )
54
#define HRVM(ex, msg)
HR_GENERAL
(ex, msg, )
56
#define HRZ(ex)
HR_GENERAL
(ex, NULL, 0
[
all
...]
/external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp
56
HR_GENERAL
(fontFileLoader->QueryInterface(&fontFileLoaderId),
184
HR_GENERAL
(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
190
HR_GENERAL
(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
195
HR_GENERAL
(FontToIdentity(font.get(), &identity), nullptr, identity);
221
HR_GENERAL
(getDefaultFontFamilyName(&dwFamilyName),
224
HR_GENERAL
(sk_cstring_to_wchar(familyName, &dwFamilyName),
230
HR_GENERAL
(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
247
HR_GENERAL
(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity);
249
HR_GENERAL
(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity);
254
HR_GENERAL
(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists)
[
all
...]
Completed in 48 milliseconds