Searched defs:Coordinates (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.h35 class Coordinates : public GarbageCollected<Coordinates>, public ScriptWrappable { class in namespace:blink
38 static Coordinates* create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
40 return new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
54 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) function in class:blink::Coordinates
/external/chromium_org/third_party/skia/tests/
H A DBitmapCopyTest.cpp80 // struct Coordinates
139 struct Coordinates { struct
144 explicit Coordinates(int _length): length(_length) function in struct:Coordinates
147 ~Coordinates(){
161 Coordinates& coords,
180 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
436 Coordinates coords(subW * subH);
/external/skia/tests/
H A DBitmapCopyTest.cpp80 // struct Coordinates
139 struct Coordinates { struct
144 explicit Coordinates(int _length): length(_length) function in struct:Coordinates
147 ~Coordinates(){
161 Coordinates& coords,
180 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
434 Coordinates coords(subW * subH);
/external/eigen/bench/
H A Dsparse_setter.cpp44 typedef std::vector<Vector2i> Coordinates; typedef
47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals);
48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals);
49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals);
50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals);
51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals);
52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals);
53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals);
54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals);
55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates
[all...]

Completed in 421 milliseconds