HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 26 - 50 of 1025) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libxml2/test/SVG/
viewport-transform.xml 12 <!-- Now scale the coordinate system by 2. -->
16 because each unit in the new coordinate system equals
17 2 units in the previous coordinate system. -->
25 <!-- This time, scale the coordinate system by 3. -->
  /external/proguard/src/proguard/gui/splash/
TextSprite.java 41 * @param x the variable x-coordinate of the lower-left corner of the text.
42 * @param y the variable y-coordinate of the lower-left corner of the text.
56 * @param x the variable x-coordinate of the lower-left corner of the
58 * @param y the variable y-coordinate of the lower-left corner of the
  /external/skia/src/core/
SkDeviceLooper.h 16 * Helper class to manage "tiling" a large coordinate space into managable
17 * chunks, where managable means areas that are <= some max critical coordinate
53 * Call next to setup the looper to return a valid coordinate chunk.
55 * mapMatrix(), to convert from "global" coordinate values to ones that
SkPerspIter.h 19 @param x The initial X coordinate to be mapped through the matrix
20 @param y The initial Y coordinate to be mapped through the matrix
SkCubicClipper.h 20 also in X, to ensure that all segments fit in a finite coordinate system.
  /frameworks/base/core/java/android/transition/
PathMotion.java 50 * @param startX The x coordinate of the starting point.
51 * @param startY The y coordinate of the starting point.
52 * @param endX The x coordinate of the ending point.
53 * @param endY The y coordinate of the ending point.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 44 * @param origX the raw x coordinate of the initial touch
45 * @param origY the raw y coordinate of the initial touch
53 * @param origX the raw x coordinate of the initial touch
54 * @param origY the raw y coordinate of the initial touch
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_point.html 18 * y coordinate (which for example corresponds to the bottom edge of the
29 // If the base y-coordinate is undefined, the bottom edge of the associated
  /external/icu/icu4c/source/layout/
GlyphDefinitionTables.h 69 le_int16 coordinate; member in struct:CaretValueFormat1Table
79 le_int16 coordinate; member in struct:CaretValueFormat3Table
  /external/mesa3d/src/gallium/docs/source/cso/
sampler.rst 16 How to wrap the S coordinate. One of PIPE_TEX_WRAP_*.
18 How to wrap the T coordinate. One of PIPE_TEX_WRAP_*.
20 How to wrap the R coordinate. One of PIPE_TEX_WRAP_*.
35 * ``PIPE_TEX_WRAP_MIRROR_REPEAT``: If the integer part of the coordinate
39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
55 at the texture coordinate.
79 texture coordinate's R component.
  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 93 * @param fromXDelta Change in X coordinate to apply at the start of the
95 * @param toXDelta Change in X coordinate to apply at the end of the
97 * @param fromYDelta Change in Y coordinate to apply at the start of the
99 * @param toYDelta Change in Y coordinate to apply at the end of the
120 * @param fromXValue Change in X coordinate to apply at the start of the
126 * @param toXValue Change in X coordinate to apply at the end of the
132 * @param fromYValue Change in Y coordinate to apply at the start of the
138 * @param toYValue Change in Y coordinate to apply at the end of the
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 59 ir_variable *var = new(mem_ctx) ir_variable(ir->coordinate->type,
60 "coordinate", ir_var_auto);
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
92 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
93 ir->coordinate->type,
  /frameworks/base/location/java/android/location/
Location.java 170 * Converts a coordinate to a String representation. The outputType
172 * The coordinate must be a valid double between -180.0 and 180.0.
177 * @throws IllegalArgumentException if coordinate is less than
182 public static String convert(double coordinate, int outputType) {
183 if (coordinate < -180.0 || coordinate > 180.0 ||
184 Double.isNaN(coordinate)) {
185 throw new IllegalArgumentException("coordinate=" + coordinate);
196 if (coordinate < 0)
    [all...]
  /external/mesa3d/src/glsl/
lower_texture_projection.cpp 72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
  /cts/suite/cts/deviceTests/opengl/assets/vertex/
basic 19 // Pass through the texture coordinate.
blur 21 // Pass through the texture coordinate.
water 24 // Pass through the texture coordinate.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
MouseButtonEvent.java 86 * The X coordinate of the mouse when the event was generated.
87 * @return X coordinate of the mouse when the event was generated.
94 * The Y coordinate of the mouse when the event was generated.
95 * @return Y coordinate of the mouse when the event was generated.
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Optics.glsllib 10 // into a texture coordinate for fetching
  /external/mesa3d/docs/
MESA_window_pos.spec 32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
44 position to a specific window coordinate prior to calling DrawPixels,
97 color, color index and texture coordinate update the current raster
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 40 * @param cx The x-coordinate of the center
41 * @param cy The y-coordinate of the center
71 * @param cx The x-coordinate of the center
72 * @param cy The y-coordinate of the center
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
CameraCoordinateTransformer.java 23 * Transform coordinates to and from preview coordinate space and camera driver
24 * coordinate space.
34 * Convert rectangles to / from camera coordinate and preview coordinate space.
FocusController.java 64 * @param viewX the view's x coordinate
65 * @param viewY the view's y coordinate
83 * @param viewX the view's x coordinate
84 * @param viewY the view's y coordinate
  /frameworks/base/docs/html/training/graphics/opengl/
shapes.jd 40 <p>This lesson explains the OpenGL ES coordinate system relative to an Android device screen, the
71 // (number of coordinate values * 4 bytes per float)
80 // set the buffer to read the first coordinate
86 <p>By default, OpenGL ES assumes a coordinate system where [0,0,0] (X,Y,Z) specifies the center of
88 [-1,-1,0] is bottom left corner of the frame. For an illustration of this coordinate system, see the
89 <a href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">OpenGL ES</a> developer
133 // (# of coordinate values * 4 bytes per float)
142 // (# of coordinate values * 2 bytes per short)
  /system/core/include/utils/
LinearTransform.h 25 // transformation from single dimensional coordinate system A into coordinate

Completed in 4032 milliseconds

12 3 4 5 6 7 8 91011>>