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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; }
17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; }
21 struct SkDCubic { struct
48 SkDCubic cubic;
60 SkDCubic subDivide(double t1, double t2) const;
62 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
63 SkDCubic cubic;
72 SkDCubic cubi
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCubic.h16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; }
17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; }
21 struct SkDCubic { struct
48 SkDCubic cubic;
60 SkDCubic subDivide(double t1, double t2) const;
62 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
63 SkDCubic cubic;
72 SkDCubic cubi
[all...]

Completed in 92 milliseconds