Home
last modified time | relevance | path

Searched refs:WrappedPixelRef (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmap.h35 class WrappedPixelRef; variable
86 friend class WrappedPixelRef;
101 std::unique_ptr<WrappedPixelRef> mPixelRef;
DBitmap.cpp35 class WrappedPixelRef : public SkPixelRef { class
37 WrappedPixelRef(Bitmap* wrapper, void* storage, in WrappedPixelRef() function in android::WrappedPixelRef
45 ~WrappedPixelRef() { in ~WrappedPixelRef()
135 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); in Bitmap()
147 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); in Bitmap()
159 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); in Bitmap()