Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DTessellation.cpp82 SkChopCubicAtHalf(p, chops); in cubicTo()
DStrokeFixedCountTessellator.cpp164 SkChopCubicAtHalf(p, chops); in chopCubicConvex180To()
DStrokeHardwareTessellator.cpp472 SkChopCubicAtHalf(p, chops); in internalCubicConvex180PatchesTo()
/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp375 SkChopCubicAtHalf(p, choppedPts); in convert_noninflect_cubic_to_quads()
504 SkChopCubicAtHalf(p, choppedPts); in convert_noninflect_cubic_to_quads_with_constraint()
/third_party/skia/src/core/
DSkGeometry.h157 void SkChopCubicAtHalf(const SkPoint src[4], SkPoint dst[7]);
DSkContourMeasure.cpp267 SkChopCubicAtHalf(pts, tmp); in compute_cubic_segs()
DSkGeometry.cpp561 void SkChopCubicAtHalf(const SkPoint src[4], SkPoint dst[7]) { in SkChopCubicAtHalf() function
DSkPath.cpp1559 SkChopCubicAtHalf(pts, tmp); in subdivide_cubic_to()
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1102 SkChopCubicAtHalf(p, choppedPts); in convert_noninflect_cubic_to_quads()