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

/external/skia/src/pathops/
H A DSkPathOpsPoint.h17 struct SkDVector { struct
27 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
56 double cross(const SkDVector& a) const {
61 double crossCheck(const SkDVector& a) const {
67 double dot(const SkDVector& a) const {
89 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
105 void operator+=(const SkDVector& v) {
111 void operator-=(const SkDVector& v) {
117 SkDPoint operator+(const SkDVector
[all...]

Completed in 81 milliseconds