Home
last modified time | relevance | path

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

/third_party/skia/src/xps/
DSkXPSDevice.cpp1199 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in internalDrawRect()
1204 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in internalDrawRect()
1208 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()), in internalDrawRect()
1222 HRVM(shadedGeometry->SetTransformLocal(xpsTransform.get()), in internalDrawRect()
1246 HRVM(shadedGeometry->GetFigures(&shadedFigures), in internalDrawRect()
1250 HRVM(shadedFigures->Append(rectFigure.get()), in internalDrawRect()
1257 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in internalDrawRect()
1259 HRVM(currentVisuals->Append(shadedPath.get()), in internalDrawRect()
1537 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in drawPath()
1542 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in drawPath()
[all …]
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1218 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in internalDrawRect()
1223 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in internalDrawRect()
1227 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()), in internalDrawRect()
1241 HRVM(shadedGeometry->SetTransformLocal(xpsTransform.get()), in internalDrawRect()
1265 HRVM(shadedGeometry->GetFigures(&shadedFigures), in internalDrawRect()
1269 HRVM(shadedFigures->Append(rectFigure.get()), in internalDrawRect()
1276 HRVM(this->fCurrentXpsCanvas->GetVisuals(&currentVisuals), in internalDrawRect()
1278 HRVM(currentVisuals->Append(shadedPath.get()), in internalDrawRect()
1548 HRVM(this->fXpsFactory->CreatePath(&shadedPath), in drawPath()
1553 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in drawPath()
[all …]
/third_party/flutter/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()
DSkHRESULT.h56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) macro
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp541 HRVM(getColorGlyphRun(*glyph, &colorLayers), "Could not get color glyph run"); in generateColorMetrics()
548 HRVM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorMetrics()
552 HRVM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorMetrics()
556 HRVM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorMetrics()
609 HRVM(fontFace4->GetGlyphImageData(glyph->getGlyphID(), in generatePngMetrics()
700 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox), in generateMetrics()
713 HRVM(this->getBoundingBox(glyph, in generateMetrics()
1013 HRVM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorGlyphImage()
1033 HRVM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorGlyphImage()
1037 HRVM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorGlyphImage()
[all …]
DSkFontMgr_win_dw.cpp477 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
480 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names."); in onGetFamilyName()
1118 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
DSkTypeface_win_dw.cpp394 HRVM(fontFace->GetGlyphIndices(&c, 1, &glyph), "Failed to get glyph index."); in getGlyphToUnicodeMap()
/third_party/skia/src/utils/win/
DSkDWrite.cpp40 HRVM(hr, "Could not get DWriteCreateFactory proc."); in create_dwrite_factory()
43 HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED, in create_dwrite_factory()
DSkHRESULT.h56 #define HRVM(ex, msg) HR_GENERAL(ex, msg, ) macro
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp607 HRVM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorMetrics()
611 HRVM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorMetrics()
615 HRVM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorMetrics()
668 HRVM(fontFace4->GetGlyphImageData(glyph->getGlyphID(), in generatePngMetrics()
758 HRVM(this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox), in generateMetrics()
771 HRVM(this->getBoundingBox(glyph, in generateMetrics()
1084 HRVM(colorLayers->GetCurrentRun(&colorGlyph), "Could not get current color glyph run"); in generateColorGlyphImage()
1104 HRVM(SkDWriteGeometrySink::Create(&path, &geometryToPath), in generateColorGlyphImage()
1108 HRVM(colorGlyph->glyphRun.fontFace->GetGlyphRunOutline( in generateColorGlyphImage()
1131 HRVM(fontFace4->GetGlyphImageData(glyph.getGlyphID(), in generatePngGlyphImage()
DSkTypeface_win_dw.cpp448 HRVM(fontFace->GetGlyphIndices(codepoints, numBatchedCodePoints, glyphs), in glyph_to_unicode_map()
475 HRVM(hr, "Failed to get number of ranges."); in getGlyphToUnicodeMap()
478 HRVM(face1->GetUnicodeRanges(numRanges, ranges.get(), &numRanges), "Failed to get ranges."); in getGlyphToUnicodeMap()
DSkFontMgr_win_dw.cpp548 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
551 HRVM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names."); in onGetFamilyName()
1202 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()