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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 42 bool DiscardablePixelRefAllocator::allocPixelRef(SkBitmap* dst, SkColorTable* ctable)
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const {
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
87 // in allocPixelRef. Must be large enough to hold
SkImageDecoder.cpp 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
238 if (!this->allocPixelRef(dst, NULL)) {
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
87 // in allocPixelRef. Must be large enough to hold
SkImageDecoder.cpp 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
238 if (!this->allocPixelRef(dst, NULL)) {
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 261 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
267 bool SkScaledImageCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap,
SkBitmap.cpp 364 return allocator->allocPixelRef(this, ctable);
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 261 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
267 bool SkScaledImageCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap,
SkBitmap.cpp 364 return allocator->allocPixelRef(this, ctable);
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 143 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
155 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
173 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
Graphics.cpp 647 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {

Completed in 127 milliseconds