Searched defs:shapeInfo (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dpov-out.cpp286 PovShapeInfo shapeInfo; local
287 shapeInfo.id = id;
288 shapeInfo.color = "";
310 shapeInfo.color += rgbf;
314 povShapes.push_back(shapeInfo); //passed all tests. save the info
435 if (shapeInfo.color.length()>0)
437 id.c_str(), shapeInfo.color.c_str());

Completed in 16 milliseconds