Searched defs:SkDVector (Results 1 - 2 of 2) sorted by last modified time

/external/skia/src/pathops/
H A DSkPathOpsPoint.h17 struct SkDVector { struct
26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
28 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
53 double cross(const SkDVector& a) const {
58 double crossCheck(const SkDVector& a) const {
64 double dot(const SkDVector& a) const {
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
101 void operator+=(const SkDVector& v) {
106 void operator-=(const SkDVector
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h17 struct SkDVector { struct
26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
28 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
53 double cross(const SkDVector& a) const {
58 double crossCheck(const SkDVector& a) const {
64 double dot(const SkDVector& a) const {
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
101 void operator+=(const SkDVector& v) {
106 void operator-=(const SkDVector
[all...]

Completed in 106 milliseconds