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 {
26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
28 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
53 double cross(const SkDVector& a) const {
58 double crossCheck(const SkDVector& a) const {
64 double dot(const SkDVector& a) const {
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
101 void operator+=(const SkDVector& v) {
106 void operator-=(const SkDVector& v)
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 17 struct SkDVector {
26 friend SkDPoint operator+(const SkDPoint& a, const SkDVector& b);
28 void operator+=(const SkDVector& v) {
33 void operator-=(const SkDVector& v) {
53 double cross(const SkDVector& a) const {
58 double crossCheck(const SkDVector& a) const {
64 double dot(const SkDVector& a) const {
86 friend SkDVector operator-(const SkDPoint& a, const SkDPoint& b);
101 void operator+=(const SkDVector& v) {
106 void operator-=(const SkDVector& v)
    [all...]

Completed in 186 milliseconds