Start to vectorize SkTileGrid.
authormtklein <mtklein@chromium.org>
Mon, 20 Oct 2014 14:12:34 +0000 (07:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Oct 2014 14:12:34 +0000 (07:12 -0700)
commit958e9628d5f9a81aeafa78572cb4afc4b19a455a
treef596f8834ecd33fcf0bc9b25e1174735c0a4327e
parent2b9dc1d0fff7e1e206721b872a9ba989f5829271
Start to vectorize SkTileGrid.

This adds Sk4x.h to help.

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/90c7992bfc6330f070f7704d63372a0ec8410170

CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu12-ShuttleA-GTX660-x86-Debug-Trybot

Review URL: https://codereview.chromium.org/634543004
bench/GeometryBench.cpp
gyp/common_conditions.gypi
include/core/SkTypes.h
src/core/Sk4x.h [new file with mode: 0644]
src/core/Sk4x_clang.h [new file with mode: 0644]
src/core/Sk4x_portable.h [new file with mode: 0644]
src/core/SkTileGrid.cpp
src/core/SkTileGrid.h