Searched defs:screenWidth (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DAreaUtils.java56 * @param screenWidth The width of the screen.
59 public static float calcScreenArea(BoundingVolume bound, float distance, float screenWidth) { argument
61 return calcScreenArea((BoundingSphere) bound, distance, screenWidth);
63 return calcScreenArea((BoundingBox) bound, distance, screenWidth);
68 private static float calcScreenArea(BoundingSphere bound, float distance, float screenWidth) { argument
74 float radius = (bound.getRadius() * screenWidth) / (distance * 2);
78 private static float calcScreenArea(BoundingBox bound, float distance, float screenWidth) { argument
83 return ((radiusSquare * screenWidth * screenWidth) / (distance * distance * 4)) * FastMath.PI;
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DBloomFilter.java92 private int screenWidth; field in class:BloomFilter
113 screenWidth = (int) Math.max(1, (w / downSamplingFactor));
115 // System.out.println(screenWidth + " " + screenHeight);
118 preGlowPass.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Depth);
142 extractPass.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Depth, 1, extractMat);
152 hBlurMat.setFloat("Size", screenWidth);
157 horizontalBlur.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Depth, 1, hBlurMat);
172 verticalalBlur.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Depth, 1, vBlurMat);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h310 void setSizeScreenWidthAndScale(int width, int height, int screenWidth,
557 int screenWidth() const { return m_screenWidth; } function in class:android::WebViewCore
H A DWebViewCore.cpp1136 int textWrapWidth, float scale, int screenWidth, int screenHeight,
1150 m_screenWidth = screenWidth;
1155 m_maxXScroll = screenWidth >> 2;
1163 if (osh != screenHeight || osw != screenWidth)
1208 window->setVisibleSize(screenWidth, screenHeight);
1209 if (width != screenWidth) {
1246 window->setVisibleSize(screenWidth, screenHeight);
1248 if (width != screenWidth) {
4416 jint height, jint textWrapWidth, jfloat scale, jint screenWidth,
4423 screenWidth, screenHeigh
1135 setSizeScreenWidthAndScale(int width, int height, int textWrapWidth, float scale, int screenWidth, int screenHeight, int anchorX, int anchorY, bool ignoreHeight) argument
4415 SetSize(JNIEnv* env, jobject obj, jint nativeClass, jint width, jint height, jint textWrapWidth, jfloat scale, jint screenWidth, jint screenHeight, jint anchorX, jint anchorY, jboolean ignoreHeight) argument
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp71 static const int screenWidth = 1920; variable
682 info.rect = WebRect(0, 0, screenWidth, screenHeight);
685 screenWidth - screenUnavailableBorder * 2,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 241 milliseconds