HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
maximum-age.js 16 shouldBe('position.coords.latitude', 'mockLatitude');
17 shouldBe('position.coords.longitude', 'mockLongitude');
18 shouldBe('position.coords.accuracy', 'mockAccuracy');
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 427 MotionEvent.PointerCoords coords, int id, MotionEvent event) {
484 .append(" (").append(coords.x, 3).append(", ").append(coords.y, 3)
485 .append(") Pressure=").append(coords.pressure, 3)
486 .append(" Size=").append(coords.size, 3)
487 .append(" TouchMajor=").append(coords.touchMajor, 3)
488 .append(" TouchMinor=").append(coords.touchMinor, 3)
489 .append(" ToolMajor=").append(coords.toolMajor, 3)
490 .append(" ToolMinor=").append(coords.toolMinor, 3)
491 .append(" Orientation=").append((float)(coords.orientation * 180 / Math.PI), 1
570 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local
583 final PointerCoords coords = ps != null ? ps.mCoords : mTempCoords; local
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement03.js 78 The coords attribute is a comma-seperated list of lengths, defining
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
HTMLAreaElement03.js 78 The coords attribute specifies a comma-seperated list of lengths,
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
anchor03.js 79 The value of attribute coords of the anchor element is read and checked against the expected value.
101 vcoords = testNode.coords;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement03.js 78 The coords attribute is a comma-seperated list of lengths, defining
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
HTMLAreaElement03.js 78 The coords attribute specifies a comma-seperated list of lengths,
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
anchor03.js 79 The value of attribute coords of the anchor element is read and checked against the expected value.
101 vcoords = testNode.coords;
  /external/freetype/include/freetype/internal/
pshints.h 159 * coords ::
167 * `coords[0]' is the absolute stem position (lowest coordinate);
168 * `coords[1]' is the length.
175 * the real stem position is `coords[0]+coords[1]'.
181 FT_Fixed* coords );
200 * coords ::
215 FT_Fixed* coords );
449 * coords ::
456 * There are `2*count' elements in the `coords' array. Each eve
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 196 // C function void glDrawTexsvOES ( const GLshort *coords )
199 short[] coords,
203 // C function void glDrawTexsvOES ( const GLshort *coords )
206 java.nio.ShortBuffer coords
209 // C function void glDrawTexivOES ( const GLint *coords )
212 int[] coords,
216 // C function void glDrawTexivOES ( const GLint *coords )
219 java.nio.IntBuffer coords
222 // C function void glDrawTexxvOES ( const GLfixed *coords )
225 int[] coords,
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 133 float[] coords = { local
142 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 67 void RenderingThread::s_glDrawTexfvOES(const GLfloat *coords)
70 m_tls->m_glDrawTexfvOES(coords);
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords)
77 m_tls->m_glDrawTexsvOES(coords);
81 void RenderingThread::s_glDrawTexivOES(const GLint *coords)
84 m_tls->m_glDrawTexivOES(coords);
88 void RenderingThread::s_glDrawTexxvOES(const GLfixed *coords)
91 m_tls->m_glDrawTexxvOES(coords);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 696 public void glDrawTexfvOES(float[] coords, int offset) {
697 mgl11Ext.glDrawTexfvOES(coords, offset);
700 public void glDrawTexfvOES(FloatBuffer coords) {
701 mgl11Ext.glDrawTexfvOES(coords);
708 public void glDrawTexivOES(int[] coords, int offset) {
709 mgl11Ext.glDrawTexivOES(coords, offset);
712 public void glDrawTexivOES(IntBuffer coords) {
713 mgl11Ext.glDrawTexivOES(coords);
721 public void glDrawTexsvOES(short[] coords, int offset) {
722 mgl11Ext.glDrawTexsvOES(coords, offset)
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 729 mmvar->namedstyle[i].coords = next_coords;
776 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
800 mmvar->namedstyle[n].coords = next_coords;
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; local
160 mPosVertices.put(coords).position(0);
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.idl 26 attribute [Reflect] DOMString coords;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 7 void glDrawTexsvOES ( const GLshort *coords )
8 void glDrawTexivOES ( const GLint *coords )
9 void glDrawTexxvOES ( const GLfixed *coords )
11 void glDrawTexfvOES ( const GLfloat *coords )
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 1169 float[] coords,
1174 java.nio.FloatBuffer coords
1186 int[] coords,
1191 java.nio.IntBuffer coords
1203 short[] coords,
1208 java.nio.ShortBuffer coords
1220 int[] coords,
1225 java.nio.IntBuffer coords
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1083 public void glDrawTexfvOES(FloatBuffer coords) {
1084 ((GL11Ext)mGL).glDrawTexfvOES(coords);
1088 public void glDrawTexfvOES(float[] coords, int offset) {
1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset);
1098 public void glDrawTexivOES(IntBuffer coords) {
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) {
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
1119 public void glDrawTexsvOES(ShortBuffer coords) {
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords);
    [all...]
  /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);
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 62 const char* coords; local
63 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
76 code->appendf("\t\tvec2 coord = %s - %d.0 * %s;\n", coords, fRadius, imgInc);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 451 bool PushCoords(ProgramVar attr, float* coords);
454 bool PushSourceCoords(float* coords);
457 bool PushTargetCoords(float* coords);
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 412 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); local
415 event.getPointerCoords(i, coords[i]);
416 coords[i].x = (coords[i].x - scaledOffsetX) / scale;
417 coords[i].y = (coords[i].y - scaledOffsetY) / scale;
422 coords, 0, 0, 1.0f, 1.0f, event.getDeviceId(), 0, event.getSource(),
808 PointerCoords[] coords = getTempPointerCoordsWithMinSize(pointerCount); local
    [all...]

Completed in 1789 milliseconds

12 3 4 5 6 7