Lines Matching defs:transform
583 GraphicTransformType transform = static_cast<GraphicTransformType>(arguments.ReadUint32());
584 GSError sRet = SetTransform(transform);
724 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
725 auto ret = GetTransform(transform);
733 if (!reply.WriteInt32(GSERROR_OK) || !reply.WriteUint32(static_cast<uint32_t>(transform))) {
1174 GSError BufferQueueProducer::SetTransform(GraphicTransformType transform)
1180 return bufferQueue_->SetTransform(transform);
1183 GSError BufferQueueProducer::GetTransform(GraphicTransformType &transform)
1187 transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
1190 transform = bufferQueue_->GetTransform();