Home
last modified time | relevance | path

Searched refs:oldStyle (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkFontStyle.cpp26 SkFontStyle::SkFontStyle(unsigned oldStyle) { in SkFontStyle() argument
28 fUnion.fR.fWeight = (oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight in SkFontStyle()
31 fUnion.fR.fSlant = (oldStyle & SkTypeface::kItalic) ? SkFontStyle::kItalic_Slant in SkFontStyle()
/external/skia/include/core/
DSkFontStyle.h47 explicit SkFontStyle(unsigned oldStyle);
/external/skia/src/ports/
DSkFontMgr_custom.cpp312 SkTypeface::Style oldStyle = (SkTypeface::Style)styleBits; in onLegacyCreateTypeface() local
313 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold in onLegacyCreateTypeface()
317 oldStyle & SkTypeface::kItalic in onLegacyCreateTypeface()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java292 FlowStyle oldStyle = representer.getDefaultFlowStyle(); in dumpAs() local
300 representer.setDefaultFlowStyle(oldStyle); in dumpAs()
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js6446 this.oldStyle={backgroundImage:s.getStyle(this.element,"background-image")}; property
6467 MochiKit.Style.setStyle(this.element,MochiKit.Base.update(this.oldStyle,{backgroundColor:this.optio…