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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h20 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
64 struct SkDPoint { struct
73 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
75 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
79 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
102 bool approximatelyEqual(const SkDPoint
[all...]
/external/skia/src/pathops/
H A DSkPathOpsPoint.h20 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
64 struct SkDPoint { struct
73 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
75 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
79 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
102 bool approximatelyEqual(const SkDPoint
[all...]

Completed in 4640 milliseconds