Home
last modified time | relevance | path

Searched refs:maFontStretch (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1182 maFontStretch(FontStretch_notset), in SvgStyleAttributes()
2306 if(maFontStretch != FontStretch_notset) in getFontStretch()
2308 if(FontStretch_wider != maFontStretch && FontStretch_narrower != maFontStretch) in getFontStretch()
2310 return maFontStretch; in getFontStretch()
2320 if(FontStretch_wider == maFontStretch) in getFontStretch()
2324 else if(FontStretch_narrower == maFontStretch) in getFontStretch()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx182 FontStretch maFontStretch; member in svgio::svgreader::SvgStyleAttributes
371 …setFontStretch(const FontStretch aFontStretch = FontStretch_notset) { maFontStretch = aFontStretch… in setFontStretch()