/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 41 std::string transformType; member 212 return attribute.transformType; in GetTransformType() 215 void SetTransformType(const std::string& transformType) in SetTransformType() argument 218 attribute.transformType = transformType; in SetTransformType()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_processor_test.cpp | 589 layerInfo.transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE;
in HWTEST() 592 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_H;
in HWTEST() 595 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_H_ROT180;
in HWTEST() 606 layerInfo.transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE;
in HWTEST() 609 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_H;
in HWTEST() 612 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_H_ROT180;
in HWTEST() 618 layerInfo.transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE;
in HWTEST() 621 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_V;
in HWTEST() 624 layerInfo.transformType = GraphicTransformType::GRAPHIC_FLIP_V_ROT180;
in HWTEST() 633 layerInfo.transformType in HWTEST() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/ |
H A D | transition_impl.cpp | 124 if (params_.transformType == nullptr) { in InitTransitionParamsTransform() 125 HILOG_INFO(HILOG_MODULE_ACE, "transformType not set"); in InitTransitionParamsTransform() 128 if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_X)) { in InitTransitionParamsTransform() 131 } else if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_Y)) { in InitTransitionParamsTransform() 134 } else if (!strcmp(params_.transformType, TRANSITION_ROTATE)) { in InitTransitionParamsTransform() 183 if (params_.transformType == nullptr) { in SetTransformSrcPosition() 186 if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_X)) { in SetTransformSrcPosition() 189 } else if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_Y)) { in SetTransformSrcPosition() 192 } else if (!strcmp(params_.transformType, TRANSITION_ROTATE)) { in SetTransformSrcPosition()
|
H A D | transition_impl.h | 43 /* transformType include "translateX/translateY", you can only specify one of these once a time. */ 44 char* transformType; member 64 transformType(nullptr), in TransitionParams()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/ |
H A D | surfaceutils_fuzzer.cpp | 55 GraphicTransformType transformType = GetData<GraphicTransformType>(); in DoSomethingInterestingWithMyAPI() local 63 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, transformType, crop); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 124 GraphicTransformType transformType = GetData<GraphicTransformType>(); in BufferQueueProducerFuzzTest1() local 125 bqp->SetTransform(transformType); in BufferQueueProducerFuzzTest1() 126 bqp->GetTransform(transformType); in BufferQueueProducerFuzzTest1() 127 bqp->SetTransformHint(transformType); in BufferQueueProducerFuzzTest1() 128 bqp->GetTransformHint(transformType); in BufferQueueProducerFuzzTest1()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/ |
H A D | hdilayer_fuzzer.cpp | 70 GraphicTransformType transformType = GetData<GraphicTransformType>(); in GetLayerInfoFromData() local 88 layerInfo->SetTransform(transformType); in GetLayerInfoFromData()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | texture_info.h | 44 uint32_t transformType = 0; // TransformHint member
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
H A D | image_source_filter.cpp | 73 GraphicTransformType transformType = srcBuffer->extraInfo_->surfaceBuffer->GetSurfaceBufferTransform(); in UpdateInputBufferIfNeed() local 74 extraInfo->surfaceBuffer->SetSurfaceBufferTransform(transformType); in UpdateInputBufferIfNeed()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 144 GraphicTransformType transformType = GetData<GraphicTransformType>(); in BufferQueueFuzzTest1() local 145 bufferqueue->SetTransform(transformType); in BufferQueueFuzzTest1() 147 bufferqueue->SetTransformHint(transformType); in BufferQueueFuzzTest1()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 574 auto layerTransform = renderParams.GetLayerInfo().transformType; in CreateBufferDrawParamForRotationFixed() 1321 auto transformType = RSBaseRenderUtil::GetRotateTransform(RSBaseRenderUtil::GetSurfaceBufferTransformType( in GetRotateTransformForRotationFixed() local 1328 transformType = static_cast<GraphicTransformType>( in GetRotateTransformForRotationFixed() 1329 (transformType + extraRotation / RS_ROTATION_90 + SCREEN_ROTATION_NUM) % SCREEN_ROTATION_NUM); in GetRotateTransformForRotationFixed() 1330 return transformType; in GetRotateTransformForRotationFixed() 1333 RectI RSUniRenderUtil::SrcRectRotateTransform(RSSurfaceRenderNode& node, GraphicTransformType transformType) in SrcRectRotateTransform() argument 1344 // The left and top should recalculate when transformType is not GRAPHIC_ROTATE_NONEq in SrcRectRotateTransform() 1345 // The width and height should exchange when transformType is GRAPHIC_ROTATE_270 and GRAPHIC_ROTATE_90 in SrcRectRotateTransform() 1346 switch (transformType) { in SrcRectRotateTransform() 1380 auto transformType in UpdateRealSrcRect() local 1545 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; GetLayerTransform() local [all...] |
H A D | rs_uni_render_composer_adapter.cpp | 370 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in GetComposerInfoSrcRect() local 372 if (transformType == GraphicTransformType::GRAPHIC_ROTATE_270 || in GetComposerInfoSrcRect() 373 transformType == GraphicTransformType::GRAPHIC_ROTATE_90) { in GetComposerInfoSrcRect() 378 " transformType:%{public}d srcRect[%{public}d %{public}d %{public}d %{public}d]", bufferWidth, in GetComposerInfoSrcRect() 380 transformType, info.srcRect.x, info.srcRect.y, info.srcRect.w, info.srcRect.h); in GetComposerInfoSrcRect() 451 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in GetComposerInfoSrcRect() local 453 if (transformType == GraphicTransformType::GRAPHIC_ROTATE_270 || in GetComposerInfoSrcRect() 454 transformType == GraphicTransformType::GRAPHIC_ROTATE_90) { in GetComposerInfoSrcRect() 459 " transformType:%{public}d srcRect[%{public}d %{public}d %{public}d %{public}d]", bufferWidth, in GetComposerInfoSrcRect() 461 transformType, inf in GetComposerInfoSrcRect() 674 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( SrcRectRotateTransform() local 727 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( SrcRectRotateTransform() local [all...] |
H A D | rs_uni_render_processor.cpp | 279 layer->SetTransform(layerInfo.transformType); in GetLayerInfo() 298 switch (layerInfo.transformType) { in ProcessLayerSetCropRect()
|
H A D | rs_uni_render_util.h | 155 static RectI SrcRectRotateTransform(RSSurfaceRenderNode& node, GraphicTransformType transformType);
|
H A D | rs_base_render_util.cpp | 1133 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; 1135 return transformType; 1137 if (consumer->GetSurfaceBufferTransformType(buffer, &transformType) != GSERROR_OK) { 1140 return transformType;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 45 GraphicTransformType transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; member 54 (transformType == layerInfo.transformType) && (ROSEN_EQ(alpha, layerInfo.alpha)) && in operator ==()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 499 GraphicTransformType transformType = GRAPHIC_ROTATE_NONE; in PushData() local 501 transformType = input->extraInfo_->surfaceBuffer->GetSurfaceBufferTransform(); in PushData() 504 transformType); in PushData() local 515 GraphicTransformType transformType = buffer->extraInfo_->surfaceBuffer->GetSurfaceBufferTransform(); in PushData() local 516 context->renderEnvironment_->DrawFrame(tex, transformType); in PushData()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 155 attr.transformType = val; in SetAttr() 190 SetTransformType(animateAttr_.transformType); in UpdateAttr()
|
H A D | svg_attributes_parser.h | 162 std::string transformType; member
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | consumer_surface.cpp | 643 GraphicTransformType *transformType) in GetSurfaceBufferTransformType() 645 if (buffer == nullptr || transformType == nullptr) { in GetSurfaceBufferTransformType() 648 *transformType = buffer->GetSurfaceBufferTransform(); in GetSurfaceBufferTransformType() 642 GetSurfaceBufferTransformType(sptr<SurfaceBuffer> buffer, GraphicTransformType *transformType) GetSurfaceBufferTransformType() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 359 void SetTransformType(const std::string& transformType) in SetTransformType() argument 361 transformType_ = transformType; in SetTransformType()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 299 GraphicTransformType transformType; in DoSomethingInterestingWithMyAPI() local 300 cSurface->GetSurfaceBufferTransformType(buffer, &transformType); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 628 OH_NativeBuffer_TransformType transformType = InvertTransformToNative(createInfo->preTransform); in SetWindowTransform() local 630 static_cast<int>(createInfo->preTransform), static_cast<int>(transformType)); in SetWindowTransform() 634 int err = NativeWindowHandleOpt(window, SET_TRANSFORM, transformType); in SetWindowTransform() 924 OH_NativeBuffer_TransformType transformType = TranslateVulkanToNativeTransform(createInfo->preTransform); in CreateSwapchainKHR() local 926 static_cast<int>(createInfo->preTransform), static_cast<int>(transformType)); in CreateSwapchainKHR() 927 Swapchain* swapchain = new (mem) Swapchain(surface, numImages, createInfo->presentMode, transformType); in CreateSwapchainKHR()
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | iconsumer_surface.h | 152 virtual GSError GetSurfaceBufferTransformType(sptr<SurfaceBuffer> buffer, GraphicTransformType *transformType) = 0;
|
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 228 transform_ = windowChangeInfo.transformType; in OnWindowChange()
|