Searched defs:WrappedPixelRef (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
H A D | Bitmap.cpp | 35 class WrappedPixelRef : public SkPixelRef { class in namespace:android 37 WrappedPixelRef(Bitmap* wrapper, void* storage, function in class:android::WrappedPixelRef 45 ~WrappedPixelRef() { 88 // doing on a WrappedPixelRef type, not a SkPixelRef, so static 135 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); 147 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); 159 mPixelRef.reset(new WrappedPixelRef(this, address, info, rowBytes, ctable)); 356 // Safe because mPixelRef is a WrappedPixelRef type, otherwise rowBytes()
|
Completed in 257 milliseconds