Home
last modified time | relevance | path

Searched refs:SP_FONT_SIZE_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-internal.cpp2191 type = SP_FONT_SIZE_LENGTH; in read()
2213 case SP_FONT_SIZE_LENGTH: in get_value()
2249 } else if( type == SP_FONT_SIZE_LENGTH ) { in cascade()
2294 case SP_FONT_SIZE_LENGTH: { in relative_fraction()
2325 } else if ( type == SP_FONT_SIZE_LENGTH && in merge()
2343 ( p->type == SP_FONT_SIZE_LENGTH && in merge()
2347 type = SP_FONT_SIZE_LENGTH; in merge()
2352 if( type == SP_FONT_SIZE_LENGTH ) { in merge()
2377 if( type == SP_FONT_SIZE_LENGTH ) { in operator ==()
H A Dstyle-internal.h935 SP_FONT_SIZE_LENGTH, enumerator
H A Ddesktop-style.cpp1198 style_res->font_size.type = SP_FONT_SIZE_LENGTH; in objects_query_fontnumbers()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-text.cpp906 style->font_size.type = SP_FONT_SIZE_LENGTH; in _adjustFontsizeRecursive()