Lines Matching defs:operator
28 void operator+=(const SkDVector& v) {
34 void operator-=(const SkDVector& v) {
40 void operator/=(const double s) {
46 void operator*=(const double s) {
109 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b) {
113 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
117 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
121 void operator=(const SkPoint& pt) {
127 void operator+=(const SkDVector& v) {
133 void operator-=(const SkDVector& v) {
139 SkDPoint operator+(const SkDVector& v) {
146 SkDPoint operator-(const SkDVector& v) {