HomeSort by relevance Sort by last modified time
    Searched defs:coordinates (Results 1 - 10 of 10) sorted by null

  /external/webkit/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::currentTime());
  /external/webkit/WebCore/page/
GeolocationPositionCache.cpp 113 RefPtr<Coordinates> coordinates = Coordinates::create(statement.getColumnDouble(0), // latitude local
120 return Geoposition::create(coordinates.release(), statement.getColumnInt64(7)); // timestamp
  /external/webkit/WebCore/rendering/
RenderSVGViewportContainer.cpp 43 FloatRect coordinates = repaintRectInLocalCoordinates(); local
46 coordinates = localToParentTransform().mapRect(coordinates);
48 return markerTransformation.mapRect(coordinates);
53 // The 'origin' coordinate maps to SVGs refX/refY, given in coordinates relative to the viewport established by the marker
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 185 RefPtr<Coordinates> coordinates = Coordinates::create(m_latitude, m_longitude, local
188 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0);
  /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);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 402 final int[] coordinates = mCoordinatesTemp; local
403 DropTarget dropTarget = findDropTarget(screenX, screenY, coordinates);
406 dropTarget.onDragOver(mDragSource, coordinates[0], coordinates[1],
410 mLastDropTarget.onDragExit(mDragSource, coordinates[0], coordinates[1],
413 dropTarget.onDragEnter(mDragSource, coordinates[0], coordinates[1],
418 mLastDropTarget.onDragExit(mDragSource, coordinates[0], coordinates[1]
468 final int[] coordinates = mCoordinatesTemp; local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 890 float[] coordinates = new float[] { hv.mCropRect.centerX(), hv.mCropRect.centerY() }; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 670 milliseconds