HomeSort by relevance Sort by last modified time
    Searched defs:oldStyle (Results 1 - 13 of 13) 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;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CustomTypefaceSpan.java 61 int oldStyle;
64 oldStyle = 0;
66 oldStyle = old.getStyle();
69 int fake = oldStyle & ~tf.getStyle();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 97 RenderStyle* oldStyle = style();
98 if (oldStyle && newStyle) {
104 if (!(oldStyle->clip() == newStyle->clip()))
106 } else if (diff == StyleDifferenceRepaint || newStyle->outlineSize() < oldStyle->outlineSize())
114 if (oldStyle->position() != newStyle->position()
115 || oldStyle->zIndex() != newStyle->zIndex()
116 || oldStyle->hasAutoZIndex() != newStyle->hasAutoZIndex()
117 || !(oldStyle->clip() == newStyle->clip())
118 || oldStyle->hasClip() != newStyle->hasClip()
119 || oldStyle->opacity() != newStyle->opacity(
    [all...]
RenderDeprecatedFlexibleBox.cpp 187 RenderStyle* oldStyle = style();
188 if (oldStyle && !oldStyle->lineClamp().isNone() && newStyle->lineClamp().isNone())
    [all...]
RenderBlockFlow.cpp     [all...]
RenderObject.cpp     [all...]
RenderBlock.cpp 252 RenderStyle* oldStyle = style();
256 if (oldStyle && parent() && diff == StyleDifferenceLayout && oldStyle->position() != newStyle->position()) {
261 else if (oldStyle->position() == StaticPosition) {
281 static bool borderOrPaddingLogicalWidthChanged(const RenderStyle* oldStyle, const RenderStyle* newStyle)
284 return oldStyle->borderLeftWidth() != newStyle->borderLeftWidth()
285 || oldStyle->borderRightWidth() != newStyle->borderRightWidth()
286 || oldStyle->paddingLeft() != newStyle->paddingLeft()
287 || oldStyle->paddingRight() != newStyle->paddingRight();
289 return oldStyle->borderTopWidth() != newStyle->borderTopWidth(
    [all...]
RenderBox.cpp 197 RenderStyle* oldStyle = style();
198 if (oldStyle) {
205 if (oldStyle->hasEntirelyFixedBackground() != newStyle->hasEntirelyFixedBackground())
211 if (diff == StyleDifferenceLayout && parent() && oldStyle->position() != newStyle->position()) {
213 if (oldStyle->position() == StaticPosition)
226 void RenderBox::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
233 RenderBoxModelObject::styleDidChange(diff, oldStyle);
236 if (needsLayout() && oldStyle) {
242 if (isOutOfFlowPositioned() && newStyle->hasStaticBlockPosition(isHorizontalWritingMode()) && oldStyle->marginBefore() != newStyle->marginBefore()
253 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom() && layer())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationController.cpp 448 RenderStyle* oldStyle = renderer.style();
450 if ((!oldStyle || (!oldStyle->animations() && !oldStyle->transitions())) && (!newStyle.animations() && !newStyle.transitions()))
466 RefPtr<RenderStyle> blendedStyle = rendererAnimations->animate(renderer, oldStyle, newStyle);
468 if (renderer.parent() || newStyle.animations() || (oldStyle && oldStyle->animations())) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 

Completed in 76 milliseconds