Searched defs:SubDivide (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.h23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) { function in struct:SkDLine
H A DSkPathOpsQuad.h50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) { function in struct:SkDQuad
56 static SkDPoint SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c, function in struct:SkDQuad
H A DSkPathOpsCubic.h68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) { function in struct:SkDCubic
76 static void SubDivide(const SkPoint pts[4], const SkDPoint& a, const SkDPoint& d, double t1, function in struct:SkDCubic
/external/skia/src/pathops/
H A DSkPathOpsLine.h23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) { function in struct:SkDLine
H A DSkPathOpsQuad.h50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) { function in struct:SkDQuad
56 static SkDPoint SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c, function in struct:SkDQuad
H A DSkPathOpsCubic.h68 static SkDCubic SubDivide(const SkPoint a[4], double t1, double t2) { function in struct:SkDCubic
76 static void SubDivide(const SkPoint pts[4], const SkDPoint& a, const SkDPoint& d, double t1, function in struct:SkDCubic

Completed in 91 milliseconds