Searched refs:bWeight (Results 1 – 2 of 2) sorted by relevance
183 bool bWeight = true, bItalic = true, bWidth = true; in fillFontEntry() local194 bWeight = false; in fillFontEntry()220 if( bAddRegular && ! bItalic && ! bWidth && ! bWeight ) in fillFontEntry()
184 String SetWeight( bool bWeight );227 String HtmlState::SetWeight( bool bWeight ) in SetWeight() argument231 if(bWeight && !mbWeight) in SetWeight()233 else if(!bWeight && mbWeight) in SetWeight()236 mbWeight = bWeight; in SetWeight()
Completed in 55 milliseconds