Searched refs:white_space (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-string.cpp87 if( object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRE ||
88 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PREWRAP ||
89 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRELINE ) {
92 if( object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRE ||
93 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PREWRAP ) {
96 if( object->parent->style->white_space.computed != SP_CSS_WHITE_SPACE_NORMAL ) {
107 bool white_space = false; local
121 white_space = true; // Convert to space and collapse
129 white_space = true; // Convert to space and collapse
137 white_space
[all...]
H A Dstyle.h161 SPIEnum white_space; member in class:SPStyle
H A Dstyle.cpp144 white_space( "white-space", enum_white_space, SP_CSS_WHITE_SPACE_NORMAL ),
328 _properties.push_back( &white_space );
423 // _propmap.insert( std::make_pair( white_space.name, reinterpret_cast<SPIBasePtr>(&SPStyle::white_space ) ) );
794 white_space.readIfUnset( val );
1695 if (style->white_space.set) {
/inkscape/src/libcroco/
H A Dcr-style.h278 enum CRWhiteSpaceType white_space; member in struct:_CRStyle
H A Dcr-style.c1675 a_style->white_space = WHITE_SPACE_NORMAL;
1678 a_style->white_space = WHITE_SPACE_PRE;
1681 a_style->white_space = WHITE_SPACE_NOWRAP;
1684 a_style->white_space = WHITE_SPACE_INHERIT;
1917 a_this->white_space = WHITE_SPACE_NORMAL;
2743 cr_style_white_space_type_to_string (a_this->white_space, str, 0);

Completed in 104 milliseconds