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

  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.h 47 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
BitmapAllocatorAndroid.cpp 57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*)
ImageSourceAndroid.cpp 314 if (!alloc.allocPixelRef(bm, NULL)) {
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 128 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_wbmp.cpp 133 if (!this->allocPixelRef(decodedBitmap, ct)) {
SkImageDecoder.cpp 101 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
203 if (!this->allocPixelRef(dest, NULL)) {
SkImageDecoder_libgif.cpp 241 if (!this->allocPixelRef(bm, ctable)) {
242 return error_return(gif, *bm, "allocPixelRef");
SkImageDecoder_libjpeg.cpp 339 if (!this->allocPixelRef(bm, NULL)) {
340 return return_false(cinfo, *bm, "allocPixelRef");
407 if (!this->allocPixelRef(bm, NULL)) {
408 return return_false(cinfo, *bm, "allocPixelRef");
615 // If yes, then we will stick to AllocPixelRef since it's cheaper
628 if (!this->allocPixelRef(bitmap, NULL)) {
629 return return_false(*cinfo, *bitmap, "allocPixelRef");
689 // If yes, then we will stick to AllocPixelRef since it's cheaper with the
699 if (!this->allocPixelRef(bitmap, NULL)) {
700 return return_false(*cinfo, *bitmap, "allocPixelRef");
    [all...]
SkImageDecoder_libwebp.cpp 359 ? allocPixelRef(bitmap, NULL)
362 return return_false(*decodedBitmap, "allocPixelRef");
424 if (!this->allocPixelRef(decodedBitmap, NULL)) {
425 return return_false(*decodedBitmap, "allocPixelRef");
SkImageDecoder_libico.cpp 250 if (!this->allocPixelRef(bm, NULL))
SkImageDecoder_libpng.cpp 320 if (!this->allocPixelRef(decodedBitmap,
675 // If yes, then we will stick to AllocPixelRef since it's cheaper with the swap happening.
683 if (!this->allocPixelRef(decodedBitmap,
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 191 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
371 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 73 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_WIC.cpp 96 if (!this->allocPixelRef(bm, NULL)) {
SkImageRef_ashmem.cpp 73 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
  /external/skia/include/core/
SkBitmap.h 555 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
564 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
    [all...]
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 141 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
Graphics.cpp 518 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 115 if (!this->allocPixelRef(bm, NULL)) {
116 ALOGI("Cannot allocPixelRef()!");
  /external/skia/src/core/
SkBitmap.cpp 368 return allocator->allocPixelRef(this, ctable);
429 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]

Completed in 273 milliseconds