HomeSort by relevance Sort by last modified time
    Searched refs:mTransformHint (Results 1 - 6 of 6) sorted by null

  /frameworks/native/include/gui/
BufferQueueCore.h 234 // mTransformHint is used to optimize for screen rotations.
235 uint32_t mTransformHint;
Surface.h 261 // mTransformHint is the transform probably applied to buffers of this
263 uint32_t mTransformHint;
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 67 mTransformHint(0),
101 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat, mTransformHint,
Surface.cpp 75 mTransformHint = 0;
334 mTransformHint = hint;
374 *value = mTransformHint;
563 mTransformHint = hint;
BufferQueueConsumer.cpp 511 mCore->mTransformHint = hint;
BufferQueueProducer.cpp 650 mCore->mTransformHint, mCore->mQueue.size());
805 mCore->mTransformHint, mCore->mQueue.size());
    [all...]

Completed in 815 milliseconds