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

  /external/webkit/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.cpp 57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*)
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 63 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
  /external/skia/src/images/
SkImageDecoder.cpp 108 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
212 this->allocPixelRef(dest, NULL);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 507 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
  /external/skia/src/core/
SkBitmap.cpp 333 return allocator->allocPixelRef(this, ctable);
429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]

Completed in 157 milliseconds