Home
last modified time | relevance | path

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

/external/skia/include/utils/win/
DSkHRESULT.h56 #define HRZM(ex, msg) HR_GENERAL(ex, msg, 0) macro
/external/skia/src/ports/
DSkFontHost_win.cpp816 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, NULL, si, &numItems), in generateCharToGlyph()
825 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph()
2039 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, NULL, si, &numItems), in nonBmpCharToGlyph()
2048 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()