HomeSort by relevance Sort by last modified time
    Searched refs:east (Results 1 - 13 of 13) sorted by null

  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestSkyLoadingLagoon.java 50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
59 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
TestSkyLoadingPrimitives.java 50 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg");
58 Texture east = assetManager.loadTexture("Textures/Sky/Primitives/primitives_negative_x.png"); local
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestSkyLoading.java 49 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.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) {
154 Image eastImg = east.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 262 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)
  /frameworks/native/libs/ui/tests/
vec_test.cpp 239 vec3 east(1, 0, 0);
241 vec3 up( cross(east, north) );
243 EXPECT_EQ(dot(east, north), 0);
244 EXPECT_EQ(length(east), 1);
245 EXPECT_EQ(distance(east, north), sqrtf(2));
252 tvec3<double> vd(east);
  /frameworks/native/services/sensorservice/
Fusion.cpp 262 vec3_t east(cross_product(mData[1], up));
263 east *= 1/length(east);
264 vec3_t north(cross_product(up, east));
265 R << east << north << up;
313 const vec3_t east( cross_product(m, up) );
319 if (length_squared(east) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) {
325 vec3_t north( cross_product(up, east) );
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 278 gfx::Rect east(window_size.width() - kResizeAreaCornerSize, 0,
284 else if (east.Contains(x, y))
291 else if (east.Contains(x, y))
298 else if (east.Contains(x, y))
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 206 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.jpg"); local
212 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestAdvanced.java 258 Texture east = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_east.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...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 709 milliseconds