Lines Matching defs:container
65 Inkscape::XML::Node *container;
149 * \brief Sets groupmode of the current container to 'layer' and sets its label if given
159 * \brief Sets the current container's opacity
192 _container = _node_stack.back(); // Re-set container
226 if (_container != _root) { // Pop if the current container isn't root
548 * \brief Fills the given array with the current container's transform, if set
567 * \brief Sets the transformation matrix of the current container
1770 // Add the rectangle to the container
1855 transpGroup->container = _container;
1868 * \brief Places the current transparency group into the current container
1872 _container->appendChild(transpGroup->container);
1873 Inkscape::GC::release(transpGroup->container);
1889 mask_node->appendChild(transpGroup->container);
1890 Inkscape::GC::release(transpGroup->container);