Searched defs:east (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSkyFactory.java142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) { argument
143 return createSky(assetManager, west, east, north, south, up, down, normalScale, 10);
146 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale, int sphereRadius) { argument
154 Image eastImg = east.getImage();
199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) { argument
200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DAutoscrollController.cpp262 bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::noPanScrollRadius); local
267 if (m_autoscrollType == AutoscrollForPan && (east || west || north || south))
271 if (east)
278 if (east)
284 } else if (east)

Completed in 342 milliseconds