Searched refs:subdivide_cubic_to (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkPath.cpp | 1546 static void subdivide_cubic_to(SkPath* path, const SkPoint pts[4], in subdivide_cubic_to() function 1552 subdivide_cubic_to(path, &tmp[0], level); in subdivide_cubic_to() 1553 subdivide_cubic_to(path, &tmp[3], level); in subdivide_cubic_to() 1606 subdivide_cubic_to(&tmp, pts); in transform()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1784 static void subdivide_cubic_to(SkPath* path, const SkPoint pts[4], in subdivide_cubic_to() function 1790 subdivide_cubic_to(path, &tmp[0], level); in subdivide_cubic_to() 1791 subdivide_cubic_to(path, &tmp[3], level); in subdivide_cubic_to() 1836 subdivide_cubic_to(&tmp, pts); in transform()
|