Home
last modified time | relevance | path

Searched refs:rotateDegree (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h31 int32_t rotateDegree = 0; member
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dutil_test.cpp55 EXPECT_EQ(configs.front().rotateDegree, 0); in HWTEST_F()
62 EXPECT_EQ(configs.back().rotateDegree, 270); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compatible_display_strategy.cpp39 config.rotateDegree = 0; in Display()
H A Dutil.cpp118 config.rotateDegree = std::atoi(rotateDegreeJson->valuestring); in ParseOldConfigFile()
119 LOGI("cust rotateDegree: %{public}d", config.rotateDegree); in ParseOldConfigFile()
162 config.rotateDegree = std::atoi(rotateDegreeJson->valuestring); in ParseNewConfigFile()
163 LOGI("cust rotateDegree: %{public}d", config.rotateDegree); in ParseNewConfigFile()
H A Dboot_animation_operation.cpp59 mainHandler_->PostTask([this, &config] { this->InitRsSurfaceNode(config.rotateDegree); }); in StartEventHandler()
H A Dboot_compile_progress.cpp68 rotateDegree_ = config.rotateDegree; in Init()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_shader_filter_params.h149 int32_t rotateDegree = 0; member
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_magnifier_shader_filter.cpp47 magnifierPara_->rotateDegree_ = params.rotateDegree; in GEMagnifierShaderFilter()
H A Dge_visual_effect_impl.cpp123 magnifierParams_->rotateDegree = param; in SetParam()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager.h84 int32_t rotateDegree = 0; // final rotate degree of parent interface member

Completed in 5 milliseconds