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

/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
H A Dcoordinates.js19 function Coordinates(plotData) { class
38 Coordinates.prototype.processValues_ = function (type) {
75 Coordinates.prototype.xValueRange = function() {
84 Coordinates.prototype.yValueRange = function() {
94 Coordinates.prototype.xPixel = function(value) {
105 Coordinates.prototype.yPixel = function(value) {
122 Coordinates.prototype.xValue = function(position) {
133 Coordinates.prototype.yValue = function(position) {
143 Coordinates.prototype.xMinValue = function() {
152 Coordinates
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.h35 class Coordinates : public RefCounted<Coordinates>, public ScriptWrappable { class in namespace:WebCore
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> isolatedCopy() 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);
53 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:WebCore::Coordinates
/external/skia/tests/
H A DBitmapCopyTest.cpp83 // struct Coordinates
160 struct Coordinates { struct
165 explicit Coordinates(int _length): length(_length) function in struct:Coordinates
168 ~Coordinates(){
182 Coordinates& coords,
203 static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
437 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 162 milliseconds