Searched refs:oldStyle (Results 1 – 5 of 5) sorted by relevance
26 SkFontStyle::SkFontStyle(unsigned oldStyle) { in SkFontStyle() argument28 fUnion.fR.fWeight = (oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight in SkFontStyle()31 fUnion.fR.fSlant = (oldStyle & SkTypeface::kItalic) ? SkFontStyle::kItalic_Slant in SkFontStyle()
47 explicit SkFontStyle(unsigned oldStyle);
312 SkTypeface::Style oldStyle = (SkTypeface::Style)styleBits; in onLegacyCreateTypeface() local313 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold in onLegacyCreateTypeface()317 oldStyle & SkTypeface::kItalic in onLegacyCreateTypeface()
292 FlowStyle oldStyle = representer.getDefaultFlowStyle(); in dumpAs() local300 representer.setDefaultFlowStyle(oldStyle); in dumpAs()
6446 this.oldStyle={backgroundImage:s.getStyle(this.element,"background-image")}; property6467 MochiKit.Style.setStyle(this.element,MochiKit.Base.update(this.oldStyle,{backgroundColor:this.optio…