OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRN
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/utils/win/
SkHRESULT.h
40
The
HRN
variants will return NULL when FAILED.
50
#define
HRN
(ex) HR_GENERAL(ex, NULL, NULL)
/external/skia/src/ports/
SkFontMgr_win_dw.cpp
490
HRN
(sk_cstring_to_wchar(familyName, &dwFamilyName));
744
HRN
(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal));
760
HRN
(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
875
HRN
(StreamFontFileLoader::Create(stream, &fontFileLoader));
876
HRN
(fFactory->RegisterFontFileLoader(fontFileLoader.get()));
881
HRN
(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
882
HRN
(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
887
HRN
(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection));
893
HRN
(fontCollection->GetFontFamily(familyIndex, &fontFamily));
898
HRN
(fontFamily->GetFont(fontIndex, &font))
[
all
...]
SkRemotableFontMgr_win_dw.cpp
173
HRN
(FontToIdentity(font.get(), &fontIds[fontIndex]));
Completed in 561 milliseconds