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

  /frameworks/base/core/jni/android/graphics/
Bitmap.h 35 class WrappedPixelRef;
86 friend class WrappedPixelRef;
101 std::unique_ptr<WrappedPixelRef> mPixelRef;
Bitmap.cpp 34 class WrappedPixelRef : public SkPixelRef {
36 WrappedPixelRef(Bitmap* wrapper, void* storage,
44 ~WrappedPixelRef() {
87 // doing on a WrappedPixelRef type, not a SkPixelRef, so static
134 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable));
146 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable));
158 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable));
362 // Safe because mPixelRef is a WrappedPixelRef type, otherwise rowBytes()
    [all...]

Completed in 48 milliseconds