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

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

Completed in 495 milliseconds