/external/jmonkeyengine/engine/src/android/jme3test/android/ |
TestSkyLoadingLagoon.java | 49 Texture west = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_west.jpg"); local 58 Texture west = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_x.png"); 66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
TestSkyLoadingPrimitives.java | 49 Texture west = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_west.jpg"); 57 Texture west = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_x.png"); local 64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
TestSkyLoading.java | 48 Texture west = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_west.jpg"); local 55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
SkyFactory.java | 142 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down, Vector3f normalScale) { 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) { 153 Image westImg = west.getImage(); 199 public static Spatial createSky(AssetManager assetManager, Texture west, Texture east, Texture north, Texture south, Texture up, Texture down) { 200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
AutoscrollController.cpp | 266 bool west = m_panScrollStartPos.x() > (lastKnownMousePosition.x() + ScrollView::noPanScrollRadius); 270 if (m_autoscrollType == AutoscrollForPan && (east || west || north || south)) 276 else if (west) 283 else if (west) 289 else if (west)
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_window_util.cc | 275 gfx::Rect west(0, 0, kResizeAreaCornerSize, window_size.height()); 282 if (west.Contains(x, y)) 289 if (west.Contains(x, y)) 296 if (west.Contains(x, y))
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestSpotLightTerrain.java | 205 Texture west = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_west.jpg"); local 212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainTestAdvanced.java | 257 Texture west = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_west.jpg"); local 264 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
|
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |