Home
last modified time | relevance | path

Searched refs:GetTransformHint (Results 1 - 23 of 23) sorted by relevance

/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h96 GSError GetTransformHint(GraphicTransformType &transformHint) override;
H A Dbuffer_queue.h180 GraphicTransformType GetTransformHint() const;
H A Dproducer_surface.h199 GraphicTransformType GetTransformHint() const override;
H A Dbuffer_queue_producer.h109 GSError GetTransformHint(GraphicTransformType &transformHint) override;
H A Dconsumer_surface.h217 GraphicTransformType GetTransformHint() const override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h113 virtual GSError GetTransformHint(GraphicTransformType &transformHint) = 0;
H A Dsurface.h142 virtual GraphicTransformType GetTransformHint() const = 0;
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp535 GraphicTransformType ConsumerSurface::GetTransformHint() const in GetTransformHint() function in OHOS::ConsumerSurface
541 if (producer_->GetTransformHint(transformHint) != GSERROR_OK) { in GetTransformHint()
542 BLOGE("GetTransformHint failed, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GetTransformHint()
H A Dbuffer_queue_producer.cpp755 auto ret = GetTransformHint(transformHint); in GetTransformHintRemote()
1203 GSError BufferQueueProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint() function in OHOS::BufferQueueProducer
1210 transformHint = bufferQueue_->GetTransformHint(); in GetTransformHint()
H A Dbuffer_client_producer.cpp740 GSError BufferClientProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint() function in OHOS::BufferClientProducer
H A Dnative_window.cpp676 *transform = static_cast<OH_NativeBuffer_TransformType>(window->surface->GetTransformHint()); in NativeWindowGetTransformHint()
H A Dproducer_surface.cpp520 GraphicTransformType ProducerSurface::GetTransformHint() const
H A Dbuffer_queue.cpp1607 GraphicTransformType BufferQueue::GetTransformHint() const in GetTransformHint() function in OHOS::BufferQueue
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp114 uint32_t rotation = pipeline->GetTransformHint(); in OnAttachToFrameNode()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp128 bqp->GetTransformHint(transformType); in BufferQueueProducerFuzzTest1()
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp161 cSurface->GetTransformHint(); in SurfaceFuzzTest3()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_producer_test.cpp642 EXPECT_EQ(bqpTmp->GetTransformHint(transform), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()
H A Dproducer_surface_test.cpp400 * Function: SetTransformHint and GetTransformHint
405 * 2. call GetTransformHint with producer_ is nullptr and check ret
411 GraphicTransformType type = surface_->GetTransformHint(); in HWTEST_F()
H A Dconsumer_surface_test.cpp1898 * Function: SetTransformHint and GetTransformHint
1903 * 2. call GetTransformHint with nullptr and check ret
1910 GraphicTransformType typeGet = surface_->GetTransformHint(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h745 uint32_t GetTransformHint() const in GetTransformHint() function in OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp405 sessionViewportConfig.transform_ = context->GetTransformHint(); in CreateSession()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp247 SetRotation(pipelineContext->GetTransformHint()); in UpdateTransformHint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp691 SetRotation(pipeline->GetTransformHint()); in OnAttachToFrameNode()

Completed in 41 milliseconds