Home
last modified time | relevance | path

Searched refs:rotateDegree (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp118 config.rotateDegree = std::stoi(rotateDegreeJson->valuestring); in ParseOldConfigFile()
119 LOGI("cust rotateDegree: %{public}d", config.rotateDegree); in ParseOldConfigFile()
162 config.rotateDegree = std::stoi(rotateDegreeJson->valuestring); in ParseNewConfigFile()
163 LOGI("cust rotateDegree: %{public}d", config.rotateDegree); in ParseNewConfigFile()
H A Dboot_compatible_display_strategy.cpp39 config.rotateDegree = 0; in Display()
H A Dboot_animation_operation.cpp59 mainHandler_->PostTask([this, &config] { this->InitRsSurfaceNode(config.rotateDegree); }); in StartEventHandler()
H A Dboot_compile_progress.cpp72 rotateDegree_ = config.rotateDegree; in Init()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h31 int32_t rotateDegree = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_shader_filter_params.h149 int32_t rotateDegree = 0; member
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp151 uint32_t rotateDegree = iterRotate->second; in AddPropMirrorAndRotate() local
152 IF_TRUE_RETURN_VAL_WITH_MSG(!bw.AddData<uint32_t>(ROTATE_INFO, rotateDegree), false, in AddPropMirrorAndRotate()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h39 int32_t rotateDegree = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp80 rsImage_->SetImageRotateDegree(imageInfo.rotateDegree); in RSExtendImageObject()
99 rsImage_->SetImageRotateDegree(imageInfo.rotateDegree); in RSExtendImageObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp326 rsImageInfo.rotateDegree = CalculateRotateDegree(config.orientation_); in DrawToRSCanvas()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp349 .rotateDegree = rotateDegree_, in GetAdaptiveImageInfoWithCustomizedFrameRect()