Searched refs:float_type (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.h258 enum CRFloatType float_type ; member in struct:_CRStyle
H A Dcr-style.c979 a_style->float_type = FLOAT_NONE;
992 a_style->float_type = FLOAT_NONE;
996 a_style->float_type = FLOAT_LEFT;
1000 a_style->float_type = FLOAT_RIGHT;
1004 a_style->float_type = FLOAT_INHERIT;
1818 a_this->float_type = FLOAT_NONE;
1912 a_this->float_type = FLOAT_NONE;
1973 if (a_this->float_type == FLOAT_INHERIT) {
1974 a_this->float_type = a_this->parent_style->float_type;
[all...]

Completed in 172 milliseconds