Home
last modified time | relevance | path

Searched refs:HRZM (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/win/
DSkHRESULT.h59 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) macro
/external/skia/src/ports/
DSkFontHost_win.cpp827 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, nullptr, si, &numItems), in generateCharToGlyph()
836 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph()
1999 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, nullptr, si, &numItems), in nonBmpCharToGlyph()
2008 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()