Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleSVGPong.cpp57 std::tuple<SkScalar, SkScalar> find_yintercept(const SkPoint& pos, const SkVector& spd, in find_yintercept() function
277 std::tie(t, yIntercept) = find_yintercept(fBall.pos, fBall.spd, kBounds); in updatePaddleStrategy()
/external/skqp/samplecode/
DSampleSVGPong.cpp57 std::tuple<SkScalar, SkScalar> find_yintercept(const SkPoint& pos, const SkVector& spd, in find_yintercept() function
277 std::tie(t, yIntercept) = find_yintercept(fBall.pos, fBall.spd, kBounds); in updatePaddleStrategy()