Home
last modified time | relevance | path

Searched refs:GetTransformHint (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/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;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h96 GSError GetTransformHint(GraphicTransformType &transformHint) override;
H A Dconsumer_surface.h144 GraphicTransformType GetTransformHint() const override;
H A Dproducer_surface.h143 GraphicTransformType GetTransformHint() const override;
H A Dbuffer_queue.h180 GraphicTransformType GetTransformHint() const;
H A Dbuffer_queue_producer.h108 GSError GetTransformHint(GraphicTransformType &transformHint) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp666 GraphicTransformType ConsumerSurface::GetTransformHint() const in GetTransformHint() function in OHOS::ConsumerSurface
672 if (producer_->GetTransformHint(transformHint) != GSERROR_OK) { in GetTransformHint()
H A Dbuffer_queue_producer.cpp649 auto ret = GetTransformHint(transformHint); in GetTransformHintRemote()
1131 GSError BufferQueueProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint() function in OHOS::BufferQueueProducer
1138 transformHint = bufferQueue_->GetTransformHint(); in GetTransformHint()
H A Dbuffer_client_producer.cpp645 GSError BufferClientProducer::GetTransformHint(GraphicTransformType &transformHint) in GetTransformHint() function in OHOS::BufferClientProducer
H A Dproducer_surface.cpp538 GraphicTransformType ProducerSurface::GetTransformHint() const in GetTransformHint() function in OHOS::ProducerSurface
H A Dnative_window.cpp680 *transform = static_cast<OH_NativeBuffer_TransformType>(window->surface->GetTransformHint()); in NativeWindowGetTransformHint()
H A Dbuffer_queue.cpp1623 GraphicTransformType BufferQueue::GetTransformHint() const in GetTransformHint() function in OHOS::BufferQueue
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp129 bqp->GetTransformHint(transformType); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_pattern.cpp116 uint32_t rotation = pipeline->GetTransformHint(); in OnAttachToFrameNode()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp161 cSurface->GetTransformHint(); in SurfaceFuzzTest3()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_producer_test.cpp647 EXPECT_EQ(bqpTmp->GetTransformHint(transform), OHOS::GSERROR_INVALID_ARGUMENTS);
H A Dproducer_surface_test.cpp419 GraphicTransformType type = surface_->GetTransformHint();
H A Dconsumer_surface_test.cpp1991 GraphicTransformType typeGet = surface_->GetTransformHint();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h719 uint32_t GetTransformHint() const in GetTransformHint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp252 SetRotation(pipelineContext->GetTransformHint()); in UpdateTransformHint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp676 SetRotation(pipeline->GetTransformHint()); in OnAttachToFrameNode()