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

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.h 63 const VGfloat *coords);
65 VGfloat *coords);
67 const VGint *coords);
69 VGint *coords);
75 VGfloat *coords);
79 VGint *coords);
path.c 173 void *coords = (VGfloat *)pdata; local
179 data_at(&coords, p, 0, 1, data);
262 VGubyte *coords = (VGubyte*)p->control_points->data; local
264 coords + old_segments * p->control_points->datatype_size,
309 void *coords = (VGfloat *)p->control_points->data; local
315 data_at(&coords, p, 0, 1, data);
367 void *coords = (VGfloat *)p->control_points->data; local
411 data_at(&coords, p, 0, 2, data);
425 data_at(&coords, p, 0, 2, data);
437 data_at(&coords, p, 0, 1, data)
679 void *coords = (VGfloat *)path->control_points->data; local
810 struct array *coords; member in struct:transform_data
951 void *coords; member in struct:path_iter_data
1236 void *coords = (VGfloat *)p->control_points->data; local
1714 VGfloat coords[8]; local
1798 VGfloat coords[8]; local
1972 VGfloat coords[8]; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.h 63 const VGfloat *coords);
65 VGfloat *coords);
67 const VGint *coords);
69 VGint *coords);
75 VGfloat *coords);
79 VGint *coords);
path.c 173 void *coords = (VGfloat *)pdata; local
179 data_at(&coords, p, 0, 1, data);
262 VGubyte *coords = (VGubyte*)p->control_points->data; local
264 coords + old_segments * p->control_points->datatype_size,
309 void *coords = (VGfloat *)p->control_points->data; local
315 data_at(&coords, p, 0, 1, data);
367 void *coords = (VGfloat *)p->control_points->data; local
411 data_at(&coords, p, 0, 2, data);
425 data_at(&coords, p, 0, 2, data);
437 data_at(&coords, p, 0, 1, data)
679 void *coords = (VGfloat *)path->control_points->data; local
810 struct array *coords; member in struct:transform_data
951 void *coords; member in struct:path_iter_data
1236 void *coords = (VGfloat *)p->control_points->data; local
1714 VGfloat coords[8]; local
1798 VGfloat coords[8]; local
1972 VGfloat coords[8]; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svmm.h 49 FT_Long* coords );
54 FT_Fixed* coords );
59 FT_Long* coords );
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 26 const TransformedCoordsArray& coords,
31 coords[0].c_str(),
32 coords[0].type());
  /external/freetype/include/freetype/internal/services/
svmm.h 49 FT_Long* coords );
54 FT_Fixed* coords );
59 FT_Long* coords );
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 26 const TransformedCoordsArray& coords,
31 coords[0].c_str(),
32 coords[0].type());
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchEventSynthesizer.java 45 PointerCoords coords = new PointerCoords(); local
46 coords.x = scaleFactor * x;
47 coords.y = scaleFactor * y;
48 coords.pressure = 1.0f;
49 mPointerCoords[index] = coords;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 168 float* coords = (float*)malloc((segs + 1) * 2 * sizeof(float)); local
175 coords[0] = r1 * c[segs * i];
176 coords[1] = r1 * s[segs * i];
177 coords[2] = r2 * c[segs * i + 1];
178 coords[3] = r2 * s[segs * i + 1];
179 coords[4] = r2 * c[segs * i + 2];
180 coords[5] = r2 * s[segs * i + 2];
181 coords[6] = r1 * c[segs * i + 3];
182 coords[7] = r1 * s[segs * i + 3];
183 coords[8] = r1 * c[segs * next]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 168 float* coords = (float*)malloc((segs + 1) * 2 * sizeof(float)); local
175 coords[0] = r1 * c[segs * i];
176 coords[1] = r1 * s[segs * i];
177 coords[2] = r2 * c[segs * i + 1];
178 coords[3] = r2 * s[segs * i + 1];
179 coords[4] = r2 * c[segs * i + 2];
180 coords[5] = r2 * s[segs * i + 2];
181 coords[6] = r1 * c[segs * i + 3];
182 coords[7] = r1 * s[segs * i + 3];
183 coords[8] = r1 * c[segs * next]
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 50 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
  /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 179 // at all coordinates indicated by coords. Simplifies verification of
182 Coordinates& coords,
188 for (int i = 0; i < coords.length; ++i) {
190 (getPixel(coords[i]->fX, coords[i]->fY, bm1) ==
191 getPixel(coords[i]->fX, coords[i]->fY, bm2));
202 // Writes unique pixel values at locations specified by coords.
203 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
204 for (int i = 0; i < coords.length; ++i
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 23 [Reflect] attribute DOMString coords;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 147 FT_Fixed* coords );
152 FT_Fixed* coords );
  /external/freetype/src/truetype/
ttgxvar.h 147 FT_Fixed* coords );
152 FT_Fixed* coords );
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 107 Rect coords = new Rect(); local
108 mContent.cellToRect(cellX, cellY, 1, 1, coords);
112 coords.offset(hotseatInParent[0], hotseatInParent[1]);
117 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f));
118 int cellPaddingY = (int) Math.max(0, ((coords.height() - cHeight) / 2f));
119 coords.offset(cellPaddingX, cellPaddingY);
121 return coords;
ButtonDropTarget.java 117 int[] coords = new int[2]; local
118 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, coords);
119 outRect.offsetTo(coords[0], coords[1]);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_attrib_tmp.h 846 TAG(TexCoordP1ui)(GLenum type, GLuint coords)
849 ATTR_UI(1, type, 0, VBO_ATTRIB_TEX0, coords);
853 TAG(TexCoordP1uiv)(GLenum type, const GLuint *coords)
856 ATTR_UI(1, type, 0, VBO_ATTRIB_TEX0, coords[0]);
860 TAG(TexCoordP2ui)(GLenum type, GLuint coords)
863 ATTR_UI(2, type, 0, VBO_ATTRIB_TEX0, coords);
867 TAG(TexCoordP2uiv)(GLenum type, const GLuint *coords)
870 ATTR_UI(2, type, 0, VBO_ATTRIB_TEX0, coords[0]);
874 TAG(TexCoordP3ui)(GLenum type, GLuint coords)
877 ATTR_UI(3, type, 0, VBO_ATTRIB_TEX0, coords);
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 846 TAG(TexCoordP1ui)(GLenum type, GLuint coords)
849 ATTR_UI(1, type, 0, VBO_ATTRIB_TEX0, coords);
853 TAG(TexCoordP1uiv)(GLenum type, const GLuint *coords)
856 ATTR_UI(1, type, 0, VBO_ATTRIB_TEX0, coords[0]);
860 TAG(TexCoordP2ui)(GLenum type, GLuint coords)
863 ATTR_UI(2, type, 0, VBO_ATTRIB_TEX0, coords);
867 TAG(TexCoordP2uiv)(GLenum type, const GLuint *coords)
870 ATTR_UI(2, type, 0, VBO_ATTRIB_TEX0, coords[0]);
874 TAG(TexCoordP3ui)(GLenum type, GLuint coords)
877 ATTR_UI(3, type, 0, VBO_ATTRIB_TEX0, coords);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffect.h 84 const TransformedCoordsArray& coords,
91 EffectKey as the one that created this GrGLEffect. Effects that use local coords have
  /external/skia/src/gpu/gl/
GrGLEffect.h 84 const TransformedCoordsArray& coords,
91 EffectKey as the one that created this GrGLEffect. Effects that use local coords have

Completed in 650 milliseconds

12 3 4 5 6 7 8 91011>>