Lines Matching defs:operator
73 SkIPoint operator-() const {
81 void operator+=(const SkIVector& v) {
90 void operator-=(const SkIVector& v) {
111 friend bool operator==(const SkIPoint& a, const SkIPoint& b) {
121 friend bool operator!=(const SkIPoint& a, const SkIPoint& b) {
133 friend SkIVector operator-(const SkIPoint& a, const SkIPoint& b) {
147 friend SkIPoint operator+(const SkIPoint& a, const SkIVector& b) {
372 SkPoint operator-() const {
380 void operator+=(const SkVector& v) {
389 void operator-=(const SkVector& v) {
399 SkPoint operator*(SkScalar scale) const {
408 SkPoint& operator*=(SkScalar scale) {
447 friend bool operator==(const SkPoint& a, const SkPoint& b) {
457 friend bool operator!=(const SkPoint& a, const SkPoint& b) {
470 friend SkVector operator-(const SkPoint& a, const SkPoint& b) {
484 friend SkPoint operator+(const SkPoint& a, const SkVector& b) {