Home
last modified time | relevance | path

Searched refs:SkChopCubicAtHalf (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkGeometry.h129 void SkChopCubicAtHalf(const SkPoint src[4], SkPoint dst[7]);
DSkPathMeasure.cpp138 SkChopCubicAtHalf(pts, tmp); in compute_cubic_segs()
DSkGeometry.cpp537 void SkChopCubicAtHalf(const SkPoint src[4], SkPoint dst[7]) { in SkChopCubicAtHalf() function
DSkStroke.cpp744 SkChopCubicAtHalf(pts, tmp); in cubic_to()
DSkPath.cpp1426 SkChopCubicAtHalf(pts, tmp); in subdivide_cubic_to()
/external/skia/src/gpu/
DGrPathUtils.cpp530 SkChopCubicAtHalf(p, choppedPts); in convert_noninflect_cubic_to_quads()