Searched refs:SPILength (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dstyle.h133 SPILength text_indent;
166 SPILength shape_padding;
167 // SPILength shape_margin;
228 SPILength stroke_width;
238 SPILength stroke_dashoffset;
257 SPILength filter_gaussianBlur_deviation;
H A Dstyle-internal.h100 * properties from the same object (e.g. SPILength sometimes needs to know font size) to
334 class SPILength : public SPIBase class in inherits:SPIBase
338 SPILength() function in class:SPILength
345 SPILength( Glib::ustring const &name, float value = 0 ) function in class:SPILength
353 virtual ~SPILength()
368 SPILength& operator=(const SPILength& rhs) {
395 class SPILengthOrNormal : public SPILength
400 : SPILength( "anonymous_length" ),
405 : SPILength( nam
[all...]
H A Dstyle-internal.cpp225 // SPILength ------------------------------------------------------------
228 SPILength::read( gchar const *str ) {
311 SPILength::write( guint const flags, SPIBase const *const base) const {
313 SPILength const *const my_base = dynamic_cast<const SPILength*>(base);
365 SPILength::cascade( const SPIBase* const parent ) {
366 if( const SPILength* p = dynamic_cast<const SPILength*>(parent) ) {
385 std::cerr << "SPILength::cascade(): Incorrect parent type" << std::endl;
390 SPILength
[all...]
/inkscape/src/widgets/
H A Dtext-toolbar.cpp535 SPILength temp_length;
612 SPILength temp_length;

Completed in 957 milliseconds