HomeSort by relevance Sort by last modified time
    Searched full:coordinates (Results 1 - 25 of 905) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java 35 * Represents the coordinates of elements inside a CanvasConversationHeaderView
37 * and record the coordinates of each element after layout. This will allows us
94 // Cache to save Coordinates based on view width.
166 * Returns the x coordinates of a view by tracing up its hierarchy.
179 * Returns the y coordinates of a view by tracing up its hierarchy.
239 * Returns coordinates for elements inside a conversation header view given
243 MessageListItemCoordinates coordinates = mCache.get(width); local
244 if (coordinates == null) {
245 coordinates = new MessageListItemCoordinates();
246 mCache.put(width, coordinates);
    [all...]
  /external/webkit/Source/WebCore/page/
Geoposition.h 29 #include "Coordinates.h"
38 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
40 return adoptRef(new Geoposition(coordinates, timestamp));
49 Coordinates* coords() const { return m_coordinates.get(); }
52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
53 : m_coordinates(coordinates)
59 RefPtr<Coordinates> m_coordinates;
Coordinates.h 35 class Coordinates : public RefCounted<Coordinates> {
37 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
39 PassRefPtr<Coordinates> threadSafeCopy() const
41 return Coordinates::create(m_latitude, m_longitude, m_canProvideAltitude, m_altitude, m_accuracy, m_canProvideAltitudeAccuracy, m_altitudeAccuracy, m_canProvideHeading, m_heading, m_canProvideSpeed, m_speed);
58 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
  /external/webkit/Source/WebCore/bindings/js/
JSCoordinatesCustom.cpp 29 #include "Coordinates.h"
37 Coordinates* imp = impl();
45 Coordinates* imp = impl();
53 Coordinates* imp = impl();
61 Coordinates* imp = impl();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CoordinatesCustom.cpp 29 #include "Coordinates.h"
37 INC_STATS("DOM.Coordinates.altitude._get");
39 Coordinates* imp = V8Coordinates::toNative(holder);
47 INC_STATS("DOM.Coordinates.altitudeAccuracy._get");
49 Coordinates* imp = V8Coordinates::toNative(holder);
57 INC_STATS("DOM.Coordinates.heading._get");
59 Coordinates* imp = V8Coordinates::toNative(holder);
67 INC_STATS("DOM.Coordinates.speed._get");
69 Coordinates* imp = V8Coordinates::toNative(holder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 56 * The rectangle coordinates do not take account of the translation, which
66 * coordinates to screen coordinates.
68 * coordinates to screen coordinates.
119 * Sets the hover rectangle. The coordinates of the rectangle are in layout
120 * coordinates. The recipient is will own this rectangle.
127 * @param x The top left x coordinate, in layout coordinates, of the hover.
128 * @param y The top left y coordinate, in layout coordinates, of the hover.
129 * @param w The width of the hover (in layout coordinates)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Point.java 24 * Point holds two integer coordinates
43 * Set the point's x and y coordinates
51 * Negate the point's coordinates
59 * Offset the point's coordinates by dx, dy
67 * Returns true if the point's coordinates equal (x,y)
100 * @param out The parcel to write the point's coordinates into
127 * Set the point's coordinates from the data stored in the specified
130 * @param in The parcel to read the point's coordinates from
PointF.java 25 * PointF holds two float coordinates
44 * Set the point's x and y coordinates
52 * Set the point's x and y coordinates to the coordinates of p
70 * Returns true if the point's coordinates equal (x,y)
101 * @param out The parcel to write the point's coordinates into
128 * Set the point's coordinates from the data stored in the specified
131 * @param in The parcel to read the point's coordinates from
  /external/webkit/LayoutTests/fast/dom/Geolocation/
position-string-expected.txt 10 PASS position.coords.toString() is "[object Coordinates]"
  /frameworks/base/opengl/java/android/opengl/
GLU.java 121 * Map object coordinates into window coordinates. gluProject transforms the
122 * specified object coordinates into window coordinates using model, proj,
128 * @param objX object coordinates X
129 * @param objY object coordinates Y
130 * @param objZ object coordinates Z
141 * computed window coordinates.
187 * Map window coordinates to object coordinates. gluUnProject maps th
    [all...]
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 22 const gfx::Rect& position_relative_to, // In screen coordinates
26 gfx::Rect* contents_bounds, // Returned in window coordinates
27 gfx::Rect* window_bounds); // Returned in screen coordinates
30 // The location of the pinned contents (in screen coordinates).
63 // The location of the pinned contents (in screen coordinates).
browser_bubble.cc 45 // Keep relative_to_ in frame-relative coordinates to aid in drag
104 // If the UI layout is RTL, we don't need to mirror coordinates, since
124 // |relative_to_| is in browser-relative coordinates, so convert it to
125 // screen coordinates for use in placing the popup widgets.
135 // Convert screen coordinates to frame relative.
  /external/webkit/Source/WebKit/android/jni/
MockGeolocation.cpp 31 #include "Coordinates.h"
49 RefPtr<Coordinates> coordinates = Coordinates::create(latitude, local
56 RefPtr<Geoposition> position = Geoposition::create(coordinates.release(), WTF::currentTimeMS());
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.h 51 // coordinates per vertex. This pointer is valid until the cache is
62 // are three coordinates per vertex. This pointer is valid until the
73 // are the x and y coordinates of the vertex on the plane; the last
74 // three arguments are the cubic texture coordinates associated with
81 // Base pointer to the interior vertices; two coordinates per
99 // Base pointer to the interior vertices; two coordinates per
110 // The three-dimensional cubic texture coordinates.
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 34 coordinates at each vertex. This extension effectively turns points
44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
74 texture and appropriate texture r coordinates could be used to
125 texture coordinates are computed as follows:
133 where x, y, z, w are the point's window coordinates, r and q are the
134 point's 3rd and 4th texture coordinates and r is half the point's
141 The new texture coordinates are not effected by texgen or the texture
142 matrix. Note, however, that the texture r and q coordinates are passe
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 18 // canDropOn(coordinates) -->
19 // returns true if the coordinates (relative to the drag container)
22 // setDragPlaceholder(coordinates) -->
24 // the specified coordinates.
79 // Shifts the client coordinates, |xy|, so they are relative to the top left
83 var coordinates = {
88 // If we're in an RTL language, reflect the coordinates so the delegate
91 coordinates.x = this.delegate_.dragContainer.offsetWidth - coordinates.x;
93 return coordinates;
    [all...]
  /external/freetype/include/freetype/
ftmm.h 44 /* setting design axis coordinates. */
165 /* coords :: The design coordinates for this style. */
199 /* GX which allows certain design coordinates to */
279 /* through design coordinates. */
287 /* num_coords :: The number of design coordinates (must be equal to */
290 /* coords :: An array of design coordinates. */
308 /* design through design coordinates. */
314 /* num_coords :: The number of design coordinates (must be equal to */
317 /* coords :: An array of design coordinates. */
335 /* design through normalized blend coordinates. *
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h 14 // Object which coordinates the dropping of URLs on a given view, sending data
58 // at the given point (in that view's coordinates).
62 // view's coordinates).
66 // coordinates) and any indicator of location -- e.g., an arrow -- should be
  /external/webkit/Source/WebKit/chromium/public/
WebScreenInfo.h 51 // expressed in virtual-screen coordinates. Note that if the monitor
53 // coordinates may be negative values."
59 // virtual-screen coordinates. Windows uses this rectangle to
63 // some of the rectangle's coordinates may be negative values".
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 39 /*Coordinates of point*/
66 /*Coordinates of point*/
129 * \param x_l left x coordinates of features
130 * \param y_l left y coordinates of features
132 * \param x_r right x coordinates of features
133 * \param y_r right y coordinates of features
163 * If the prewarp matrix H is supplied, the feature coordinates are warped by H before being placed in
219 * \param x_l left x coordinates of features
220 * \param y_l left y coordinates of features
222 * \param x_r right x coordinates of feature
    [all...]
  /external/skia/include/core/
SkPoint.h 25 SkIPoint holds two 32 bit integer coordinates
74 /** Negate the X and Y coordinates of the point.
78 /** Return a new point whose X and Y coordinates are the negative of the
88 /** Add v's coordinates to this point's */
94 /** Subtract v's coordinates from this point's */
100 /** Returns true if the point's coordinates equal (x,y) */
113 /** Returns a new point whose coordinates are the difference between
122 /** Returns a new point whose coordinates are the sum of a and b (a + b)
155 /** Set the point's X and Y coordinates */
158 /** Set the point's X and Y coordinates by automatically promoting (x,y) t
    [all...]
SkScan.h 28 coordinates are treated as SkFixed rather than int32_t.
87 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
88 from int to SkFixed. Does not check for overflow if the src coordinates
98 /** Assign an SkXRect from a SkRect, by promoting the src rect's coordinates
99 from SkScalar to SkFixed. Does not check for overflow if the src coordinates
109 /** Round the SkXRect coordinates, and store the result in the SkIRect.
118 /** Round the SkXRect coordinates out (i.e. use floor for left/top, and ceiling
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 32 const gfx::Rect& position_relative_to, // In screen coordinates
36 gfx::Rect* contents_bounds, // Returned in window coordinates
37 gfx::Rect* window_bounds); // Returned in screen coordinates
  /external/freetype/src/pshinter/
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
163 /* snap a stem width to fitter coordinates. `org_width' is in font */
  /frameworks/base/media/java/android/media/videoeditor/
EffectKenBurns.java 88 * Get the KenBurn effect start and end rectangle coordinates
90 * rectangle coordinates
93 * rectangle coordinates

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>