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

/external/skia/src/pathops/
H A DSkPathOpsPoint.h80 struct SkDPoint { struct
89 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
91 friend bool operator==(const SkDPoint& a, const SkDPoint& b) {
95 friend bool operator!=(const SkDPoint& a, const SkDPoint& b) {
117 SkDPoint operator+(const SkDVector& v) {
118 SkDPoint result = *this;
124 SkDPoint operato
[all...]

Completed in 76 milliseconds