Home
last modified time | relevance | path

Searched refs:HRM (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/xps/
DSkXPSDevice.cpp105 HRM(CoCreateGuid(&guid), "Could not create GUID for id."); in createId()
109 HRM(E_UNEXPECTED, "Could not format GUID into id."); in createId()
174 HRM(CoCreateInstance( in createXpsThumbnail()
193 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsThumbnail()
196 HRM(thumbnailGenerator->GenerateThumbnail(page, in createXpsThumbnail()
215 HRM(this->fXpsFactory->CreatePartUri(buffer, &partUri), in createXpsPage()
219 HRM(this->fXpsFactory->CreatePage(&pageSize, in createXpsPage()
232 HRM(this->fXpsFactory->CreatePartUri(L"/FixedDocumentSequence.fdseq", in initXpsDocumentWriter()
235 HRM(this->fXpsFactory->CreatePackageWriterOnStream( in initXpsDocumentWriter()
251 HRM(this->fXpsFactory->CreatePartUri( in initXpsDocumentWriter()
[all …]
/external/skia/src/utils/win/
DSkDWrite.cpp59 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_cstring_to_wchar()
65 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8."); in sk_cstring_to_wchar()
78 HRM(HRESULT_FROM_WIN32(GetLastError()), in sk_wchar_to_skstring()
85 HRM(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar."); in sk_wchar_to_skstring()
DSkHRESULT.h47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) macro
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp94 HRM(font->CreateFontFace(&fontFace), "Could not create font face."); in FontToIdentity()
247 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun()
254 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun()
DSkFontMgr_win_dw.cpp340 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
343 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
526 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun()
533 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun()
537 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun()
944 HRM(this->getByFamilyName(metrics.lfMessageFont.lfFaceName, fontFamily), in getDefaultFontFamily()
DSkScalerContext_win_dw.cpp476 HRM(this->getDWriteTypeface()->fFactory2->CreateGlyphRunAnalysis( in getBoundingBox()
488 HRM(this->getDWriteTypeface()->fFactory->CreateGlyphRunAnalysis(&run, in getBoundingBox()
501 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox), in getBoundingBox()