Searched refs:HRZM (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/utils/win/ |
D | SkHRESULT.h | 57 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) macro
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 818 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, nullptr, si, &numItems), in generateCharToGlyph() 827 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph() 2027 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, nullptr, si, &numItems), in nonBmpCharToGlyph() 2036 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
|