/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 105 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/skqp/src/xps/ |
D | SkXPSDevice.cpp | 105 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/ |
D | SkDWrite.cpp | 59 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() 106 HRM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length."); in sk_get_locale_string() 109 HRM(names->GetString(nameIndex, name.get(), nameLen + 1), "Could not get string."); in sk_get_locale_string()
|
D | SkHRESULT.h | 47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) macro
|
/external/skqp/src/utils/win/ |
D | SkDWrite.cpp | 59 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() 106 HRM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length."); in sk_get_locale_string() 109 HRM(names->GetString(nameIndex, name.get(), nameLen + 1), "Could not get string."); in sk_get_locale_string()
|
D | SkHRESULT.h | 47 #define HRM(ex, msg) HR_GENERAL(ex, msg, _hr) macro
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 96 HRM(font->CreateFontFace(&fontFace), "Could not create font face."); in FontToIdentity() 249 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun() 256 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun()
|
D | SkFontMgr_win_dw.cpp | 348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same() 351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same() 538 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun() 545 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun() 549 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun() 1044 HRM(this->getByFamilyName(metrics.lfMessageFont.lfFaceName, fontFamily), in getDefaultFontFamily()
|
D | SkScalerContext_win_dw.cpp | 468 HRM(this->getDWriteTypeface()->fFactory2->CreateGlyphRunAnalysis( in getBoundingBox() 480 HRM(this->getDWriteTypeface()->fFactory->CreateGlyphRunAnalysis(&run, in getBoundingBox() 493 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox), in getBoundingBox()
|
/external/skqp/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 96 HRM(font->CreateFontFace(&fontFace), "Could not create font face."); in FontToIdentity() 249 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun() 256 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun()
|
D | SkFontMgr_win_dw.cpp | 348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same() 351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same() 538 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font), in DrawGlyphRun() 545 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character."); in DrawGlyphRun() 549 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun() 1044 HRM(this->getByFamilyName(metrics.lfMessageFont.lfFaceName, fontFamily), in getDefaultFontFamily()
|
D | SkScalerContext_win_dw.cpp | 468 HRM(this->getDWriteTypeface()->fFactory2->CreateGlyphRunAnalysis( in getBoundingBox() 480 HRM(this->getDWriteTypeface()->fFactory->CreateGlyphRunAnalysis(&run, in getBoundingBox() 493 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox), in getBoundingBox()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 5773 ,"BG","HRM","Harmanli","Harmanli","26","--3-----","RL","1207",,"4156N 02554E", 15483 ,"CZ","HRM","Hradec-nad-Moravici","Hradec-nad-Moravici",,"--3-----","RL","0407",,"4952N 01752E", 20770 ,"DE","HRM","H�rnum/Sylt","Hornum/Sylt","SH","1-3-----","AF","9501",,, 26469 "X","EE","HRM","H�rma","Harma",,"1-------","XX","1301",,"5807N 02606E","" 36378 ,"FR","HRM","Hermes","Hermes","60","--3-----","RL","0701",,"4922N 00215E",
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 2442 ,"GB","HRM","Hermon","Hermon","PEM","--3-----","RQ","0907",,"5157N 00436W", 15981 ,"JP","HRM","Haramachi","Haramachi","07","1-------","AF","9907",,,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 16936 ,"US","HRM","Hollister","Hollister","MO","123-----","RL","0501",,"3637N 09312W",
|