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

/frameworks/native/include/gui/
H A DBufferQueueCore.h260 // mTransformHint is used to optimize for screen rotations.
261 uint32_t mTransformHint; member in class:android::BufferQueueCore
H A DSurface.h315 // mTransformHint is the transform probably applied to buffers of this
317 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.cpp82 mTransformHint = 0;
478 mTransformHint = hint;
531 *value = static_cast<int>(mTransformHint);
759 mTransformHint = hint;
H A DBufferQueueConsumer.cpp712 mCore->mTransformHint = hint;
H A DBufferQueueProducer.cpp898 mCore->mTransformHint,
1104 mCore->mTransformHint,

Completed in 2070 milliseconds