Searched refs:newLeft (Results 1 - 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java817 Vector3f newLeft = vars.vect3;
826 newLeft.set(newUp).crossLocal(newDirection).normalizeLocal();
827 if (newLeft.equals(Vector3f.ZERO)) {
829 newLeft.set(newDirection.y, -newDirection.x, 0f);
831 newLeft.set(0f, newDirection.z, -newDirection.y);
835 newUp.set(newDirection).crossLocal(newLeft).normalizeLocal();
837 this.rotation.fromAxes(newLeft, newUp, newDirection);
/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp416 int newLeft = block()->logicalLeftOffsetForLine(selectionTop, false); local
418 if (prevLeft > newLeft || prevRight < newRight)
442 int newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false); local
444 if (nextLeft > newLeft || nextRight < newRight)
H A DRenderTextControlSingleLine.cpp1069 void RenderTextControlSingleLine::setScrollLeft(int newLeft) argument
1072 innerTextElement()->setScrollLeft(newLeft);
H A DRenderBox.cpp461 void RenderBox::setScrollLeft(int newLeft) argument
464 layer()->scrollToXOffset(newLeft);
/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp245 DocumentMarker newLeft = marker; local
246 newLeft.endOffset = startOffset;
247 markers.insert(i, newLeft);
H A DElement.cpp474 void Element::setScrollLeft(int newLeft) argument
478 rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { argument
480 return createNode(newLeft, getValue(oldTree), newRight);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 282 milliseconds