Searched refs:maFontWeight (Results 1 – 5 of 5) sorted by relevance
1220 maFontWeight(FontWeight_notset), in SvgStyleAttributes()2395 if(maFontWeight != FontWeight_notset) in getFontWeight()2397 if(FontWeight_bolder != maFontWeight && FontWeight_lighter != maFontWeight) in getFontWeight()2399 return maFontWeight; in getFontWeight()2409 if(FontWeight_bolder == maFontWeight) in getFontWeight()2413 else if(FontWeight_lighter == maFontWeight) in getFontWeight()
185 FontWeight maFontWeight; member in svgio::svgreader::SvgStyleAttributes387 …void setFontWeight(const FontWeight aFontWeight = FontWeight_notset) { maFontWeight = aFontWeight;… in setFontWeight()
130 ::boost::optional< sal_Int8 > maFontWeight;
880 rParms.mrParms.maFontWeight.is_initialized() ? in createFont()881 *rParms.mrParms.maFontWeight : in createFont()3040 rParams.maFontWeight.is_initialized() || in ImplRenderer()
148 aParms.maFontWeight = in prefetch()
Completed in 67 milliseconds