Searched defs:SubDivide (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 98 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 104 static SkDPoint SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& c, in SubDivide() function
|
D | SkPathOpsConic.h | 112 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { in SubDivide() function 121 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, in SubDivide() function
|
D | SkPathOpsCubic.h | 123 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 130 …static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double… in SubDivide() function
|
/external/skqp/src/pathops/ |
D | SkPathOpsQuad.h | 98 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 104 static SkDPoint SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& c, in SubDivide() function
|
D | SkPathOpsCubic.h | 123 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 130 …static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double… in SubDivide() function
|
D | SkPathOpsConic.h | 112 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { in SubDivide() function 121 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, in SubDivide() function
|
/external/dng_sdk/source/ |
D | dng_1d_table.cpp | 42 void dng_1d_table::SubDivide (const dng_1d_function &function, in SubDivide() function in dng_1d_table
|