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

/inkscape/src/
H A Dsvg-profile.h49 class SvgProfile { class in namespace:Inkscape
55 data into the constructor of \c SvgProfile. The optimization
58 the \c SvgProfile would be less than ideal. Plus, as far as
89 /** \brief The core of the \c SvgProfile class, this implements a
183 \brief Create an SvgProfile with an already created bitfield
189 inline SvgProfile (const BitField &in_field) { function in class:Inkscape::SvgProfile
194 /** \brief A constructor for \c SvgProfile which sets up the bitfield
204 inline SvgProfile (SvgProfileType type) { function in class:Inkscape::SvgProfile
255 inline bool operator == (const SvgProfile &in_profile) const {
260 other into a larger \c SvgProfile
[all...]

Completed in 780 milliseconds