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

  /external/webkit/WebCore/platform/graphics/android/
SkBitmapRef.h 32 class SkBitmapRef : public SkRefCnt {
34 SkBitmapRef() : fOrigWidth(0), fOrigHeight(0), fAccessed(false) {}
35 explicit SkBitmapRef(const SkBitmap& src)
PatternAndroid.cpp 31 #include "SkBitmapRef.h"
54 SkBitmapRef* ref = tileImage()->nativeImageForCurrentFrame();
ImageAndroid.cpp 38 #include "SkBitmapRef.h"
76 BitmapImage::BitmapImage(SkBitmapRef* ref, ImageObserver* observer)
119 SkBitmapRef* ref = frameAtIndex(0);
194 SkBitmapRef* image = this->nativeImageForCurrentFrame();
256 SkBitmapRef* image = this->nativeImageForCurrentFrame();
361 SkBitmapRef* ref = new SkBitmapRef(bm);
ImageSourceAndroid.cpp 34 #include "SkBitmapRef.h"
119 class PrivateAndroidImageSourceRec : public SkBitmapRef {
123 : SkBitmapRef(bm), fSampleSize(sampleSize), fAllDataReceived(false) {
360 SkBitmapRef* ImageSource::createFrameAtIndex(size_t index)
372 return new SkBitmapRef(bitmap);
ImageBufferAndroid.cpp 35 #include "SkBitmapRef.h"
82 SkBitmapRef* ref = new SkBitmapRef(copy);
  /external/webkit/WebCore/platform/graphics/
ImageSource.h 51 class SkBitmapRef;
89 typedef SkBitmapRef* NativeImagePtr;
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 30 #include "SkBitmapRef.h"
85 return new SkBitmapRef(m_bitmap);
  /external/skia/src/views/
SkListView.cpp 515 fBGRef = SkBitmapRef::Decode(bg, true);
516 fFGRef = SkBitmapRef::Decode(fg, true);
539 SkBitmapRef* fBGRef, *fFGRef;
757 SkBitmapRef* bmr = SkBitmapRef::Decode(path.c_str(), false);
760 bmr = SkBitmapRef::Decode(path.c_str(), true);
767 SkAutoTDelete<SkBitmapRef> autoRef(bmr);

Completed in 531 milliseconds