SkPaint: eliminate some dead bytes in 64-bit build.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Mar 2014 23:02:35 +0000 (23:02 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Mar 2014 23:02:35 +0000 (23:02 +0000)
commitf48182b1614be99117b65118eefd3cd66e2d1f9a
tree62528deed8cbda18a16815970364fa5356fe21d9
parent9615d5fc040e7302ce870639ab221233f56fff7c
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:

Committed: http://code.google.com/p/skia/source/detail?r=13856

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@13887 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPaint.h
src/core/SkPaint.cpp
tests/PaintTest.cpp