skia2/include
reed@google.com 99c114e0ac We were numerically overflowing our 16bit coordinates that we communicate
between these two procs. The fixes was in two parts:

1. Just don't draw bitmaps larger than 64K-1 in width or height, since we
   can't represent those coordinates in our transport format (yet).
2. Perform an unsigned shift during the calculation, so we don't get
   sign-extension bleed when packing the two values (X,Y) into our 32bit
   slot.
Review URL: https://codereview.appspot.com/6173046

git-svn-id: http://skia.googlecode.com/svn/trunk@3836 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-05-03 20:14:26 +00:00
..
animator Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
config Add SK_SYSTEM_ZLIB define. 2012-04-16 19:10:21 +00:00
core We were numerically overflowing our 16bit coordinates that we communicate 2012-05-03 20:14:26 +00:00
device/xps Formatting cleanup: remove extra whitespace 2012-01-28 01:45:11 +00:00
effects Clean up DashPathEffect modulo math from r3761 2012-04-27 13:34:52 +00:00
gpu Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather 2012-05-01 12:48:07 +00:00
images Cleanup code related to SkFlattenable::flatten() 2012-03-29 15:18:04 +00:00
pdf [PDF] Move most of the headers to be private. 2012-03-22 20:45:15 +00:00
pipe undef Status to undo the evil that XLib.h has done 2011-08-12 14:49:55 +00:00
ports Add CreateFallbackForScript to SkTypeface for Android. 2012-03-15 15:49:51 +00:00
svg Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
text Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
utils Add device to top level N-way canvas. 2012-05-01 16:50:25 +00:00
views Add MSAA option to SampleApp 2012-04-06 20:13:38 +00:00
xml Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00