Lines Matching refs:figure
535 HRESULT SkXPSDevice::createPath(IXpsOMGeometryFigure* figure,
544 HRM(figureCollection->Append(figure), "Could not add figure.");
694 //create central figure
906 //TODO: figure out how to fake better if not affine
1106 // Create the figure.
1108 "Could not create quad geometry figure.");
1117 // Define the x and y coordinates of each corner of the figure.
1129 // Add the segment data to the figure.
1135 // Set the closed and filled properties of the figure.
1229 //Create the figure.
1249 //Add the figure to the shaded geometry figures.
1251 "Could not add shaded figure for rect.");
1267 IXpsOMGeometryFigure* figure,
1277 // Add the segment data to the figure.
1278 HRM(figure->SetSegments(segmentTypes.count(), segmentData.count(),
1283 // Set the closed and filled properties of the figure.
1284 HRM(figure->SetIsClosed(stroke), "Could not set path closed.");
1285 HRM(figure->SetIsFilled(fill), "Could not set path fill.");
1287 // Add the figure created above to this geometry.
1288 HRM(figures->Append(figure), "Could not add path to geometry.");
1317 // Create the figure.
1320 "Could not create path geometry figure.");
1433 "Could not create mask shaded figure.");
1435 "Could not add mask shaded figure.");
1652 "Could not add even-odd flip figure to shaded path.");
1713 //Get the figure collection of the geometry.