Home
last modified time | relevance | path

Searched refs:mUserWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DSurface.cpp107 mUserWidth = 0; in Surface()
141 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
622 dequeueInput->width = mReqWidth ? mReqWidth : mUserWidth; in getDequeueBufferInputLocked()
1288 mUserWidth ? mUserWidth : mDefaultWidth); in query()
2148 if (width != mUserWidth || height != mUserHeight) { in setBuffersUserDimensions()
2151 mUserWidth = width; in setBuffersUserDimensions()
DBLASTBufferQueue.cpp640 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
/frameworks/native/libs/gui/include/gui/
DSurface.h481 uint32_t mUserWidth; variable