Expanded distribution of instance counting
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jun 2012 20:25:03 +0000 (20:25 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jun 2012 20:25:03 +0000 (20:25 +0000)
commit15e9d3e66e161ce23df30bc13f8a0c87d196b463
tree2cc4661f85d92a98de30e7bca582163321fc018d
parentc82a8b7aa4ec19fba508c394920a9e88d3e5bd12
Expanded distribution of instance counting

http://codereview.appspot.com/6300114/

git-svn-id: http://skia.googlecode.com/svn/trunk@4291 2bbb7eff-a529-9590-31e7-b0007b416f81
39 files changed:
bench/RefCntBench.cpp
bench/SkBenchmark.cpp
bench/SkBenchmark.h
include/core/SkAdvancedTypefaceMetrics.h
include/core/SkBitmap.h
include/core/SkBounder.h
include/core/SkCanvas.h
include/core/SkData.h
include/core/SkDevice.h
include/core/SkDeviceProfile.h
include/core/SkDrawFilter.h
include/core/SkFlattenable.h
include/core/SkInstCnt.h
include/core/SkPicture.h
include/core/SkPtrRecorder.h
include/core/SkStream.h
include/core/SkWeakRefCnt.h
include/gpu/GrCustomStage.h
include/gpu/gl/GrGLInterface.h
include/gpu/gl/SkGLContext.h
include/images/SkImageDecoder.h
include/images/SkMovie.h
include/text/SkTextLayout.h
src/core/SkAdvancedTypefaceMetrics.cpp
src/core/SkBitmap.cpp
src/core/SkCanvas.cpp
src/core/SkData.cpp
src/core/SkDevice.cpp
src/core/SkDeviceProfile.cpp
src/core/SkFlattenable.cpp
src/core/SkPicture.cpp
src/core/SkPtrRecorder.cpp
src/core/SkStream.cpp
src/gpu/GrCustomStage.cpp
src/gpu/gl/GrGLInterface.cpp
src/gpu/gl/SkGLContext.cpp
src/images/SkImageDecoder.cpp
src/images/SkMovie.cpp
src/text/SkTextLayout.cpp