Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 3 of 3) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java25 public class Point { class
30 public Point() { in Point() method in Point
33 public Point(float x, float y) { in Point() method in Point
/system/media/mca/filterfw/native/core/
Dgeometry.h30 Point() : x_(0.0f), y_(0.0f) {} in Point() function
31 Point(float x, float y) : x_(x), y_(y) {} in Point() function
/system/media/mca/filterpacks/base/native/
Dgeometry.h30 Point() : x_(0.0f), y_(0.0f) {} in Point() function
31 Point(float x, float y) : x_(x), y_(y) {} in Point() function