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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; }
17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; }
21 struct SkDCubic {
43 SkDCubic cubic;
66 SkDCubic subDivide(double t1, double t2) const;
68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
69 SkDCubic cubic;
78 SkDCubic cubic
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.h 16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; }
17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; }
21 struct SkDCubic {
43 SkDCubic cubic;
66 SkDCubic subDivide(double t1, double t2) const;
68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) {
69 SkDCubic cubic;
78 SkDCubic cubic
    [all...]

Completed in 2306 milliseconds