Home
last modified time | relevance | path

Searched defs:degree (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp81 int32_t degree = 0; variable
94 int32_t degree = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_filter_factory_unittest.cpp210 float degree = 0.5; variable
237 float degree = -1.0; variable
264 float degree = 1.0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_extractor_test.cpp247 float degree = extractor.GetSpherizeDegree(); variable
289 float degree = extractor.GetLightUpEffectDegree(); variable
303 float degree = extractor.GetDynamicDimDegree(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_fly_out_para.h31 void SetDegree(float degree) in SetDegree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp218 auto degree = StringUtils::StringToDegree(offsets[3]); in __anonc5ef80110702() local
225 auto degree = StringUtils::StringToDegree(typeValue); in __anonc5ef80110802() local
231 auto degree = StringUtils::StringToDegree(typeValue); in __anonc5ef80110902() local
237 auto degree = StringUtils::StringToDegree(typeValue); in __anonc5ef80110a02() local
243 auto degree = StringUtils::StringToDegree(typeValue); in __anonc5ef80110b02() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix.cpp33 void Matrix::Rotate(scalar degree, scalar px, scalar py) in Rotate()
68 void Matrix::PreRotate(scalar degree) in PreRotate()
73 void Matrix::PostRotate(scalar degree) in PostRotate()
78 void Matrix::PostRotate(scalar degree, scalar px, scalar py) in PostRotate()
215 void Matrix::PreRotate(scalar degree, scalar px, scalar py) in PreRotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/
H A Dmatrix_fuzzer.cpp47 float degree = GetObject<float>(); in NativeMatrixTest001() local
90 float degree = GetObject<float>(); in NativeMatrixTest002() local
134 float degree = GetObject<float>(); in NativeMatrixTest003() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_matrix.cpp43 void SkiaMatrix::Rotate(scalar degree, scalar px, scalar py) in Rotate()
78 void SkiaMatrix::PreRotate(scalar degree) in PreRotate()
83 void SkiaMatrix::PostRotate(scalar degree) in PostRotate()
88 void SkiaMatrix::PostRotate(scalar degree, scalar px, scalar py) in PostRotate()
259 void SkiaMatrix::PreRotate(scalar degree, scalar px, scalar py) in PreRotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
H A Dsk_image_filter_factory.cpp31 sk_sp<SkImageFilter> SKImageFilterFactory::Brightness(float degree) in Brightness()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_matrix.h41 void PreRotate(float degree, float px, float py) {} in PreRotate()
45 void Rotate(float degree, float px, float py) {} in Rotate()
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp166 double degree = libinput_event_pointer_get_axis_value_discrete(rawPointerEvent, in HandleCrownRotateBeginAndUpdate() local
190 void CrownTransformProcessor::HandleCrownRotatePostInner(double velocity, double degree, int32_t ac… in HandleCrownRotatePostInner()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_utils.cpp42 float degree = .0; in TransExifOrientationToDegree() local
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java66 float degree, float positionX, float positionY) { in scale()
120 float degree, float positionX, float positionY) { in scaleAndRotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/
H A Dbrightness_blender.h64 void SetDegree(float degree) in SetDegree()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp68 void UiRotation::SetDegree(UI_ROTATION_DEGREE degree) in SetDegree()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp118 uint16_t degree = FastAtan2(x, y); in CalculateTanDegree() local
299 uint16_t degree = GetDegreeInQuadrant(degreeBase, quadrant); in DrawLineWithDegreeInner() local
397 uint16_t DrawArc::GetDegreeInQuadrant(uint16_t degree, uint8_t quadrant) in GetDegreeInQuadrant()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_matrix.cpp130 void OH_Drawing_MatrixPreRotate(OH_Drawing_Matrix* cMatrix, float degree, float px, float py) in OH_Drawing_MatrixPreRotate()
160 void OH_Drawing_MatrixPostRotate(OH_Drawing_Matrix* cMatrix, float degree, float px, float py) in OH_Drawing_MatrixPostRotate()
210 void OH_Drawing_MatrixRotate(OH_Drawing_Matrix* cMatrix, float degree, float px, float py) in OH_Drawing_MatrixRotate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.cpp236 float RenderLoadingProgress::GetCometScaleByDegree(double degree) in GetCometScaleByDegree()
252 float RenderLoadingProgress::GetCometAlphaByDegree(double degree) in GetCometAlphaByDegree()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp556 std::optional<float> degree; variable
841 float degree = properties.GetFlyOutDegree(); variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp112 bool BootAnimationOperation::InitRsSurfaceNode(int32_t degree) in InitRsSurfaceNode()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp167 int degree = -1; in CalcRotationDegree() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmatrix2d.cpp78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_fly_out_shader_filter.cpp39 RSFlyOutShaderFilter::RSFlyOutShaderFilter(float degree, uint32_t flyMode) in RSFlyOutShaderFilter()
H A Drs_image.cpp317 void RSImage::SetImageRotateDegree(int32_t degree) in SetImageRotateDegree()
695 int32_t degree = 0; in Unmarshalling() local
729 …, int& fitNum, int& repeatNum, std::vector<Drawing::Point>& radius, double& scale, int32_t& degree) in UnmarshalImageProperties()
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_test.cpp254 double degree = 11.0; variable

123