Home
last modified time | relevance | path

Searched defs:transformHint (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp645 GSError BufferClientProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint()
650 GSError BufferClientProducer::SetTransformHint(GraphicTransformType transformHint) in SetTransformHint()
H A Dconsumer_surface.cpp671 GraphicTransformType transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHint() local
679 GSError ConsumerSurface::SetTransformHint(GraphicTransformType transformHint) in SetTransformHint()
H A Dbuffer_queue_producer.cpp639 GraphicTransformType transformHint = static_cast<GraphicTransformType>(arguments.ReadUint32()); in SetTransformHintRemote() local
648 GraphicTransformType transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHintRemote() local
1122 GSError BufferQueueProducer::SetTransformHint(GraphicTransformType transformHint) in SetTransformHint()
1131 GSError BufferQueueProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint()
H A Dproducer_surface.cpp544 GSError ProducerSurface::SetTransformHint(GraphicTransformType transformHint) in SetTransformHint()
H A Dbuffer_queue.cpp1616 GSError BufferQueue::SetTransformHint(GraphicTransformType transformHint) in SetTransformHint()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp640 OH_NativeBuffer_TransformType transformHint = NATIVEBUFFER_ROTATE_NONE; in SetWindowTransform() local
1333 OH_NativeBuffer_TransformType transformHint = NATIVEBUFFER_ROTATE_NONE; in GetPhysicalDeviceSurfaceCapabilitiesKHR() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp79 …ortConfig FillViewportConfig(Rect rect, float density, int32_t orientation, uint32_t transformHint) in FillViewportConfig()
1157 uint32_t transformHint = (rotation + deviceRotation) % FULL_CIRCLE_DEGREE; in UpdateViewportConfig() local