Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsPoint.h80 struct SkDPoint { struct
89 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b); argument
118 SkDPoint result = *this; argument
125 SkDPoint result = *this; argument
133 bool approximatelyEqual(const SkDPoint& a) const { in approximatelyEqual() argument
148 SkDPoint dA; in approximatelyEqual() argument
160 SkDPoint dA, dB; in ApproximatelyEqual() argument
180 double distance(const SkDPoint& a) const { in distance() argument
185 double distanceSquared(const SkDPoint& a) const { in distanceSquared() argument
190 static SkDPoint Mid(const SkDPoint& a, const SkDPoint& b) { in Mid() argument
[all …]