Lines Matching defs:geometry
161 //For simplicity, just write everything out in geometry units,
291 "Could not create geometry to physical transform.");
542 SkTScopedComPtr<IXpsOMGeometry> geometry;
543 HRM(this->fXpsFactory->CreateGeometry(&geometry),
544 "Could not create geometry.");
547 HRM(geometry->GetFigures(&figureCollection), "Could not get figures.");
551 HRM((*path)->SetGeometryLocal(geometry.get()), "Could not set geometry");
1128 "Could not create quad geometry figure.");
1238 //Create the shaded geometry.
1241 "Could not create shaded geometry for rect.");
1243 //Add the geometry to the shaded path.
1245 "Could not set shaded geometry for rect.");
1253 //Transform the geometry.
1280 //Get the figures of the shaded geometry.
1285 //Add the figure to the shaded geometry figures.
1315 // Add the figure created above to this geometry.
1316 HRM(figures->Append(figure), "Could not add path to geometry.");
1348 "Could not create path geometry figure.");
1405 //Get the geometry.
1408 "Could not get shaded geometry for inverse path.");
1410 //Get the figures from the geometry.
1456 "Could not create old inverse geometry.");
1477 "Could not set old inverse geometry.");
1491 //the geometry is already set
1506 "Could not create top inverse geometry.");
1527 "Could not set top inverse geometry.");
1574 //Get the geometry object.
1577 "Could not get mask shaded geometry.");
1579 //Get the figures from the geometry.
1732 //Create the geometry for the shaded path.
1735 "Could not create shaded geometry for path.");
1737 //Add the geometry to the shaded path.
1739 "Could not add the shaded geometry to shaded path.");
1850 //Get the figures from the shaded geometry.
1936 //Create the geometry.
1939 "Could not create clip geometry.");
1941 //Get the figure collection of the geometry.
1946 //Create the figures into the geometry.
1954 "Could not set clip geometry.");
1973 //Create the shaded geometry.
1976 "Could not create geometry for bitmap.");
1978 //Add the shaded geometry to the shaded path.
1980 "Could not set the geometry for bitmap.");
1982 //Get the shaded figures from the shaded geometry.