Lines Matching refs:transformHint
743 GraphicTransformType transformHint = static_cast<GraphicTransformType>(arguments.ReadUint32());
744 GSError sRet = SetTransformHint(transformHint);
754 GraphicTransformType transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
755 auto ret = GetTransformHint(transformHint);
763 if (!reply.WriteInt32(GSERROR_OK) || !reply.WriteUint32(static_cast<uint32_t>(transformHint))) {
1194 GSError BufferQueueProducer::SetTransformHint(GraphicTransformType transformHint)
1200 return bufferQueue_->SetTransformHint(transformHint);
1203 GSError BufferQueueProducer::GetTransformHint(GraphicTransformType &transformHint)
1207 transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
1210 transformHint = bufferQueue_->GetTransformHint();