Searched refs:totalDist (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/docs/examples/ |
D | Turtle.cpp | 65 float totalDist = 0; in draw() local 67 eval(canvas, input, 0, totalDist, l, false); in draw() 69 l = frame * totalDist; in draw() 71 eval(canvas, input, 0, totalDist, l, true); in draw()
|