Searched refs:mTransformHint (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueueCore.h268 // mTransformHint is used to optimize for screen rotations.
269 uint32_t mTransformHint; member in class:android::BufferQueueCore
H A DSurface.h325 // mTransformHint is the transform probably applied to buffers of this
327 uint32_t mTransformHint; member in class:android::Surface
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp80 mTransformHint(0),
135 mDefaultHeight, mDefaultBufferFormat, mTransformHint, mQueue.size(),
H A DSurface.cpp83 mTransformHint = 0;
517 mTransformHint = hint;
570 *value = static_cast<int>(mTransformHint);
829 mTransformHint = hint;
H A DBufferQueueConsumer.cpp713 mCore->mTransformHint = hint;
H A DBufferQueueProducer.cpp904 mCore->mTransformHint,
1112 mCore->mTransformHint,

Completed in 134 milliseconds