Searched refs:newMargin (Results 1 – 3 of 3) sorted by relevance
83 (JNIEnv * env, jobject object, jlong shapeId, jfloat newMargin) { in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin() argument90 shape->setMargin(newMargin); in Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin()
1028 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;
2345 …LayoutUnit newMargin = containerLogicalWidth - computedValues.m_extent - cb->marginStartForChild(t… in computeLogicalWidthInRegion() local2348 computedValues.m_margins.m_start = newMargin; in computeLogicalWidthInRegion()2350 computedValues.m_margins.m_end = newMargin; in computeLogicalWidthInRegion()