Searched defs:east (Results 1 - 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
H A D | SkyFactory.java | 142 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 D | AutoscrollController.cpp | 265 bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::noPanScrollRadius); local 270 if (m_autoscrollType == AutoscrollForPan && (east || west || north || south)) 274 if (east) 281 if (east) 287 } else if (east)
|
Completed in 247 milliseconds