Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphics.cpp624 , mNeedsCopy(false) in RecyclingClippingPixelAllocator()
673 mNeedsCopy = false; in allocPixelRef()
686 mNeedsCopy = true; in allocPixelRef()
692 if (mNeedsCopy) { in copyIfNecessary()
DGraphicsJNI.h250 bool mNeedsCopy; variable