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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 111 class AndroidPixelRef : public SkMallocPixelRef {
113 AndroidPixelRef(JNIEnv* env, const SkImageInfo& info, void* storage, size_t rowBytes,
117 * Creates an AndroidPixelRef that wraps (and refs) another to reuse/share
121 AndroidPixelRef(AndroidPixelRef& wrappedPixelRef, const SkImageInfo& info,
124 virtual ~AndroidPixelRef();
143 AndroidPixelRef* const fWrappedPixelRef; // if set, delegate memory management calls to this
159 * AndroidPixelRef::globalRef() will allocate a JNI global reference
Graphics.cpp 487 AndroidPixelRef::AndroidPixelRef(JNIEnv* env, const SkImageInfo& info, void* storage,
507 AndroidPixelRef::AndroidPixelRef(AndroidPixelRef& wrappedPixelRef, const SkImageInfo& info,
523 AndroidPixelRef::~AndroidPixelRef() {
535 jbyteArray AndroidPixelRef::getStorageObj() {
542 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) {
551 void AndroidPixelRef::globalRef(void* localref)
    [all...]
BitmapFactory.cpp 194 SkPixelRef* pr = new AndroidPixelRef(*static_cast<AndroidPixelRef*>(mPixelRef),

Completed in 32 milliseconds