Searched refs:coords (Results 1 - 25 of 52) sorted by relevance

123

/external/webkit/Source/WebCore/page/
H A DGeoposition.idl29 readonly attribute Coordinates coords;
H A DGeolocationPositionCache.cpp232 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()
[all...]
H A DGeoposition.h49 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
/external/freetype/include/freetype/
H A Dftmm.h165 /* 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/freetype/src/base/
H A Dftmm.c112 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/skia/third_party/glu/libtess/
H A Dnormal.c92 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[
[all...]
H A Dtess.c65 /*ARGSUSED*/ static void GLAPIENTRY noCombine( GLdouble coords[3], void *data[4], argument
79 /*ARGSUSED*/ void GLAPIENTRY __gl_noCombineData( GLdouble coords[3], argument
349 static int AddVertex( GLUtesselator *tess, GLdouble coords[3], void *data ) argument
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[ argument
419 gluTessVertex( GLUtesselator *tess, GLdouble coords[3], void *data ) argument
[all...]
H A Drender.c399 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[
[all...]
H A Dtess.h62 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],
H A Dsweep.c416 GLdouble coords[3]; local
419 coords[0] = isect->coords[0];
420 coords[1] = isect->coords[1];
421 coords[2] = isect->coords[2];
424 CALL_COMBINE_OR_COMBINE_DATA( coords, data, weights, &isect->data );
470 isect->coords[0] += weights[0]*org->coords[
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DMidpointDisplacementHeightMap.java159 * 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) { argument
171 int x = coords[0];
172 int y = coords[1];
178 float offset = getOffset(random, offsetRange, coords, cornerAverage);
195 * @param coords
201 doDiamondStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange, Random random) argument
246 getOffset(Random random, float offsetRange, int[] coords, float average) argument
[all...]
/external/freetype/include/freetype/internal/services/
H A Dsvmm.h49 FT_Long* coords );
54 FT_Fixed* coords );
59 FT_Long* coords );
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLAnchorElement03.js78 The coords attribute is a comma-seperated list of lengths, defining
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
H A DHTMLAreaElement03.js78 The coords attribute specifies a comma-seperated list of lengths,
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
H A Danchor03.js79 The value of attribute coords of the anchor element is read and checked against the expected value.
101 vcoords = testNode.coords;
H A Darea01.js100 vcoords = testNode.coords;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLAnchorElement03.js78 The coords attribute is a comma-seperated list of lengths, defining
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
H A DHTMLAreaElement03.js78 The coords attribute specifies a comma-seperated list of lengths,
81 Retrieve the coords attribute and examine its value.
103 vcoords = testNode.coords;
H A Danchor03.js79 The value of attribute coords of the anchor element is read and checked against the expected value.
101 vcoords = testNode.coords;
H A Darea01.js100 vcoords = testNode.coords;
/external/skia/tests/
H A DBitmapCopyTest.cpp212 // 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) { argument
236 for (int i = 0; i < coords
214 reportCopyVerification(const SkBitmap& bm1, const SkBitmap& bm2, Coordinates& coords, const char* msg, skiatest::Reporter* reporter) argument
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.h147 FT_Fixed* coords );
152 FT_Fixed* coords );
/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.idl26 attribute [Reflect] DOMString coords;
/external/freetype/include/freetype/internal/
H A Dpshints.h159 * 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' arra
[all...]
/external/skia/third_party/glu/
H A Dsk_glu.h129 GLdouble coords[3],

Completed in 397 milliseconds

123