Home
last modified time | relevance | path

Searched refs:childLocation (Results 1 – 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp61 …(JNIEnv *env, jobject object, jlong compoundId, jlong childId, jobject childLocation, jobject chil… in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() argument
76 jmeBulletUtil::convert(env, childLocation, &trans.getOrigin()); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp1119 …LayoutPoint childLocation(shouldFlipMainAxis ? totalMainExtent - mainAxisOffset - childMainExtent … in layoutAndPlaceChildren() local
1123 setFlowAwareLocationForChild(child, childLocation); in layoutAndPlaceChildren()
DRenderBox.cpp1420 LayoutPoint childLocation = childBox->location(); in foregroundIsKnownToBeOpaqueInRect() local
1422 childLocation.move(childBox->relativePositionOffset()); in foregroundIsKnownToBeOpaqueInRect()
1424 childLocalRect.moveBy(-childLocation); in foregroundIsKnownToBeOpaqueInRect()
DRenderBlock.cpp3292 LayoutPoint childLocation = child->location(); in positionForPointRespectingEditingBoundaries() local
3294 childLocation += child->offsetForInFlowPosition(); in positionForPointRespectingEditingBoundaries()
3297 LayoutPoint pointInChildCoordinates(toLayoutPoint(pointInParentCoordinates - childLocation)); in positionForPointRespectingEditingBoundaries()