Searched refs:allocPixelRef (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm37 if (!this->allocPixelRef(bm, NULL)) {
/external/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm38 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp67 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder_libbmp.cpp142 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder.cpp134 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
214 if (!this->allocPixelRef(dst, NULL)) {
H A DSkImageDecoder_astc.cpp145 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder_wbmp.cpp125 if (!this->allocPixelRef(decodedBitmap, ct)) {
H A DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:__anon15318::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder_ktx.cpp128 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp94 bool SkImageDecoder::allocPixelRef(SkBitmap*, SkColorTable*) const { function in class:SkImageDecoder
H A DSkImageDecoder_CG.cpp77 if (!this->allocPixelRef(bm, NULL)) {
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp142 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder_pkm.cpp66 if (!this->allocPixelRef(bm, NULL)) {
H A DSkImageDecoder.cpp140 bool SkImageDecoder::allocPixelRef(SkBitmap* bitmap, function in class:SkImageDecoder
239 if (!this->allocPixelRef(dst, NULL)) {
H A DSkImageDecoder_wbmp.cpp125 if (!this->allocPixelRef(decodedBitmap, ct)) {
H A DSkDecodingImageGenerator.cpp69 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { function in class:__anon30731::TargetAllocator
87 // in allocPixelRef. Must be large enough to hold
H A DSkImageDecoder_ktx.cpp101 if (!this->allocPixelRef(bm, NULL)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp156 return allocator->allocPixelRef(bitmap, 0);
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h696 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
707 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
H A DSkImageDecoder.h221 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
396 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp134 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
140 bool SkResourceCacheDiscardableAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { function in class:SkResourceCacheDiscardableAllocator
/external/skia/include/core/
H A DSkBitmap.h711 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
722 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) SK_OVERRIDE;
H A DSkImageDecoder.h265 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
461 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
/external/chromium_org/third_party/skia/tests/
H A DSkResourceCacheTest.cpp84 allocator->allocPixelRef(bitmap, 0);

Completed in 1913 milliseconds

12