Home | History | Annotate | Download | only in core

Lines Matching defs:otherwise

132     Sk4f otherwise = sa * Sk4f::Min(da, (d * sa) / (sa - s)) + s * ida + d * isa;
137 otherwise));
149 Sk4f otherwise = sa * (da - Sk4f::Min(da, (da - d) * sa / s)) + s * ida + d * isa;
154 otherwise));