skia2/src
bungeman@google.com 3258a5348b Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
When ints are 32 bits, (1 << 31) is undefined.

R=reed@google.com

Review URL: https://codereview.chromium.org/189093020

git-svn-id: http://skia.googlecode.com/svn/trunk@13757 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-03-12 03:13:48 +00:00
..
animator Fix warnings on Ubuntu13 2014-02-21 20:11:42 +00:00
core make onReadPixels protected and have default impl (so we can remove chrome override) 2014-03-12 03:04:08 +00:00
device/xps use colortype instead of config 2014-02-20 20:55:37 +00:00
doc Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
effects Fix SkOffsetImageFilter to use a temporary for bounds computations. 2014-03-11 18:29:42 +00:00
fonts Make SkFontMgr interface const. 2014-02-04 22:35:01 +00:00
gpu Sanitizing source files in Housekeeper-Nightly 2014-03-12 03:02:18 +00:00
image Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. 2014-03-04 22:37:29 +00:00
images Upstream changes from Android 2014-02-26 21:35:17 +00:00
lazy use colortype instead of config 2014-02-20 20:55:37 +00:00
opts SSE2 implementation of S32A_D565_Opaque_Dither 2014-03-07 13:24:42 +00:00
pathops Sanitizing source files in Housekeeper-Nightly 2014-02-22 03:02:18 +00:00
pdf Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
pipe Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) 2014-03-11 23:47:35 +00:00
ports Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ 2014-03-01 20:12:26 +00:00
sfnt Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. 2014-03-12 03:13:48 +00:00
svg
text Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
utils Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) 2014-03-11 23:47:35 +00:00
views Factory methods for heap-allocated SkMaskFilter objects. 2014-02-21 10:13:32 +00:00
xml remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00