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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.h 44 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) OVERRIDE;
DiscardablePixelRef.cpp 42 bool DiscardablePixelRefAllocator::allocPixelRef(SkBitmap* dst, SkColorTable* ctable)
ImageFrameGeneratorTest.cpp 300 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* colorTable) OVERRIDE
304 return m_defaultAllocator->allocPixelRef(bitmap, colorTable);
ImageFrameGenerator.cpp 53 virtual bool allocPixelRef(SkBitmap* dst, SkColorTable* ctable) OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockDiscardablePixelRef.h 53 virtual bool allocPixelRef(SkBitmap* dst, SkColorTable* ct) SK_OVERRIDE {
  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 38 if (!this->allocPixelRef(bm, NULL)) {
  /external/skia/src/utils/ios/
SkImageDecoder_iOS.mm 38 if (!this->allocPixelRef(bm, NULL)) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_pkm.cpp 66 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_libbmp.cpp 142 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_wbmp.cpp 125 if (!this->allocPixelRef(decodedBitmap, ct)) {
SkImageDecoder.cpp 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
238 if (!this->allocPixelRef(dst, NULL)) {
SkDecodingImageGenerator.cpp 69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
87 // in allocPixelRef. Must be large enough to hold
SkImageDecoder_ktx.cpp 101 if (!this->allocPixelRef(bm, NULL)) {
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const {
SkImageDecoder_CG.cpp 77 if (!this->allocPixelRef(bm, NULL)) {
  /external/skia/src/images/
SkImageDecoder_pkm.cpp 66 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_libbmp.cpp 142 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_wbmp.cpp 125 if (!this->allocPixelRef(decodedBitmap, ct)) {
SkImageDecoder.cpp 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
238 if (!this->allocPixelRef(dst, NULL)) {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const {
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 117 if (!this->allocPixelRef(bm, NULL)) {
118 ALOGI("Cannot allocPixelRef()!");
  /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) {
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 733 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
744 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
    [all...]
SkImageDecoder.h 252 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
448 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/skia/include/core/
SkBitmap.h 711 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
722 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
    [all...]

Completed in 339 milliseconds

1 2