skia2/tools/android
msarett cb8d719d7a Make BRD take advantage of zero initialized memory
This is the third step in a three part change:
(1) Skia: Add SkBRDAllocator.
(2) Android: Make JavaPixelAllocator and RecyclingClippingPixelAllocator
             implement SkBRDAllocator.
(3) Skia: Change SkBitmapRegionDecoder to use SkBRDAllocator and take
          advantage of zero allocated memory when possible.

BUG=skia:

Review URL: https://codereview.chromium.org/1420053010
2015-11-11 13:30:43 -08:00
..
SkBitmapRegionCanvas.cpp Make BRD take advantage of zero initialized memory 2015-11-11 13:30:43 -08:00
SkBitmapRegionCanvas.h Make BRD take advantage of zero initialized memory 2015-11-11 13:30:43 -08:00
SkBitmapRegionCodec.cpp Make BRD take advantage of zero initialized memory 2015-11-11 13:30:43 -08:00
SkBitmapRegionCodec.h Make BRD take advantage of zero initialized memory 2015-11-11 13:30:43 -08:00
SkBitmapRegionDecoder.cpp Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionDecoder.h Make BRD take advantage of zero initialized memory 2015-11-11 13:30:43 -08:00
SkBitmapRegionDecoderPriv.h Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBRDAllocator.h Add an Allocator interface that indicates if memory is zero init 2015-11-11 06:21:27 -08:00