Home
last modified time | relevance | path

Searched refs:HRBM (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.cpp87 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length."); in next()
90 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
96 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length."); in next()
99 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale."); in next()
DSkScalerContext_win_dw.cpp389 HRBM(this->getDWriteTypeface()->fDWriteFontFace->GetGdiCompatibleGlyphMetrics( in generateAdvance()
401 HRBM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm), in generateAdvance()
505 HRBM(fontFace4->GetGlyphImageFormats(glyph.getGlyphID(), 0, UINT32_MAX, &f), in isPngGlyph()
535 HRBM(hr, "Failed to translate color glyph run"); in getColorGlyphRun()
1167 HRBM(SkDWriteGeometrySink::Create(path, &geometryToPath), in generatePath()
1174 HRBM(this->getDWriteTypeface()->fDWriteFontFace->GetGlyphRunOutline( in generatePath()
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp122 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length."); in next()
125 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
131 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length."); in next()
134 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale."); in next()
DSkScalerContext_win_dw.cpp444 HRBM(typeface->fDWriteFontFace->GetGdiCompatibleGlyphMetrics( in generateAdvance()
456 HRBM(typeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm), in generateAdvance()
562 HRBM(fontFace4->GetGlyphImageFormats(glyph.getGlyphID(), 0, UINT32_MAX, &f), in isPngGlyph()
592 HRBM(hr, "Failed to translate color glyph run"); in getColorGlyphRun()
1243 HRBM(SkDWriteGeometrySink::Create(path, &geometryToPath), in generatePath()
1250 HRBM(this->getDWriteTypeface()->fDWriteFontFace->GetGlyphRunOutline( in generatePath()
/third_party/skia/src/utils/win/
DSkHRESULT.h50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) macro
/third_party/flutter/skia/src/utils/win/
DSkHRESULT.h50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) macro
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp278 HRBM(this->fXpsFactory->CreateCanvas(&scaleCanvas), in endSheet()
281 HRBM(scaleCanvas->GetVisuals(&scaleCanvasVisuals), in endSheet()
286 HRBM(this->fXpsFactory->CreateMatrixTransform(&rawGeomToPhys, &geomToPhys), in endSheet()
288 HRBM(scaleCanvas->SetTransformLocal(geomToPhys.get()), in endSheet()
292 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet()
304 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); in endSheet()
307 HRBM(pageVisuals->Append(scaleCanvas.get()), in endSheet()
319 HRBM(this->fPackageWriter->AddPage(page.get(), in endSheet()
437 HRBM(this->fPackageWriter->Close(), "Could not close writer."); in endPortfolio()
/third_party/skia/src/xps/
DSkXPSDevice.cpp270 HRBM(this->fXpsFactory->CreateCanvas(&scaleCanvas), in endSheet()
273 HRBM(scaleCanvas->GetVisuals(&scaleCanvasVisuals), in endSheet()
278 HRBM(this->fXpsFactory->CreateMatrixTransform(&rawGeomToPhys, &geomToPhys), in endSheet()
280 HRBM(scaleCanvas->SetTransformLocal(geomToPhys.get()), in endSheet()
284 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet()
296 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); in endSheet()
299 HRBM(pageVisuals->Append(scaleCanvas.get()), in endSheet()
311 HRBM(this->fPackageWriter->AddPage(page.get(), in endSheet()
431 HRBM(this->fPackageWriter->Close(), "Could not close writer."); in endPortfolio()