DescriptionEven when the pts are restricted to 32K values, we can still overflow computing
a fixed-point coefficient for quadratics. To avoid this, we bias these
coefficients, storing 1/2 of their actual value, and then apply the 2x unbias
in updateQuadratic().
Fixes http://code.google.com/p/chromium/issues/detail?id=140803
Committed: https://code.google.com/p/skia/source/detail?r=4960
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : #
MessagesTotal messages: 4
|