Home
last modified time | relevance | path

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

/external/skia/src/device/xps/
DSkXPSDevice.cpp547 SkTScopedComPtr<IXpsOMGeometryFigureCollection> figureCollection; in createPath() local
548 HRM(geometry->GetFigures(&figureCollection), "Could not get figures."); in createPath()
549 HRM(figureCollection->Append(figure), "Could not add figure."); in createPath()