Searched defs:coords (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/page/
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/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/skia/third_party/glu/libtess/
H A Dmesh.h128 GLdouble coords[3]; /* vertex location in 3D */ member in struct:GLUvertex
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 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/eigen/bench/
H A Dsparse_setter.cpp47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals);
48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals);
49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals);
50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals);
51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals);
52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals);
53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals);
54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals);
55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals);
56 EIGEN_DONT_INLINE Scalar* setrand_ublas_coord(const Coordinates& coords, cons
68 Coordinates coords; local
194 setinnerrand_eigen(const Coordinates& coords, const Values& vals) argument
208 setrand_eigen_dynamic(const Coordinates& coords, const Values& vals) argument
222 setrand_eigen_sumeq(const Coordinates& coords, const Values& vals) argument
241 setrand_eigen_compact(const Coordinates& coords, const Values& vals) argument
255 setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals) argument
271 setrand_eigen_google_dense(const Coordinates& coords, const Values& vals) argument
284 setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals) argument
405 setrand_scipy(const Coordinates& coords, const Values& vals) argument
425 setrand_ublas_mapped(const Coordinates& coords, const Values& vals) argument
464 setrand_ublas_genvec(const Coordinates& coords, const Values& vals) argument
[all...]
/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/skia/src/core/
H A DSkGeometry.cpp307 static inline void flatten_double_quad_extrema(SkScalar coords[14]) argument
309 coords[2] = coords[6] = coords[4];
685 static void flatten_double_cubic_extrema(SkScalar coords[14])
687 coords[4] = coords[8] = coords[6];
/external/freetype/src/truetype/
H A Dttgload.c238 FT_Vector* coords,
247 coords[k].x += delta_x;
251 coords[k].y += delta_y;
237 translate_array( FT_UInt n, FT_Vector* coords, FT_Pos delta_x, FT_Pos delta_y ) argument
/external/skia/src/gpu/
H A DGrTesselatedPathRenderer.cpp97 virtual int combine(GLdouble coords[3], int vertexIndices[4],
111 static void combineCB(GLdouble coords[3], void* vertexData[4], argument
119 int outIndex = tess->combine(coords, vertexIndex, weight);
145 virtual int combine(GLdouble coords[3], int vertexIndices[4], argument
148 GrPoint p = GrPoint::Make(static_cast<float>(coords[0]),
149 static_cast<float>(coords[1]));
245 virtual int combine(GLdouble coords[3], int vertexIndices[4], argument
248 *fVertices.append() = GrPoint::Make(static_cast<float>(coords[0]),
249 static_cast<float>(coords[1]));
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp1147 static void combineCallback(GLdouble coords[3], void* vertexData[4], argument
1156 outVertex[0] = coords[0];
1157 outVertex[1] = coords[1];
1158 outVertex[2] = coords[2];
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java1083 public void glDrawTexfvOES(FloatBuffer coords) { argument
1084 ((GL11Ext)mGL).glDrawTexfvOES(coords);
1088 public void glDrawTexfvOES(float[] coords, int offset) { argument
1089 ((GL11Ext)mGL).glDrawTexfvOES(coords, offset);
1098 public void glDrawTexivOES(IntBuffer coords) { argument
1099 ((GL11Ext)mGL).glDrawTexivOES(coords);
1105 public void glDrawTexivOES(int[] coords, int offset) { argument
1106 ((GL11Ext)mGL).glDrawTexivOES(coords, offset);
1119 public void glDrawTexsvOES(ShortBuffer coords) { argument
1120 ((GL11Ext)mGL).glDrawTexsvOES(coords);
1126 glDrawTexsvOES(short[] coords, int offset) argument
1138 glDrawTexxvOES(IntBuffer coords) argument
1145 glDrawTexxvOES(int[] coords, int offset) argument
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h338 @property(copy) NSString *coords; variable
375 @property(copy) NSString *coords; variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp601 static void combineData(GLdouble coords[3], void* vertexData[4], argument
606 polygonData->m_vertices->append(FloatPoint(static_cast<float>(coords[0]), static_cast<float>(coords[1])));
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1261 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; local
1262 if (coords.x == -1 || coords.y == -1) {
1274 if (!::ScreenToClient(m_viewWindow, &coords))
1278 lParam = MAKELPARAM(coords.x, coords.y);
1282 IntPoint documentPoint(m_page->mainFrame()->view()->windowToContents(coords));
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1543 static IntRect textExtents(AtkText* text, gint startOffset, gint length, AtkCoordType coords) argument
1555 switch(coords) {
1568 static void webkit_accessible_text_get_character_extents(AtkText* text, gint offset, gint* x, gint* y, gint* width, gint* height, AtkCoordType coords) argument
1570 IntRect extents = textExtents(text, offset, 1, coords);
1577 static void webkit_accessible_text_get_range_extents(AtkText* text, gint startOffset, gint endOffset, AtkCoordType coords, AtkTextRectangle* rect) argument
1579 IntRect extents = textExtents(text, startOffset, endOffset - startOffset, coords);
1591 static gint webkit_accessible_text_get_offset_at_point(AtkText* text, gint x, gint y, AtkCoordType coords) argument
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp1051 Vector<int> coords; local
1054 coords.append(int(value->fValue));
1058 int nrcoords = coords.size();
1062 hotSpot = IntPoint(coords[0], coords[1]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 862 milliseconds