Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkScalerContext_win_dw.cpp448 HRBM(typeface->fDWriteFontFace->GetGdiCompatibleGlyphMetrics( in generateAdvance()
460 HRBM(typeface->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm), in generateAdvance()
569 HRBM(fontFace4->GetGlyphImageFormats(glyph.getGlyphID(), 0, UINT32_MAX, &f), in isPngGlyph()
583 HRBM(fontFace4->GetGlyphImageFormats(glyph.getGlyphID(), 0, UINT32_MAX, &f), in isSVGGlyph()
613 HRBM(hr, "Failed to translate color glyph run"); in getColorGlyphRun()
645 HRBM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorMetrics()
649 HRBM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorMetrics()
653 HRBM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorMetrics()
717 HRBM(fontFace4->GetGlyphImageData(glyph->getGlyphID(), in generatePngMetrics()
1167 HRBM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in drawColorGlyphImage()
[all …]
DSkTypeface_win_dw.cpp226 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length."); in next()
229 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
235 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLen), "Could not get locale length."); in next()
238 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLen+1), "Could not get locale."); in next()
/external/skia/src/utils/win/
DSkHRESULT.h50 #define HRBM(ex, msg) HR_GENERAL(ex, msg, false) macro
/external/skia/src/xps/
DSkXPSDevice.cpp272 HRBM(this->fXpsFactory->CreateCanvas(&scaleCanvas), in endSheet()
275 HRBM(scaleCanvas->GetVisuals(&scaleCanvasVisuals), in endSheet()
280 HRBM(this->fXpsFactory->CreateMatrixTransform(&rawGeomToPhys, &geomToPhys), in endSheet()
282 HRBM(scaleCanvas->SetTransformLocal(geomToPhys.get()), in endSheet()
286 HRBM(scaleCanvasVisuals->Append(this->fCurrentXpsCanvas.get()), in endSheet()
298 HRBM(page->GetVisuals(&pageVisuals), "Could not get page visuals."); in endSheet()
301 HRBM(pageVisuals->Append(scaleCanvas.get()), in endSheet()
313 HRBM(this->fPackageWriter->AddPage(page.get(), in endSheet()
433 HRBM(this->fPackageWriter->Close(), "Could not close writer."); in endPortfolio()