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