HomeSort by relevance Sort by last modified time
    Searched full:coordinates (Results 76 - 100 of 897) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 109 const IntPoint& pos() const { return m_position; } // PlatformWindow coordinates.
110 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates.
126 int x() const { return m_position.x(); } // PlatformWindow coordinates.
128 int globalX() const { return m_globalPosition.x(); } // Screen coordinates.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.cpp 45 // (terse) variable names. Note that the b0..b3 coordinates are
63 // Experimentation has shown that the texture coordinates computed
67 // texture coordinates getting too large without affecting the
110 // cubic texture coordinates.
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 166 RefPtr<Coordinates> coordinates = Coordinates::create(m_latitude, m_longitude, local
169 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0);
  /frameworks/base/core/java/android/view/
TouchDelegate.java 43 * Bounds in local coordinates of the containing view that should be mapped to the delegate
86 * @param bounds Bounds in local coordinates of the containing view that should be mapped to
141 // Offset event coordinates to be inside the target view
144 // Offset event coordinates to be outside the target view (in case it does
  /frameworks/base/graphics/java/android/graphics/
Rect.java 27 * Rect holds four integer coordinates for a rectangle. The rectangle is
28 * represented by the coordinates of its 4 edges (left, top, right bottom).
31 * the coordinates are sorted correctly (i.e. left <= right and top <= bottom).
43 * Create a new empty Rect. All coordinates are initialized to 0.
48 * Create a new rectangle with the specified coordinates. Note: no range
68 * @param r The rectangle whose coordinates are copied into the new
226 * Set the rectangle's coordinates to the specified values. Note: no range
243 * Copy the coordinates from src into this rectangle.
245 * @param src The rectangle whose coordinates are copied into this
256 * Offset the rectangle by adding dx to its left and right coordinates, an
    [all...]
  /frameworks/base/libs/hwui/
Layer.h 63 * texture coordinates.
215 * Texture coordinates of the layer.
225 * If the region is a rectangle, coordinates of the
285 * Optional texture coordinates transform.
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 195 * @param touchX the x coordinate the user touched in DragLayer coordinates
196 * @param touchY the y coordinate the user touched in DragLayer coordinates
214 * @param touchX the x coordinate the user touched in DragLayer coordinates
215 * @param touchY the y coordinate the user touched in DragLayer coordinates
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 117 // coordinates), or NULL if there is none.
121 // (screen coordinates), NULL if it does not.
136 // TabStrip, given location of the dragged tab in screen coordinates.
141 // |dragged_bounds| in coordinates relative to the attached TabStrip.
167 // Utility for getting the mouse position in screen coordinates.
225 // The position of the mouse (in screen coordinates) at the start of the drag
246 // The horizontal position of the mouse cursor in screen coordinates at the
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 60 // coordinates [width, height] which can be [0, 0] if it was not possible
86 // Computes the coordinates of the parent window.
87 // Gets the coordinates of the parent frame
103 // Computes the coordinates of the new window, so as to center it
270 var coordinates = that.getCenteredCoords(width, height);
274 ",left=" + coordinates[0] +",top=" + coordinates[1]);
  /external/freetype/include/freetype/internal/
pshints.h 160 * Array of 2 coordinates in 16.16 format, used as (position,length)
164 * Use vertical coordinates (y) for horizontal stems (dim=0). Use
165 * horizontal coordinates (x) for vertical stems (dim=1).
205 * Use vertical coordinates (y) for horizontal stems (dim=0). Use
206 * horizontal coordinates (x) for vertical stems (dim=1).
297 * On input, all points within the outline are in font coordinates. On
453 * Use vertical coordinates (y) for horizontal stems (dim=0). Use
454 * horizontal coordinates (x) for vertical stems (dim=1).
469 FT_Fixed* coordinates );
611 * On input, all points within the outline are in font coordinates. O
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java 55 // The mouse event coordinates should already be relative to the canvas
88 // The drag source event coordinates should already be relative to the
110 * Constructs a new {@link ControlPoint} from the given x,y coordinates,
117 * coordinates.
125 * coordinates. This is private; use one of the factory methods
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 169 /*The Jacobian of the inhomogenous coordinates with respect to
173 The Jacobian of the homogenous coordinates with respect to dH is
182 homogenous coordinates of reprojection*/
259 /*The Jacobian of the inhomogenous coordinates with respect to
263 The Jacobian at zero of the homogenous coordinates with respect to
273 homogenous coordinates of reprojection*/
364 // original normalized pixel coordinates
377 // left and right raw pixel coordinates
388 // 3D coordinates
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 36 // Given a point in window coordinates and a view in that window, return a
47 // Given a point in window coordinates and a view in that window, return a
48 // flipped point in screen coordinates.
95 // is in window coordinates. Both need to be flipped.
134 // is in window coordinates.
184 // is in window coordinates. Both need to be flipped.
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h 137 * processing is limited. All coordinates refer to that section and must
143 * cluster coordinates in order to obtain image coordinates
170 * processing is limited. All coordinates refer to that section and must
188 * cluster coordinates in order to obtain image coordinates
  /external/chromium/chrome/browser/resources/ntp/
apps.js 425 // Returns true if |coordinates| point to a valid drop location. The
426 // coordinates are relative to the drag container and the object should
428 canDropOn: function(coordinates) {
435 if (coordinates.x >= right || coordinates.x < 0 ||
436 coordinates.y >= bottom || coordinates.y < 0)
439 var position = this.getIndexAt_(coordinates);
448 setDragPlaceholder: function(coordinates) {
449 var position = this.getIndexAt_(coordinates);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 199 // coordinates), or NULL if there is none.
205 // (screen coordinates), NULL if it does not.
217 // coordinates relative to |attached_tabstrip_| and has had the mirroring
260 // Utility for getting the mouse position in screen coordinates.
263 // Returns the bounds (in screen coordinates) of the specified View.
308 // The position of the mouse (in screen coordinates) at the start of the drag
332 // Location of the first tab in the source tabstrip in screen coordinates.
348 // The position along the major axis of the mouse cursor in screen coordinates
  /external/skia/include/core/
SkBounder.h 52 been transformed in to device coordinates, and clipped to the current clip.
59 LSB and RSB are fixed-point (16.16) coordinates of the start and end
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
WindowlessPaintRectCoordinates.cpp 44 static PluginTest::Register<WindowlessPaintRectCoordinates> registrar("windowless-paint-rect-coordinates");
74 // Keep these values in sync with windowless-paint-rect-coordinates.html.
  /frameworks/media/libvideoeditor/include/
II420ColorConverter.h 76 * @param encoderRect (IN) Rect coordinates of the actual frame inside
103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
  /libcore/luni/src/main/java/java/security/spec/
ECPoint.java 23 * A Point on an Elliptic Curve in barycentric (or affine) coordinates.
43 * Creates a new point at the specified coordinates.
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRect.java 35 @MonkeyRunnerExported(doc = "Represents the coordinates of a rectangular object")
76 returns = "The center coordinates as a two item list of integers")
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view.h 37 // The return value is in screen coordinates.
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 70 // The bounds of the client view, in this view's coordinates.
  /external/chromium/chrome/browser/ui/cocoa/
speech_input_window_controller.h 29 // Initialize the window. |anchoredAt| is in screen coordinates.
  /external/llvm/utils/TableGen/
DAGISelEmitter.h 22 /// DAGISelEmitter - The top-level class which coordinates construction

Completed in 312 milliseconds

1 2 34 5 6 7 8 91011>>