Home
last modified time | relevance | path

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

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