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

12

/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/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/src/gpu/effects/
H A DGrConfigConversionEffect.cpp32 const char* coords; variable
33 GrSLType coordsType = fEffectMatrix.emitCode(builder, key, vertexCoords, &coords);
35 builder->appendTextureLookup(&builder->fFSCode, samplers[0], coords, coordsType);
H A DGrConvolutionEffect.cpp62 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);
H A DGrTextureDomainEffect.cpp55 const char* coords; local
56 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
63 coords, domain, domain);
74 builder->fFSCode.appendf("\toutside.xy = lessThan(%s, %s.xy);\n", coords, domain);
75 builder->fFSCode.appendf("\toutside.zw = greaterThan(%s, %s.zw);\n", coords, domain);
77 builder->appendTextureLookupAndModulate(&builder->fFSCode, inputColor, samplers[0], 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));
235 // Writes unique pixel values at locations specified by coords.
236 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) { argument
237 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/legacy/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/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/skia/src/effects/
H A DSkMagnifierImageFilter.cpp134 const char* coords; local
135 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
151 code->appendf("\t\tvec2 coord = %s;\n", coords);
154 coords,
H A DSkBicubicImageFilter.cpp223 const char* coords; local
224 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
253 code->appendf("\tvec2 coord = %s - %s * vec2(0.5, 0.5);\n", coords, imgInc);
H A DSkMatrixConvolutionImageFilter.cpp393 const char* coords; local
394 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
417 code->appendf("\t\tvec2 coord = %s - %s * %s;\n", coords, target, imgInc);
436 appendTextureLookup(builder, samplers[0], coords, fTileMode);
H A DSkMorphologyImageFilter.cpp322 const char* coords; local
323 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
346 code->appendf("\t\tvec2 coord = %s - %d.0 * %s;\n", coords, fRadius, imgInc);
H A DSkLightingImageFilter.cpp1115 const char* coords; local
1116 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, vertexCoords, &coords);
1179 code->appendf("\t\tvec2 coord = %s;\n", coords);
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp548 const char* coords; local
549 this->setupMatrix(builder, key, vertexCoords, &coords);
551 t.append(coords);
H A DSkRadialGradient.cpp569 const char* coords; local
570 this->setupMatrix(builder, key, vertexCoords, &coords);
572 t.append(coords);
/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 DGrDrawTarget.cpp707 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + local
709 coords->setRectFan(srcRects[i]->fLeft, srcRects[i]->fTop,
713 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4);
H A DGrInOrderDrawBuffer.cpp116 // Go to device coords to allow batching across matrix changes
147 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(geo.vertices()) + local
149 coords->setRectFan(srcRects[i]->fLeft, srcRects[i]->fTop,
153 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4);
/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));

Completed in 1594 milliseconds

12