skia2/src
commit-bot@chromium.org 2b4c338dac Fix compilation error when building with clang on Linux.
../../src/effects/gradients/SkGradientShader.cpp:487:22: error: unused
function 'bitsTo16' [-Werror,-Wunused-function]
static inline U16CPU bitsTo16(unsigned x, const unsigned bits) {

R=bsalomon@google.com, reed@google.com
TEST=make tests

Author: tfarina@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14835 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-21 22:31:00 +00:00
..
animator Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) 2014-05-21 19:56:46 +00:00
core Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) 2014-05-21 19:56:46 +00:00
device/xps Rename SK_DEBUGBREAK to SK_ALWAYSBREAK 2014-04-30 18:24:16 +00:00
doc Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
effects Fix compilation error when building with clang on Linux. 2014-05-21 22:31:00 +00:00
fonts Don't unset gFCSafeToUse when it's still safe to use. 2014-04-16 22:10:52 +00:00
gpu Remove 1/2 pixel offsets for distance field layout. 2014-05-21 19:44:24 +00:00
image Add flag for SkGpuSurface creation to enable distance fields. 2014-05-02 12:39:41 +00:00
images Fast path for blurred round rects -- blur a small 9patch rect on the CPU 2014-04-28 19:49:24 +00:00
lazy SkDiscardableMemoryPool to abstract class 2014-04-04 16:43:38 +00:00
opts SSE2 implementation of memcpy32 2014-05-21 12:43:07 +00:00
pathops When solving the cubic line intersection directly fails, use binary search as a fallback. 2014-05-07 15:31:40 +00:00
pdf re-land hide get/setLocalMatrix 2014-05-12 20:42:21 +00:00
pipe Reland the 4x -> 1x allocation from "4x allocation in PipeController is probably overkill." 2014-05-14 16:06:15 +00:00
ports Fix undefined behavior in DirectWrite GDI compatible metrics. 2014-05-21 19:44:39 +00:00
record Try out SkMatrix::Concat. 2014-05-19 15:51:12 +00:00
sfnt Add support for kEmbeddedBitmapText_Flag to DirectWrite. 2014-05-01 20:39:14 +00:00
svg Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
utils Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) 2014-05-21 19:56:46 +00:00
views Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00
xml remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00