Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 31 Jul 2012 15:18:21 +0000 (15:18 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 31 Jul 2012 15:18:21 +0000 (15:18 +0000)
commit7b11289b4e4d117bbcee6d2460b057d0fcf6e437
tree0dab0504a918dc628859c2bbef319d937440592b
parenta7ffb956cb8358241f11dbb48170cbd7df191c85
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space

http://codereview.appspot.com/6457061/

git-svn-id: http://skia.googlecode.com/svn/trunk@4856 2bbb7eff-a529-9590-31e7-b0007b416f81
13 files changed:
include/core/SkClipStack.h
include/gpu/GrClip.h
src/core/SkClipStack.cpp
src/gpu/GrAAHairLinePathRenderer.cpp
src/gpu/GrClip.cpp
src/gpu/GrClipMaskManager.cpp
src/gpu/GrClipMaskManager.h
src/gpu/GrSoftwarePathRenderer.cpp
src/gpu/GrTextContext.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/gl/GrGpuGL_program.cpp
tests/ClipCacheTest.cpp
tests/ClipStackTest.cpp