Searched refs:maFontStretch (Results 1 – 2 of 2) sorted by relevance
1182 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()
182 FontStretch maFontStretch; member in svgio::svgreader::SvgStyleAttributes371 …setFontStretch(const FontStretch aFontStretch = FontStretch_notset) { maFontStretch = aFontStretch… in setFontStretch()