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

1 2

  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.h 47 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
BitmapAllocatorAndroid.cpp 57 bool BitmapAllocatorAndroid::allocPixelRef(SkBitmap* bitmap, SkColorTable*)
  /external/skia/src/utils/ios/
SkImageDecoder_iOS.mm 37 if (!this->allocPixelRef(bm, NULL)) {
  /external/skia/legacy/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 353 ? allocPixelRef(bitmap, NULL)
356 return return_false(*decodedBitmap, "allocPixelRef");
419 if (!this->allocPixelRef(decodedBitmap, NULL)) {
420 return return_false(*decodedBitmap, "allocPixelRef");
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 132 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_wbmp.cpp 131 if (!this->allocPixelRef(decodedBitmap, ct)) {
SkImageDecoder.cpp 105 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
207 if (!this->allocPixelRef(dest, NULL)) {
SkImageDecoder_libjpeg.cpp 369 if (!this->allocPixelRef(bm, NULL)) {
370 return return_false(cinfo, *bm, "allocPixelRef");
440 if (!this->allocPixelRef(bm, NULL)) {
441 return return_false(cinfo, *bm, "allocPixelRef");
653 // If yes, then we will stick to AllocPixelRef since it's cheaper
666 if (!this->allocPixelRef(bitmap, NULL)) {
667 return return_false(*cinfo, *bitmap, "allocPixelRef");
727 // If yes, then we will stick to AllocPixelRef since it's cheaper with the
737 if (!this->allocPixelRef(bitmap, NULL)) {
738 return return_false(*cinfo, *bitmap, "allocPixelRef");
    [all...]
SkImageRef_ashmem.cpp 72 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
  /external/skia/legacy/include/images/
SkImageDecoder.h 191 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
371 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/skia/legacy/src/ports/
SkImageDecoder_CG.cpp 73 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_WIC.cpp 96 if (!this->allocPixelRef(bm, NULL)) {
SkImageRef_ashmem.cpp 71 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
  /external/skia/include/core/
SkBitmap.h 604 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
615 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
  /external/skia/legacy/include/core/
SkBitmap.h 565 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
574 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 200 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
380 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 76 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_WIC.cpp 106 if (!this->allocPixelRef(bm, NULL)) {
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 141 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable);
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 115 if (!this->allocPixelRef(bm, NULL)) {
116 ALOGI("Cannot allocPixelRef()!");

Completed in 973 milliseconds

1 2