Lines Matching defs:operator
51 operator PP_Point() const {
99 Point operator+(const Point& other) const {
109 Point operator-(const Point& other) const {
119 Point& operator+=(const Point& other) {
131 Point& operator-=(const Point& other) {
190 operator PP_FloatPoint() const {
238 FloatPoint operator+(const FloatPoint& other) const {
248 FloatPoint operator-(const FloatPoint& other) const {
258 FloatPoint& operator+=(const FloatPoint& other) {
270 FloatPoint& operator-=(const FloatPoint& other) {
300 inline bool operator==(const pp::Point& lhs, const pp::Point& rhs) {
311 inline bool operator!=(const pp::Point& lhs, const pp::Point& rhs) {
321 inline bool operator==(const pp::FloatPoint& lhs, const pp::FloatPoint& rhs) {
332 inline bool operator!=(const pp::FloatPoint& lhs, const pp::FloatPoint& rhs) {