Searched defs:SubDivide (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 77 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 83 static SkDPoint SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& c, in SubDivide() function
|
D | SkPathOpsConic.h | 99 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { in SubDivide() function 108 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, in SubDivide() function
|
D | SkPathOpsCubic.h | 118 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 125 …static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double… in SubDivide() function
|