Home
last modified time | relevance | path

Searched refs:addOneFigure (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/xps/
DSkXPSDevice.cpp1649 SkTScopedComPtr<IXpsOMGeometryFigure> addOneFigure; in drawPath() local
1650 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath()
1651 HRVM(shadedFigures->Append(addOneFigure.get()), in drawPath()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1660 SkTScopedComPtr<IXpsOMGeometryFigure> addOneFigure; in drawPath() local
1661 HRV(this->createXpsRect(universe, FALSE, TRUE, &addOneFigure)); in drawPath()
1662 HRVM(shadedFigures->Append(addOneFigure.get()), in drawPath()