Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
authorrobertphillips <robertphillips@google.com>
Mon, 2 Jun 2014 17:20:14 +0000 (10:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Jun 2014 17:20:15 +0000 (10:20 -0700)
commitd537341e16524d1e22ac5e6c8b9c8f274ba1833c
treed33b25af48d42a4e9ef93e57ab37b5aca82bbe65
parent78358bf624c7e7c09ffccf638c50870808d884d6
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)

R=bsalomon@google.com, reed@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/309683002
22 files changed:
gyp/gpu.gypi
gyp/public_headers.gypi
include/core/SkPoint.h
include/gpu/GrContext.h
include/gpu/GrGlyph.h
include/gpu/GrPoint.h [deleted file]
samplecode/SampleRectanizer.cpp
src/gpu/GrAtlas.cpp
src/gpu/GrAtlas.h
src/gpu/GrDrawState.h
src/gpu/GrInOrderDrawBuffer.cpp
src/gpu/GrPathUtils.cpp
src/gpu/GrPathUtils.h
src/gpu/GrPlotMgr.h
src/gpu/GrRectanizer.h
src/gpu/GrRectanizer_pow2.cpp
src/gpu/GrRectanizer_pow2.h
src/gpu/GrRectanizer_skyline.cpp
src/gpu/GrRectanizer_skyline.h
src/gpu/GrTextContext.h
src/gpu/GrTextStrike.h
tests/GpuRectanizerTest.cpp