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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h207 struct _Vector { struct
211 friend _Point operator+(const _Point& a, const _Vector& b);
213 void operator+=(const _Vector& v) {
218 void operator-=(const _Vector& v) {
233 double cross(const _Vector& a) const {
237 double dot(const _Vector& a) const {
259 friend _Vector operator-(const _Point& a, const _Point& b);
261 void operator+=(const _Vector& v) {
266 void operator-=(const _Vector& v) {
320 _Vector tem
[all...]
/external/skia/experimental/Intersection/
H A DDataTypes.h207 struct _Vector { struct
211 friend _Point operator+(const _Point& a, const _Vector& b);
213 void operator+=(const _Vector& v) {
218 void operator-=(const _Vector& v) {
233 double cross(const _Vector& a) const {
237 double dot(const _Vector& a) const {
259 friend _Vector operator-(const _Point& a, const _Point& b);
261 void operator+=(const _Vector& v) {
266 void operator-=(const _Vector& v) {
320 _Vector tem
[all...]

Completed in 602 milliseconds