HomeSort by relevance Sort by last modified time
    Searched defs:SkDVector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.h 17 struct SkDVector {
20 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
22 void operator+=(const SkDVector& v) {
27 void operator-=(const SkDVector& v) {
47 double cross(const SkDVector& a) const {
51 double dot(const SkDVector& a) const {
73 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
89 void operator+=(const SkDVector& v) {
94 void operator-=(const SkDVector& v) {
163 SkDVector temp = *this - a
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 17 struct SkDVector {
20 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
22 void operator+=(const SkDVector& v) {
27 void operator-=(const SkDVector& v) {
47 double cross(const SkDVector& a) const {
51 double dot(const SkDVector& a) const {
73 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
89 void operator+=(const SkDVector& v) {
94 void operator-=(const SkDVector& v) {
163 SkDVector temp = *this - a
    [all...]

Completed in 60 milliseconds