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

/external/skia/src/pathops/
H A DSkPathOpsQuad.h77 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { function in struct:SkDQuad
83 static SkDPoint SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& c, function in struct:SkDQuad
H A DSkPathOpsConic.h99 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { function in struct:SkDConic
108 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, function in struct:SkDConic
H A DSkPathOpsCubic.h118 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { function in struct:SkDCubic
125 static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double t1, function in struct:SkDCubic

Completed in 141 milliseconds