Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkDVector

17 struct SkDVector {
27 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
56 double cross(const SkDVector& a) const {
61 double crossCheck(const SkDVector& a) const {
67 double dot(const SkDVector& a) const {
89 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
105 void operator+=(const SkDVector& v) {
111 void operator-=(const SkDVector& v) {
117 SkDPoint operator+(const SkDVector& v) {
124 SkDPoint operator-(const SkDVector& v) {
181 SkDVector temp = *this - a;
186 SkDVector temp = *this - a;