Home
last modified time | relevance | path

Searched refs:flatten_double_cubic_extrema (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkGeometry.cpp473 static void flatten_double_cubic_extrema(SkScalar coords[14]) { in flatten_double_cubic_extrema() function
493 flatten_double_cubic_extrema(&dst[0].fY); in SkChopCubicAtYExtrema()
495 flatten_double_cubic_extrema(&dst[3].fY); in SkChopCubicAtYExtrema()
509 flatten_double_cubic_extrema(&dst[0].fX); in SkChopCubicAtXExtrema()
511 flatten_double_cubic_extrema(&dst[3].fX); in SkChopCubicAtXExtrema()
/external/skia/src/core/
DSkGeometry.cpp676 static void flatten_double_cubic_extrema(SkScalar coords[14]) { in flatten_double_cubic_extrema() function
696 flatten_double_cubic_extrema(&dst[0].fY); in SkChopCubicAtYExtrema()
698 flatten_double_cubic_extrema(&dst[3].fY); in SkChopCubicAtYExtrema()
712 flatten_double_cubic_extrema(&dst[0].fX); in SkChopCubicAtXExtrema()
714 flatten_double_cubic_extrema(&dst[3].fX); in SkChopCubicAtXExtrema()