Searched refs:figureCollection (Results 1 – 1 of 1) sorted by relevance
547 SkTScopedComPtr<IXpsOMGeometryFigureCollection> figureCollection; in createPath() local548 HRM(geometry->GetFigures(&figureCollection), "Could not get figures."); in createPath()549 HRM(figureCollection->Append(figure), "Could not add figure."); in createPath()