Home
last modified time | relevance | path

Searched refs:HRVM (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/utils/win/
DSkDWrite.cpp35 HRVM(hr, "Could not get DWriteCreateFactory proc."); in create_dwrite_factory()
38 HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED, in create_dwrite_factory()
106 HRVM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length."); in sk_get_locale_string()
109 HRVM(names->GetString(nameIndex, name.get(), nameLen+1), "Could not get string."); in sk_get_locale_string()
DSkHRESULT.h56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) macro
/external/skia/src/xps/
DSkXPSDevice.cpp1211 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in internalDrawRect()
1216 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in internalDrawRect()
1220 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()), in internalDrawRect()
1234 HRVM(shadedGeometry->SetTransformLocal(xpsTransform.get()), in internalDrawRect()
1258 HRVM(shadedGeometry->GetFigures(&shadedFigures), in internalDrawRect()
1262 HRVM(shadedFigures->Append(rectFigure.get()), in internalDrawRect()
1269 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in internalDrawRect()
1271 HRVM(currentVisuals->Append(shadedPath.get()), in internalDrawRect()
1553 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in drawPath()
1558 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in drawPath()
[all …]
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp396 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetGdiCompatibleGlyphMetrics( in generateAdvance()
408 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm), in generateAdvance()
562 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox), in generateMetrics()
573 HRVM(this->getBoundingBox(glyph, in generateMetrics()
862 HRVM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorGlyphImage()
882 HRVM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorGlyphImage()
886 HRVM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorGlyphImage()
964 HRVM(SkDWriteGeometrySink::Create(path, &geometryToPath), in generatePath()
971 HRVM(this->getDWriteTypeface()->fDWriteFontFace->GetGlyphRunOutline( in generatePath()
DSkFontMgr_win_dw.cpp471 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
474 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names."); in onGetFamilyName()
1003 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
DSkTypeface_win_dw.cpp307 HRVM(fontFace->GetGlyphIndices(&c, 1, &glyph), in populate_glyph_to_unicode()