Home
last modified time | relevance | path

Searched refs:asCubic (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dtrickycubicstrokes.cpp143 SkPoint asCubic[4] = {p[0], lerp(p[0], p[1], 2/3.f), lerp(p[1], p[2], 1/3.f), p[2]}; in draw_test() local
144 strokeBounds = calc_tight_cubic_bounds(asCubic); in draw_test()
/third_party/skia/tests/
H A DGeometryTest.cpp599 SkPoint asCubic[4] = { in test_chop_at_midtangent() local
601 test_chop_cubic_at_midtangent(reporter, asCubic, SkCubicType::kQuadratic); in test_chop_at_midtangent()

Completed in 2 milliseconds