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/device/xps/
SkXPSDevice.cpp
98
HRM
(CoCreateGuid(&guid), "Could not create GUID for id.");
102
HRM
(E_UNEXPECTED, "Could not format GUID into id.");
195
HRM
(CoCreateInstance(
215
HRM
(this->fXpsFactory->CreatePartUri(buffer, &partUri),
218
HRM
(thumbnailGenerator->GenerateThumbnail(page,
236
HRM
(this->fXpsFactory->CreatePartUri(buffer, &partUri),
240
HRM
(this->fXpsFactory->CreatePage(&pageSize,
253
HRM
(this->fXpsFactory->CreatePartUri(L"/FixedDocumentSequence.fdseq",
256
HRM
(this->fXpsFactory->CreatePackageWriterOnStream(
272
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.");
/external/skia/include/utils/win/
SkHRESULT.h
45
#define
HRM
(ex, msg) HR_GENERAL(ex, msg, _hr)
/external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp
115
HRM
(font->CreateFontFace(&fontFace), "Could not create font face.");
284
HRM
(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
291
HRM
(font->HasCharacter(fCharacter, &exists), "Could not find character.");
SkFontMgr_win_dw.cpp
342
HRM
(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a.");
345
HRM
(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b.");
528
HRM
(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
535
HRM
(font->HasCharacter(fCharacter, &exists), "Could not find character.");
539
HRM
(font->GetFontFamily(&fontFamily), "Could not get family.");
[
all
...]
SkScalerContext_win_dw.cpp
425
HRM
(fTypeface->fFactory->CreateGlyphRunAnalysis(
438
HRM
(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
Completed in 136 milliseconds