Searched defs:_Point (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h205 struct _Point;
211 friend _Point operator+(const _Point& a, const _Vector& b);
255 struct _Point { struct
259 friend _Vector operator-(const _Point& a, const _Point& b);
271 friend bool operator==(const _Point& a, const _Point& b) {
275 friend bool operator!=(const _Point& a, const _Point
[all...]
/external/skia/experimental/Intersection/
H A DDataTypes.h205 struct _Point;
211 friend _Point operator+(const _Point& a, const _Vector& b);
255 struct _Point { struct
259 friend _Vector operator-(const _Point& a, const _Point& b);
271 friend bool operator==(const _Point& a, const _Point& b) {
275 friend bool operator!=(const _Point& a, const _Point
[all...]

Completed in 2325 milliseconds