Home | History | Annotate | Download | only in core

Lines Matching full:operator

81     SkIPoint operator-() const {
89 void operator+=(const SkIPoint& v) {
95 void operator-=(const SkIPoint& v) {
105 friend bool operator==(const SkIPoint& a, const SkIPoint& b) {
109 friend bool operator!=(const SkIPoint& a, const SkIPoint& b) {
116 friend SkIPoint operator-(const SkIPoint& a, const SkIPoint& b) {
124 friend SkIPoint operator+(const SkIPoint& a, const SkIPoint& b) {
273 SkPoint operator-() const {
282 void operator+=(const SkPoint& v) {
289 void operator-=(const SkPoint& v) {
298 friend bool operator==(const SkPoint& a, const SkPoint& b) {
302 friend bool operator!=(const SkPoint& a, const SkPoint& b) {
309 friend SkPoint operator-(const SkPoint& a, const SkPoint& b) {
317 friend SkPoint operator+(const SkPoint& a, const SkPoint& b) {