Searched defs:SubDivide (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsQuad.h | 110 static SkDQuad SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 116 static SkDPoint SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& c, in SubDivide() function
|
H A D | SkPathOpsConic.h | 125 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { in SubDivide() function 134 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, in SubDivide() function
|
H A D | SkPathOpsCubic.h | 135 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { in SubDivide() function 142 …static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double… in SubDivide() function
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_1d_table.cpp | 42 void dng_1d_table::SubDivide (const dng_1d_function &function, in SubDivide() function in dng_1d_table
|