hide lockpixels api behind flag
authorMike Reed <reed@google.com>
Mon, 17 Apr 2017 15:02:51 +0000 (11:02 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 17 Apr 2017 15:33:36 +0000 (15:33 +0000)
commit4edb5d219eb99aa1e8fbe5e37260d3b34314e54b
tree5e9fedc4e0e59db2467a19fe7d4f36030d0d6694
parent12e946b4bfdf598bffb276776ea6e25439e25265
hide lockpixels api behind flag

guarded by SK_SUPPORT_OBSOLETE_LOCKPIXELS

needs https://codereview.chromium.org/2820873002/# to land first
Bug: skia:6481
Change-Id: I1c39902cbf6fe99f622adfa8192733b95f7fea09

Change-Id: I1c39902cbf6fe99f622adfa8192733b95f7fea09
Reviewed-on: https://skia-review.googlesource.com/13580
Reviewed-by: Florin Malita <fmalita@chromium.org>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Mike Reed <reed@google.com>
86 files changed:
bench/BitmapBench.cpp
bench/GameBench.cpp
bench/RepeatTileBench.cpp
bench/TileBench.cpp
dm/DM.cpp
dm/DMSrcSink.cpp
fuzz/FuzzCanvas.cpp
gm/all_bitmap_configs.cpp
gm/drawbitmaprect.cpp
gm/encode-platform.cpp
gm/encode-srgb.cpp
gm/image_pict.cpp
gm/showmiplevels.cpp
gm/tinybitmap.cpp
gm/xfermodes3.cpp
gn/android_framework_defines.gni
include/core/SkBitmap.h
include/core/SkImageEncoder.h
include/core/SkPixelRef.h
include/core/SkPixmap.h
samplecode/SampleApp.cpp
samplecode/SampleBlur.cpp
samplecode/SampleDither.cpp
samplecode/SampleDitherBitmap.cpp
samplecode/SampleTextureDomain.cpp
samplecode/SampleTinyBitmap.cpp
samplecode/SampleUnpremul.cpp
samplecode/SampleVertices.cpp
src/core/SkBitmap.cpp
src/core/SkBitmapController.cpp
src/core/SkBitmapDevice.cpp
src/core/SkBitmapScaler.cpp
src/core/SkBlurImageFilter.cpp
src/core/SkCanvas.cpp
src/core/SkDraw.cpp
src/core/SkImageCacherator.cpp
src/core/SkMipMap.cpp
src/core/SkPixelRef.cpp
src/core/SkPixmap.cpp
src/core/SkSpecialImage.cpp
src/core/SkWriteBuffer.cpp
src/effects/SkAlphaThresholdFilter.cpp
src/effects/SkArithmeticImageFilter.cpp
src/effects/SkDisplacementMapEffect.cpp
src/effects/SkLightingImageFilter.cpp
src/effects/SkMagnifierImageFilter.cpp
src/effects/SkMatrixConvolutionImageFilter.cpp
src/effects/SkMorphologyImageFilter.cpp
src/effects/SkTableColorFilter.cpp
src/effects/gradients/SkGradientShader.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/SkGr.cpp
src/gpu/effects/GrTextureStripAtlas.cpp
src/image/SkImage.cpp
src/image/SkImage_Raster.cpp
src/image/SkSurface_Raster.cpp
src/pdf/SkPDFBitmap.cpp
src/pdf/SkPDFDevice.cpp
src/pdf/SkPDFShader.cpp
src/utils/mac/SkCreateCGImageRef.cpp
src/views/win/SkOSWindow_win.cpp
src/xps/SkXPSDevice.cpp
tests/BitmapCopyTest.cpp
tests/BitmapTest.cpp
tests/BlendTest.cpp
tests/BlurTest.cpp
tests/CodecPartialTest.cpp
tests/CodecTest.cpp
tests/DrawBitmapRectTest.cpp
tests/DrawTextTest.cpp
tests/FontHostStreamTest.cpp
tests/GradientTest.cpp
tests/HighContrastFilterTest.cpp
tests/ImageFilterTest.cpp
tests/ImageFrom565Bitmap.cpp
tests/ImageNewShaderTest.cpp
tests/ImageTest.cpp
tests/ReadPixelsTest.cpp
tests/SerializationTest.cpp
tests/SurfaceTest.cpp
tests/WritePixelsTest.cpp
tools/debugger/SkDrawCommand.cpp
tools/picture_utils.cpp
tools/sk_tool_utils.cpp
tools/skdiff/skdiff.cpp
tools/skdiff/skdiff_utils.cpp