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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 93 class AndroidPixelRef : public SkMallocPixelRef {
95 AndroidPixelRef(JNIEnv* env, const SkImageInfo& info, void* storage, size_t rowBytes,
99 * Creates an AndroidPixelRef that wraps (and refs) another to reuse/share
103 AndroidPixelRef(AndroidPixelRef& wrappedPixelRef, const SkImageInfo& info,
106 virtual ~AndroidPixelRef();
125 AndroidPixelRef* const fWrappedPixelRef; // if set, delegate memory management calls to this
141 * AndroidPixelRef::globalRef() will allocate a JNI global reference
Graphics.cpp 436 AndroidPixelRef::AndroidPixelRef(JNIEnv* env, const SkImageInfo& info, void* storage,
455 AndroidPixelRef::AndroidPixelRef(AndroidPixelRef& wrappedPixelRef, const SkImageInfo& info,
471 AndroidPixelRef::~AndroidPixelRef() {
483 jbyteArray AndroidPixelRef::getStorageObj() {
490 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) {
499 void AndroidPixelRef::globalRef(void* localref)
    [all...]

Completed in 150 milliseconds