HomeSort by relevance Sort by last modified time
    Searched defs:coords (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/page/
Geoposition.h 49 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
  /external/freetype/include/freetype/
ftmm.h 165 /* coords :: The design coordinates for this style. */
172 FT_Fixed* coords; member in struct:FT_Var_Named_Style_
290 /* coords :: An array of design coordinates. */
298 FT_Long* coords );
317 /* coords :: An array of design coordinates. */
325 FT_Fixed* coords );
344 /* coords :: The design coordinates array (each element must be */
353 FT_Fixed* coords );
367 FT_Fixed* coords );
  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 38 PointerCoords coords; local
39 coords.clear();
41 ASSERT_EQ(0ULL, coords.bits);
46 PointerCoords coords; local
47 coords.clear();
50 ASSERT_EQ(0, coords.getAxisValue(0))
52 ASSERT_EQ(0, coords.getAxisValue(1))
56 ASSERT_EQ(OK, coords.setAxisValue(1, 5));
57 ASSERT_EQ(0x00000002ULL, coords.bits);
58 ASSERT_EQ(5, coords.values[0])
    [all...]
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 133 float[] coords = { local
142 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 88 float[] coords = { local
100 mFVertexBuffer.put(coords[i * 3 + j] * 2.0f);
106 mTexBuffer.put(coords[i * 3 + j] * 2.0f + 0.5f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 231 float[] coords = { local
240 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
246 mTexBuffer.put(coords[i*3+j] * 2.0f + 0.5f);
TriangleRenderer.java 199 float[] coords = { local
208 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
214 mTexBuffer.put(coords[i*3+j] * 2.0f + 0.5f);
  /frameworks/base/include/ui/
InputTransport.h 117 PointerCoords coords[0]; // variable length member in struct:android::InputMessage::SampleData
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 605 PointerCoords coords = new PointerCoords(); local
607 assertEquals(0f, coords.x);
608 assertEquals(0f, coords.y);
609 assertEquals(0f, coords.pressure);
610 assertEquals(0f, coords.size);
611 assertEquals(0f, coords.touchMajor);
612 assertEquals(0f, coords.touchMinor);
613 assertEquals(0f, coords.toolMajor);
614 assertEquals(0f, coords.toolMinor);
615 assertEquals(0f, coords.orientation)
619 PointerCoords coords = new PointerCoords(); local
645 PointerCoords coords = new PointerCoords(); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 1261 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 388 MotionEvent.PointerCoords coords, int id, int toolType, int buttonState) {
443 .append(" (").append(coords.x, 3).append(", ").append(coords.y, 3)
444 .append(") Pressure=").append(coords.pressure, 3)
445 .append(" Size=").append(coords.size, 3)
446 .append(" TouchMajor=").append(coords.touchMajor, 3)
447 .append(" TouchMinor=").append(coords.touchMinor, 3)
448 .append(" ToolMajor=").append(coords.toolMajor, 3)
449 .append(" ToolMinor=").append(coords.toolMinor, 3)
450 .append(" Orientation=").append((float)(coords.orientation * 180 / Math.PI), 1
515 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local
529 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local
    [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 409 vec4_t& coords = v->texture[i]; local
412 texcoordArray[i].fetch(c, coords.v, tp);
415 coords.Q = 0x10000;
418 c->arrays.tex_transform[i](&tr, &coords, &coords);
422 const GGLfixed q = coords.Q;
425 coords.S = gglMulx(coords.S, qinv, 28);
426 coords.T = gglMulx(coords.T, qinv, 28)
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 300 tex_coord_t coords[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::GGLAssembler::fragment_parts_t
427 void init_textures( tex_coord_t* coords,
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 338 @property(copy) NSString *coords; variable
375 @property(copy) NSString *coords; variable
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 196 /* void glDrawTexsvOES ( const GLshort *coords ) */
202 GLshort *coords = (GLshort *) 0; local
205 jniThrowException(_env, "java/lang/IllegalArgumentException", "coords == null");
219 coords = coords_base + offset;
222 (GLshort *)coords
232 /* void glDrawTexsvOES ( const GLshort *coords ) */
238 GLshort *coords = (GLshort *) 0; local
240 coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining);
246 (GLshort *)coords
251 releasePointer(_env, _array, coords, JNI_FALSE)
261 GLint *coords = (GLint *) 0; local
297 GLint *coords = (GLint *) 0; local
320 GLfixed *coords = (GLfixed *) 0; local
356 GLfixed *coords = (GLfixed *) 0; local
392 GLfloat *coords = (GLfloat *) 0; local
428 GLfloat *coords = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 5847 GLfloat *coords = (GLfloat *) 0; local
5883 GLfloat *coords = (GLfloat *) 0; local
5919 GLint *coords = (GLint *) 0; local
5955 GLint *coords = (GLint *) 0; local
5991 GLshort *coords = (GLshort *) 0; local
6027 GLshort *coords = (GLshort *) 0; local
6063 GLfixed *coords = (GLfixed *) 0; local
6099 GLfixed *coords = (GLfixed *) 0; local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 1105 Vector<int> coords; local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 4913 const PointerCoords& coords = mPointerGesture.currentGestureCoords[index]; local
4925 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 1244 xTranslateCoordsReply coords; member in union:__anon20251
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 

Completed in 1554 milliseconds