HomeSort by relevance Sort by last modified time
    Searched refs:coords (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/page/
Geoposition.idl 29 readonly attribute Coordinates coords;
GeolocationPositionCache.cpp 232 statement.bindDouble(1, cachedPosition->coords()->latitude());
233 statement.bindDouble(2, cachedPosition->coords()->longitude());
234 if (cachedPosition->coords()->canProvideAltitude())
235 statement.bindDouble(3, cachedPosition->coords()->altitude());
238 statement.bindDouble(4, cachedPosition->coords()->accuracy());
239 if (cachedPosition->coords()->canProvideAltitudeAccuracy())
240 statement.bindDouble(5, cachedPosition->coords()->altitudeAccuracy());
243 if (cachedPosition->coords()->canProvideHeading())
244 statement.bindDouble(6, cachedPosition->coords()->heading());
247 if (cachedPosition->coords()->canProvideSpeed()
    [all...]
Geoposition.h 49 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 55 float[] coords,
60 java.nio.FloatBuffer coords
72 int[] coords,
77 java.nio.IntBuffer coords
89 short[] coords,
94 java.nio.ShortBuffer coords
106 int[] coords,
111 java.nio.IntBuffer coords
  /frameworks/base/libs/androidfw/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...]
  /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 );
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
reentrant-success.js 25 shouldBe('position.coords.latitude', 'mockLatitude');
26 shouldBe('position.coords.longitude', 'mockLongitude');
27 shouldBe('position.coords.accuracy', 'mockAccuracy');
43 shouldBe('position.coords.latitude', 'mockLatitude');
44 shouldBe('position.coords.longitude', 'mockLongitude');
45 shouldBe('position.coords.accuracy', 'mockAccuracy');
success.js 18 shouldBe('position.coords.latitude', 'mockLatitude');
19 shouldBe('position.coords.longitude', 'mockLongitude');
20 shouldBe('position.coords.accuracy', 'mockAccuracy');
timeout.js 18 shouldBe('position.coords.latitude', 'mockLatitude');
19 shouldBe('position.coords.longitude', 'mockLongitude');
20 shouldBe('position.coords.accuracy', 'mockAccuracy');
position-string.js 19 shouldBe('position.coords.latitude', 'mockLatitude');
20 shouldBe('position.coords.longitude', 'mockLongitude');
21 shouldBe('position.coords.accuracy', 'mockAccuracy');
23 shouldBe('position.coords.toString()', '"[object Coordinates]"');
multiple-requests.js 39 shouldBe('position.coords.latitude', 'mockLatitude');
40 shouldBe('position.coords.longitude', 'mockLongitude');
41 shouldBe('position.coords.accuracy', 'mockAccuracy');
callback-exception.js 18 shouldBe('position.coords.latitude', 'mockLatitude');
19 shouldBe('position.coords.longitude', 'mockLongitude');
20 shouldBe('position.coords.accuracy', 'mockAccuracy');
watch.js 15 shouldBe('position.coords.latitude', 'mockLatitude');
16 shouldBe('position.coords.longitude', 'mockLongitude');
17 shouldBe('position.coords.accuracy', 'mockAccuracy');
  /external/freetype/src/base/
ftmm.c 112 FT_Long* coords )
123 error = service->set_mm_design( face, num_coords, coords );
135 FT_Fixed* coords )
146 error = service->set_var_design( face, num_coords, coords );
158 FT_Fixed* coords )
169 error = service->set_mm_blend( face, num_coords, coords );
184 FT_Fixed* coords )
195 error = service->set_mm_blend( face, num_coords, coords );
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 180 double delta = fabs(position1->coords()->latitude() - position2->coords()->latitude())
181 + fabs(position1->coords()->longitude() - position2->coords()->longitude());
186 int maxAccuracy = max(position1->coords()->accuracy(), position2->coords()->accuracy());
193 return position2->coords()->accuracy() < position1->coords()->accuracy();
  /external/skia/third_party/glu/libtess/
normal.c 92 c = v->coords[i];
116 d1[0] = v1->coords[0] - v2->coords[0];
117 d1[1] = v1->coords[1] - v2->coords[1];
118 d1[2] = v1->coords[2] - v2->coords[2];
120 d2[0] = v->coords[0] - v2->coords[0];
121 d2[1] = v->coords[1] - v2->coords[1]
    [all...]
tess.c 65 /*ARGSUSED*/ static void GLAPIENTRY noCombine( GLdouble coords[3], void *data[4],
79 /*ARGSUSED*/ void GLAPIENTRY __gl_noCombineData( GLdouble coords[3],
349 static int AddVertex( GLUtesselator *tess, GLdouble coords[3], void *data )
370 e->Org->coords[0] = coords[0];
371 e->Org->coords[1] = coords[1];
372 e->Org->coords[2] = coords[2];
388 static void CacheVertex( GLUtesselator *tess, GLdouble coords[3], void *data
    [all...]
render.c 399 xc = vc->coords[0] - v0->coords[0];
400 yc = vc->coords[1] - v0->coords[1];
401 zc = vc->coords[2] - v0->coords[2];
404 xc = vc->coords[0] - v0->coords[0];
405 yc = vc->coords[1] - v0->coords[1]
    [all...]
tess.h 62 GLdouble coords[3]; member in struct:CachedVertex
94 void (GLAPIENTRY *callCombine)( GLdouble coords[3], void *data[4],
124 void (GLAPIENTRY *callCombineData)( GLdouble coords[3], void *data[4],
138 void GLAPIENTRY __gl_noCombineData( GLdouble coords[3], void *data[4],
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 159 * Will fill the value at (coords[0]+stepSize/2, coords[1]+stepSize/2) with
160 * the average from the corners of the square with topleft corner at (coords[0],coords[1])
163 * @param coords an int array of lenght 2 with the x coord in position 0
169 protected int[] doSquareStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange, Random random) {
171 int x = coords[0];
172 int y = coords[1];
178 float offset = getOffset(random, offsetRange, coords, cornerAverage);
195 * @param coords
    [all...]
  /external/freetype/include/freetype/internal/services/
svmm.h 49 FT_Long* coords );
54 FT_Fixed* coords );
59 FT_Long* coords );
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 415 PointerCoords coords = new PointerCoords(); local
417 assertEquals(0f, coords.x);
418 assertEquals(0f, coords.y);
419 assertEquals(0f, coords.pressure);
420 assertEquals(0f, coords.size);
421 assertEquals(0f, coords.touchMajor);
422 assertEquals(0f, coords.touchMinor);
423 assertEquals(0f, coords.toolMajor);
424 assertEquals(0f, coords.toolMinor);
425 assertEquals(0f, coords.orientation)
429 PointerCoords coords = new PointerCoords(); local
455 PointerCoords coords = new PointerCoords(); local
    [all...]
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 81 static void s_glDrawTexfvOES(const GLfloat *coords);
82 static void s_glDrawTexsvOES(const GLshort *coords);
83 static void s_glDrawTexivOES(const GLint *coords);
84 static void s_glDrawTexxvOES(const GLfixed *coords);
  /external/skia/tests/
BitmapCopyTest.cpp 212 // at all coordinates indicated by coords. Simplifies verification of
215 Coordinates& coords,
221 for (int i = 0; i < coords.length; ++i)
223 (getPixel(coords[i]->fX, coords[i]->fY, bm1) ==
224 getPixel(coords[i]->fX, coords[i]->fY, bm2));
234 // Writes unique pixel values at locations specified by coords.
235 void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
236 for (int i = 0; i < coords.length; ++i
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 147 FT_Fixed* coords );
152 FT_Fixed* coords );

Completed in 398 milliseconds

1 2 3 4 5 6