HomeSort by relevance Sort by last modified time
    Searched defs:BitmapAllocatorAndroid (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.cpp 27 #include "BitmapAllocatorAndroid.h"
45 BitmapAllocatorAndroid::BitmapAllocatorAndroid(SharedBuffer* data,
52 BitmapAllocatorAndroid::~BitmapAllocatorAndroid()
57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*)
BitmapAllocatorAndroid.h 41 class BitmapAllocatorAndroid : public SkBitmap::Allocator {
43 BitmapAllocatorAndroid(SharedBuffer* data, int sampleSize);
44 virtual ~BitmapAllocatorAndroid();

Completed in 31 milliseconds