skia2/src
reed@google.com 3d19c385e7 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point
rather than pivoting on the next. Also remove the loop, as it is just logically
wrong to think we can use this trick only a non-extrema pt.



git-svn-id: http://skia.googlecode.com/svn/trunk@3014 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-01-11 18:16:39 +00:00
..
animator Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID 2012-01-09 20:40:25 +00:00
core fix cheapComputeDirection() in the non-convex case to pivot on the y-max point 2012-01-11 18:16:39 +00:00
device/xps add allowImageFilter() so a device can allow/disallow filters 2012-01-06 14:43:09 +00:00
effects detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radius <= 0) 2012-01-11 14:07:27 +00:00
gpu Correct GPU glyph positioning. 2012-01-11 16:28:04 +00:00
images Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID 2012-01-09 20:40:25 +00:00
opts Add ARM optimizations to the build. 2012-01-09 14:38:25 +00:00
pdf Towards enabling -Werror in skia on Linux 2012-01-06 19:22:11 +00:00
pipe Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); 2011-12-28 14:59:50 +00:00
ports android: optimize atomics routines 2012-01-11 17:44:41 +00:00
svg More variable initializations and curly braces to avoid Linux compiler 2011-07-29 13:44:30 +00:00
text Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
utils remove one un-needed static initializer 2012-01-10 10:00:59 +00:00
views Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); 2011-12-28 14:59:50 +00:00
xml Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); 2011-12-28 14:59:50 +00:00