Home
last modified time | relevance | path

Searched refs:transformType (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h41 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()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp123 if (params_.transformType == nullptr) { in InitTransitionParamsTransform()
127 if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_X)) { in InitTransitionParamsTransform()
130 } else if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_Y)) { in InitTransitionParamsTransform()
133 } else if (!strcmp(params_.transformType, TRANSITION_ROTATE)) { in InitTransitionParamsTransform()
182 if (params_.transformType == nullptr) { in SetTransformSrcPosition()
185 if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_X)) { in SetTransformSrcPosition()
188 } else if (!strcmp(params_.transformType, TRANSITION_TRANSFORM_Y)) { in SetTransformSrcPosition()
191 } else if (!strcmp(params_.transformType, TRANSITION_ROTATE)) { in SetTransformSrcPosition()
H A Dtransition_impl.h44 char* transformType; member
64 transformType(nullptr), in TransitionParams()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp125 GraphicTransformType transformType = GetData<GraphicTransformType>(); in BufferQueueProducerFuzzTest1() local
126 bqp->SetTransform(transformType); in BufferQueueProducerFuzzTest1()
127 bqp->GetTransform(transformType); in BufferQueueProducerFuzzTest1()
128 bqp->SetTransformHint(transformType); in BufferQueueProducerFuzzTest1()
129 bqp->GetTransformHint(transformType); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp55 GraphicTransformType transformType = GetData<GraphicTransformType>(); in DoSomethingInterestingWithMyAPI() local
63 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, transformType, crop); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp144 GraphicTransformType transformType = GetData<GraphicTransformType>(); in BufferQueueFuzzTest1() local
145 bufferqueue->SetTransform(transformType); in BufferQueueFuzzTest1()
147 bufferqueue->SetTransformHint(transformType); in BufferQueueFuzzTest1()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp70 GraphicTransformType transformType = GetData<GraphicTransformType>(); in GetLayerInfoFromData() local
88 layerInfo->SetTransform(transformType); in GetLayerInfoFromData()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp73 …GraphicTransformType transformType = srcBuffer->extraInfo_->surfaceBuffer->GetSurfaceBufferTransfo… in UpdateInputBufferIfNeed() local
74 extraInfo->surfaceBuffer->SetSurfaceBufferTransform(transformType); in UpdateInputBufferIfNeed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp552 auto layerTransform = renderParams.GetLayerInfo().transformType; in CreateBufferDrawParamForRotationFixed()
1309 transformType = static_cast<GraphicTransformType>( in GetRotateTransformForRotationFixed()
1311 return transformType; in GetRotateTransformForRotationFixed()
1327 switch (transformType) { in SrcRectRotateTransform()
1361 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; in UpdateRealSrcRect() local
1365 transformType = RSBaseRenderUtil::GetRotateTransform(consumer->GetTransform()); in UpdateRealSrcRect()
1367 auto srcRect = SrcRectRotateTransform(node, transformType); in UpdateRealSrcRect()
1373 if (transformType == GraphicTransformType::GRAPHIC_ROTATE_270 || in UpdateRealSrcRect()
1374 transformType == GraphicTransformType::GRAPHIC_ROTATE_90) { in UpdateRealSrcRect()
1524 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; in GetLayerTransform() local
[all …]
H A Drs_uni_render_composer_adapter.cpp321 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in GetComposerInfoSrcRect() local
323 if (transformType == GraphicTransformType::GRAPHIC_ROTATE_270 || in GetComposerInfoSrcRect()
324 transformType == GraphicTransformType::GRAPHIC_ROTATE_90) { in GetComposerInfoSrcRect()
385 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in GetComposerInfoSrcRect() local
387 if (transformType == GraphicTransformType::GRAPHIC_ROTATE_270 || in GetComposerInfoSrcRect()
388 transformType == GraphicTransformType::GRAPHIC_ROTATE_90) { in GetComposerInfoSrcRect()
589 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in SrcRectRotateTransform() local
597 switch (transformType) { in SrcRectRotateTransform()
639 GraphicTransformType transformType = RSBaseRenderUtil::GetRotateTransform( in SrcRectRotateTransform() local
648 switch (transformType) { in SrcRectRotateTransform()
H A Drs_uni_render_processor.cpp303 layer->SetTransform(layerInfo.transformType); in GetLayerInfo()
322 switch (layerInfo.transformType) { in ProcessLayerSetCropRect()
H A Drs_uni_render_util.h154 …static RectI SrcRectRotateTransform(RSSurfaceRenderNode& node, GraphicTransformType transformType);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h44 uint32_t transformType = 0; // TransformHint member
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp501 GraphicTransformType transformType = GRAPHIC_ROTATE_NONE; in PushData() local
503 transformType = input->extraInfo_->surfaceBuffer->GetSurfaceBufferTransform(); in PushData()
506 transformType); in PushData()
515 …GraphicTransformType transformType = buffer->extraInfo_->surfaceBuffer->GetSurfaceBufferTransform(… in PushData() local
516 context->renderEnvironment_->DrawFrame(tex, transformType); in PushData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h44 GraphicTransformType transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; member
53 (transformType == layerInfo.transformType) && (ROSEN_EQ(alpha, layerInfo.alpha)) &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp157 attr.transformType = val; in SetAttr()
192 SetTransformType(animateAttr_.transformType); in UpdateAttr()
H A Dsvg_attributes_parser.h113 std::string transformType; member
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp779 GraphicTransformType *transformType) in GetSurfaceBufferTransformType() argument
781 if (buffer == nullptr || transformType == nullptr) { in GetSurfaceBufferTransformType()
784 *transformType = buffer->GetSurfaceBufferTransform(); in GetSurfaceBufferTransformType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h359 void SetTransformType(const std::string& transformType) in SetTransformType() argument
361 transformType_ = transformType; in SetTransformType()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp295 GraphicTransformType transformType; in DoSomethingInterestingWithMyAPI() local
296 cSurface->GetSurfaceBufferTransformType(buffer, &transformType); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dgl2ext_entries.in1228 HOOK_API_ENTRY(void, glTransformPathNV, GLuint resultPath, GLuint srcPath, GLenum transformType, co…
1229 CALL_HOOK_API(glTransformPathNV, resultPath, srcPath, transformType, transformValues)
1259 …InstancedNV, numPaths, pathNameType, paths, pathBase, fillMode, mask, transformType, transformValu…
1262 …nstancedNV, numPaths, pathNameType, paths, pathBase, reference, mask, transformType, transformValu…
1273 …ameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat…
1274 …lPathInstancedNV, numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValu…
1276 …ameType, const void *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat…
1277 …ePathInstancedNV, numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValu…
1301 … numPaths, pathNameType, paths, pathBase, advanceScale, kerningScale, transformType, returnedSpaci…
1340 …, numPaths, pathNameType, paths, pathBase, fillMode, mask, coverMode, transformType, transformValu…
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp628 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->preTran… in CreateSwapchainKHR() local
926 static_cast<int>(createInfo->preTransform), static_cast<int>(transformType)); in CreateSwapchainKHR()
927 …chain* swapchain = new (mem) Swapchain(surface, numImages, createInfo->presentMode, transformType); in CreateSwapchainKHR()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h152 …GetSurfaceBufferTransformType(sptr<SurfaceBuffer> buffer, GraphicTransformType *transformType) = 0;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp228 transform_ = windowChangeInfo.transformType; in OnWindowChange()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h172 …rfaceBufferTransformType(sptr<SurfaceBuffer> buffer, GraphicTransformType *transformType) override;

12