OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRM
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/xps/
SkXPSDevice.cpp
105
HRM
(CoCreateGuid(&guid), "Could not create GUID for id.");
109
HRM
(E_UNEXPECTED, "Could not format GUID into id.");
174
HRM
(CoCreateInstance(
193
HRM
(this->fXpsFactory->CreatePartUri(buffer, &partUri),
196
HRM
(thumbnailGenerator->GenerateThumbnail(page,
215
HRM
(this->fXpsFactory->CreatePartUri(buffer, &partUri),
219
HRM
(this->fXpsFactory->CreatePage(&pageSize,
232
HRM
(this->fXpsFactory->CreatePartUri(L"/FixedDocumentSequence.fdseq",
235
HRM
(this->fXpsFactory->CreatePackageWriterOnStream(
251
HRM
(this->fXpsFactory->CreatePartUri
[
all
...]
/external/skia/src/utils/win/
SkDWrite.cpp
59
HRM
(HRESULT_FROM_WIN32(GetLastError()),
65
HRM
(HRESULT_FROM_WIN32(GetLastError()), "Could not convert wchar to utf-8.");
78
HRM
(HRESULT_FROM_WIN32(GetLastError()),
85
HRM
(HRESULT_FROM_WIN32(GetLastError()), "Could not convert utf-8 to wchar.");
SkHRESULT.h
47
#define
HRM
(ex, msg) HR_GENERAL(ex, msg, _hr)
/external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp
94
HRM
(font->CreateFontFace(&fontFace), "Could not create font face.");
247
HRM
(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
254
HRM
(font->HasCharacter(fCharacter, &exists), "Could not find character.");
SkFontMgr_win_dw.cpp
340
HRM
(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a.");
343
HRM
(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b.");
526
HRM
(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
533
HRM
(font->HasCharacter(fCharacter, &exists), "Could not find character.");
537
HRM
(font->GetFontFamily(&fontFamily), "Could not get family.");
[
all
...]
SkScalerContext_win_dw.cpp
476
HRM
(this->getDWriteTypeface()->fFactory2->CreateGlyphRunAnalysis(
488
HRM
(this->getDWriteTypeface()->fFactory->CreateGlyphRunAnalysis(&run,
501
HRM
(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
[
all
...]
Completed in 654 milliseconds