Searched defs:south (Results 1 - 2 of 2) sorted by last modified time

/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp845 bool south = m_panScrollStartPos.y() < (m_currentMousePosition.y() - ScrollView::noPanScrollRadius); local
847 if ((east || west || north || south) && m_panScrollButtonPressed)
857 } else if (south) {
/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
156 Image southImg = south.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);

Completed in 106 milliseconds