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

1 2

  /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;
GeolocationPositionCache.cpp 172 RefPtr<Coordinates> coordinates = Coordinates::create(statement.getColumnDouble(0), // latitude local
185 m_cachedPosition = Geoposition::create(coordinates.release(), timestamp);
Geolocation.cpp 42 #include "Coordinates.h"
64 RefPtr<Coordinates> coordinates = Coordinates::create(position->latitude(), position->longitude(), position->canProvideAltitude(), position->altitude(),
67 return Geoposition::create(coordinates.release(), convertSecondsToDOMTimeStamp(position->timestamp()));
  /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
95 // Cache to save Coordinates based on view width.
172 * Returns the x coordinates of a view by tracing up its hierarchy.
185 * Returns the y coordinates of a view by tracing up its hierarchy.
245 * Returns coordinates for elements inside a conversation header view given
250 MessageListItemCoordinates coordinates = mCache.get(width); local
251 if (coordinates == null) {
252 coordinates = new MessageListItemCoordinates();
253 mCache.put(width, coordinates);
    [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...]
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/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.cpp 79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates(); local
82 coordinates = localToParentTransform().mapRect(coordinates);
84 return markerTransformation.mapRect(coordinates);
141 // The 'origin' coordinate maps to SVGs refX/refY, given in coordinates relative to the viewport established by the marker
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 174 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged.
207 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged.
488 final int[] coordinates = mCoordinatesTemp; local
489 DropTarget dropTarget = findDropTarget(x, y, coordinates);
490 mDragObject.x = coordinates[0];
491 mDragObject.y = coordinates[1];
644 final int[] coordinates = mCoordinatesTemp;
646 mDragObject.x = coordinates[0];
647 mDragObject.y = coordinates[1];
672 final int[] coordinates = mCoordinatesTemp
    [all...]
  /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);
  /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/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 102 // Convert from page coordinates, to view coordinates.
  /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...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 145 throw new BlenderFileException("The amount of faces uv coordinates is not equal to faces amount!");
406 //setting the coordinates inside the mesh context
524 DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); local
525 vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(2).floatValue(), -coordinates.get(1).floatValue());
529 DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); local
530 vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(1).floatValue(), coordinates.get(2).floatValue());
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 255 float[] coordinates = { local
267 for (int i = 0; i < coordinates.length; i++) {
268 mVertexBuffer.put(coordinates[i]);
  /external/webkit/LayoutTests/dom/html/level2/html/
anchor06.js 78 The shape of the active area. The coordinates are given by coords
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
anchor06.js 78 The shape of the active area. The coordinates are given by coords
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 773 float [] coordinates = new float[] {hv.mCropRect.centerX(), local
775 getImageMatrix().mapPoints(coordinates);
776 zoomTo(zoom, coordinates[0], coordinates[1], 300F);
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 698 * Test the coordinates of 3 buttons side by side verifying vertical and
699 * horizontal coordinates.
807 // dialog with the detected pointers motion coordinates is displayed.
821 assertTrue("All Y axis coordinates for pointer 1 must be the same", p1s.y == p1e.y);
822 assertTrue("All Y axis coordinates for pointer 2 must be the same", p2s.y == p2e.y);
823 assertTrue("All Y axis coordinates for both pointers must be the same", p1s.y == p2s.y);
995 String coordinates = pointers[pointerNumber].split(":")[edge]; local
    [all...]
  /external/libpng/
CHANGES     [all...]
  /external/ceres-solver/docs/
modeling.tex 187 coordinates describing the expected reprojected position for a
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1060 milliseconds

1 2