Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCollisionVolume.java62 value = flip.parentWidth - maxX; in getMinXPosition()
73 value = flip.parentWidth - minX; in getMaxXPosition()
111 public float parentWidth; field in CollisionVolume.FlipInfo
DGameObjectCollisionSystem.java110 sFlip.parentWidth = record.object.width; in update()
123 sOtherFlip.parentWidth = other.object.width; in update()
330 sCompareFlip.parentWidth = object1.object.width; in compare()
338 sCompareFlip.parentWidth = object2.object.width; in compare()
DSphereCollisionVolume.java162 position.x += flip.parentWidth - center.x; in offsetByCenter()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVTTCue.cpp171 LayoutUnit parentWidth = containingBlock()->width(); in shouldSwitchDirection() local
172 …Direction() != VTTCue::Horizontal && ((step < 0 && left < 0) || (step > 0 && right > parentWidth))) in shouldSwitchDirection()