Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphics.cpp638 , mNeedsCopy(false) in RecyclingClippingPixelAllocator()
693 mNeedsCopy = false; in allocPixelRef()
706 mNeedsCopy = true; in allocPixelRef()
712 if (mNeedsCopy) { in copyIfNecessary()
DGraphicsJNI.h247 bool mNeedsCopy; variable