skia2/tools/android
msarett 49115b57cb Add an Allocator interface that indicates if memory is zero init
This is the first 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/1423253004
2015-11-11 06:21:27 -08:00
..
SkBitmapRegionCanvas.cpp Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionCanvas.h Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionCodec.cpp Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionCodec.h Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionDecoder.cpp Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -08:00
SkBitmapRegionDecoder.h Reorganize BRD code in new tools directory 2015-11-10 15:49:46 -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