HomeSort by relevance Sort by last modified time
    Searched defs:oldStyle (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 74 int oldStyle;
78 oldStyle = 0;
80 oldStyle = old.getStyle();
83 Typeface tf = Typeface.create(family, oldStyle);
84 int fake = oldStyle & ~tf.getStyle();
StyleSpan.java 82 int oldStyle;
86 oldStyle = 0;
88 oldStyle = old.getStyle();
91 int want = oldStyle | style;
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 448 SkTypeface::Style oldStyle = (SkTypeface::Style)styleBits;
449 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold
453 oldStyle & SkTypeface::kItalic
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 179 RenderStyle* oldStyle = style();
180 if (oldStyle && !oldStyle->lineClamp().isNone() && newStyle.lineClamp().isNone())
    [all...]
RenderObject.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderBlock.cpp 298 RenderStyle* oldStyle = style();
302 if (oldStyle && parent()) {
303 bool oldStyleIsContainer = oldStyle->position() != StaticPosition || oldStyle->hasTransformRelatedProperty();
330 static bool borderOrPaddingLogicalWidthChanged(const RenderStyle* oldStyle, const RenderStyle* newStyle)
333 return oldStyle->borderLeftWidth() != newStyle->borderLeftWidth()
334 || oldStyle->borderRightWidth() != newStyle->borderRightWidth()
335 || oldStyle->paddingLeft() != newStyle->paddingLeft()
336 || oldStyle->paddingRight() != newStyle->paddingRight();
338 return oldStyle->borderTopWidth() != newStyle->borderTopWidth(
    [all...]
RenderBox.cpp 143 RenderStyle* oldStyle = style();
144 if (oldStyle) {
151 if (oldStyle->hasEntirelyFixedBackground() != newStyle.hasEntirelyFixedBackground())
157 if (diff.needsFullLayout() && parent() && oldStyle->position() != newStyle.position()) {
159 if (oldStyle->position() == StaticPosition)
166 // FIXME: This branch runs when !oldStyle, which means that layout was never called
175 void RenderBox::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
182 RenderBoxModelObject::styleDidChange(diff, oldStyle);
185 if (needsLayout() && oldStyle)
194 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom() && layer())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 360 milliseconds