SkPaint: eliminate some dead bytes in 64-bit build.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 19 Mar 2014 11:42:34 +0000 (11:42 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 19 Mar 2014 11:42:34 +0000 (11:42 +0000)
commitfa4dc2c4cba94aec91142a24b4dc26c1dde56023
tree2c069c95748b033349946195c3ddc17e44e67ee1
parent2002d881e80e0d56440ed2fc4da5f90bf2f0e0fb
SkPaint: eliminate some dead bytes in 64-bit build.

+ memcpy-based copy constructor was hiding this gap -> manual copy constructor.
+ Split tests for finer-grained failures.

BUG=skia:
R=reed@google.com, mtklein@google.com

Author: mtklein@chromium.org

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

git-svn-id: http://skia.googlecode.com/svn/trunk@13856 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPaint.h
src/core/SkPaint.cpp
tests/PaintTest.cpp