Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp90 mUserWidth = 0; in Surface()
122 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
489 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
836 mUserWidth ? mUserWidth : mDefaultWidth); in query()
1468 if (width != mUserWidth || height != mUserHeight) { in setBuffersUserDimensions()
1471 mUserWidth = width; in setBuffersUserDimensions()
/frameworks/native/libs/gui/include/gui/
DSurface.h381 uint32_t mUserWidth; variable