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

1 2

  /external/chromium_org/third_party/skia/src/utils/ios/
SkImageDecoder_iOS.mm 37 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 67 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_libbmp.cpp 142 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder.cpp 134 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
214 if (!this->allocPixelRef(dst, NULL)) {
SkImageDecoder_astc.cpp 145 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_wbmp.cpp 125 if (!this->allocPixelRef(decodedBitmap, ct)) {
SkDecodingImageGenerator.cpp 69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) {
87 // in allocPixelRef. Must be large enough to hold
SkImageDecoder_ktx.cpp 128 if (!this->allocPixelRef(bm, NULL)) {
  /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/skia/src/images/
SkImageDecoder_libbmp.cpp 142 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder_pkm.cpp 66 if (!this->allocPixelRef(bm, NULL)) {
SkImageDecoder.cpp 140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap,
239 if (!this->allocPixelRef(dst, NULL)) {
SkImageDecoder_wbmp.cpp 125 if (!this->allocPixelRef(decodedBitmap, ct)) {
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/gpu/
SkGrPixelRef.cpp 156 return allocator->allocPixelRef(bitmap, 0);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 145 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
157 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
175 virtual bool allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 696 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
707 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
    [all...]
SkImageDecoder.h 221 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
396 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/chromium_org/third_party/skia/src/core/
SkResourceCache.cpp 134 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
140 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
  /external/skia/include/core/
SkBitmap.h 711 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
722 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
    [all...]
SkImageDecoder.h 265 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
461 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
  /external/chromium_org/third_party/skia/tests/
SkResourceCacheTest.cpp 84 allocator->allocPixelRef(bitmap, 0);

Completed in 303 milliseconds

1 2