Searched refs:east (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DTestSkyLoadingLagoon.java50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
59 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
H A DTestSkyLoadingPrimitives.java50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
58 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png");
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestSkyLoading.java49 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
/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/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestSpotLightTerrain.java206 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestAdvanced.java258 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp842 bool east = m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
847 if ((east || west || north || south) && m_panScrollButtonPressed)
851 if (east)
858 if (east)
864 } else if (east)

Completed in 154 milliseconds