Searched defs:SkDPoint (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
77 struct SkDPoint { struct
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
88 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
92 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
114 bool approximatelyEqual(const SkDPoint
[all...]
/external/skia/src/pathops/
H A DSkPathOpsPoint.h26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
77 struct SkDPoint { struct
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
88 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
92 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
114 bool approximatelyEqual(const SkDPoint
[all...]

Completed in 281 milliseconds