Home
last modified time | relevance | path

Searched refs:newMargin (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_CollisionShape.cpp83 (JNIEnv * env, jobject object, jlong shapeId, jfloat newMargin) { in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin() argument
90 shape->setMargin(newMargin); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin()
/external/chromium_org/chrome/browser/resources/ntp4/
Dtile_page.js1028 var newMargin = document.documentElement.clientHeight / 3 -
1033 newMargin = Math.max(newMargin, 0) - this.topMargin_.offsetHeight;
1047 this.animatedTopMarginPx_ += newMargin - this.topMarginPx_;
1052 this.topMarginPx_ = newMargin;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2345 …LayoutUnit newMargin = containerLogicalWidth - computedValues.m_extent - cb->marginStartForChild(t… in computeLogicalWidthInRegion() local
2348 computedValues.m_margins.m_start = newMargin; in computeLogicalWidthInRegion()
2350 computedValues.m_margins.m_end = newMargin; in computeLogicalWidthInRegion()