Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsLine.h12 struct SkDLine { struct
23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) { in SubDivide() argument
43 SkDVector tangent() const { return fPts[0] - fPts[1]; } in tangent()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsLine.h12 struct SkDLine { struct
23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) { in SubDivide() argument
43 SkDVector tangent() const { return fPts[0] - fPts[1]; } in tangent()