Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp505 , mNeedsCopy(false) in RecyclingClippingPixelAllocator()
554 mNeedsCopy = false; in allocPixelRef()
567 mNeedsCopy = true; in allocPixelRef()
573 if (mNeedsCopy) { in copyIfNecessary()
DGraphicsJNI.h209 bool mNeedsCopy; variable