Searched defs:sw (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly.h35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon999
H A Dpoly_clip.cpp49 * copying the portion satisfying sign*s[index] < k*sw into q,
72 tu = sign*COORD(u, index) - u->sw*k;
76 tv = sign*COORD(v, index) - v->sw*k;
95 * using the homogeneous screen coordinates (sx, sy, sz, sw) of each vertex,
96 * testing if v->sx/v->sw > box->x0 and v->sx/v->sw < box->x1,
116 float sw = v->sw; local
117 if (v->sx < -sw) x0out++; /* out on left */
118 if (v->sx > sw) x1ou
[all...]
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java95 public CompatibilityInfo(ApplicationInfo appInfo, int screenLayout, int sw, argument
123 } else if (largest != 0 && sw > largest) {
128 } else if (compat >= sw) {
503 float sw = width/(float)newWidth;
505 float scale = sw < sh ? sw : sh;
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1043 jint ptr, jint deviceId, jint sourceMask, jint sw) {
1047 deviceId, uint32_t(sourceMask), sw);
1042 nativeGetSwitchState(JNIEnv* env, jclass clazz, jint ptr, jint deviceId, jint sourceMask, jint sw) argument
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java163 int deviceId, int sourceMask, int sw);
162 nativeGetSwitchState(int ptr, int deviceId, int sourceMask, int sw) argument

Completed in 193 milliseconds