Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleSVGPong.cpp48 const SkScalar vInterval = vMod < intervalLen ? vMod : P - vMod; in box_reflect() local
50 return vInterval + min; in box_reflect()