Home | History | Annotate | Download | only in pathops

Lines Matching defs:SkDPoint

20     friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
64 struct SkDPoint {
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& a) const {
117 SkDPoint dA;
129 SkDPoint dA, dB;
139 bool approximatelyPEqual(const SkDPoint& a) const {
162 double distance(const SkDPoint& a) const {
167 double distanceSquared(const SkDPoint& a) const {
172 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) {
173 SkDPoint result;
179 bool moreRoughlyEqual(const SkDPoint& a) const {
190 bool roughlyEqual(const SkDPoint& a) const {