Home
last modified time | relevance | path

Searched refs:elevation (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A D_satellite_status_info.md24 | float[] [elevation](#elevation) | 卫星仰角 |
65 ### elevation subsection
67 float [] elevation
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h58 Shadow(float elevation, Offset offset, Color spotColor, ShadowStyle style) in Shadow() argument
61 SetElevation(elevation); in Shadow()
148 void SetElevation(float elevation) in SetElevation() argument
150 if (elevation >= 0.0f && elevation < LIGHT_HEIGHT) { in SetElevation()
151 elevation_ = elevation; in SetElevation()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-c++.md114 <elevation>0</elevation>
122 <elevation>0</elevation>
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp46 void RSShadow::SetElevation(float elevation) in SetElevation() argument
48 elevation_ = elevation; in SetElevation()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-c++.md116 <elevation>0</elevation>
124 <elevation>0</elevation>
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.h80 auto elevation = themeStyle->GetAttr<double>(elevationName, 0.0); in ParseShadowParam() local
95 return Shadow(static_cast<float>(elevation), offset, color, shadowStyle); in ParseShadowParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsshadow_fuzzer/
H A Drsshadow_fuzzer.cpp131 float elevation = GetData<float>(); in DoSetElevation() local
132 rsShadow->SetElevation(elevation); in DoSetElevation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h51 void SetElevation(float elevation);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/cpp_target/location/gnss/v1_0/
H A Dgnss_types.cpp.txt94 if (!WritePodArray(data, dataBlock.elevation)) {
95 HDF_LOGE("%{public}s: failed to write dataBlock.elevation", __func__);
138 if (!ReadPodArray(data, dataBlock.elevation)) {
139 HDF_LOGE("%{public}s: failed to read dataBlock.elevation", __func__);
H A Dgnss_types.h.txt130 std::vector<float> elevation;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_event_callback.cpp152 svStatus->SetAltitude(info.elevation[i]); in ReportSatelliteStatusInfo()
161 ", elevation : " + std::to_string(info.elevation[i]) + in ReportSatelliteStatusInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp335 float elevation = GetData<float>(); in RSShadowFuzzTest() local
344 shadow.SetElevation(elevation); in RSShadowFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h66 const float& elevation, const bool& isFilled, Color spotColor);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp242 float elevation = properties.GetShadowElevation() + DEFAULT_TRANSLATION_Z; in GetShadowDirtyRect() local
245 …(elevation != DEFAULT_LIGHT_HEIGHT) ? elevation / (DEFAULT_LIGHT_HEIGHT - elevation) : MAX_TRANS_R… in GetShadowDirtyRect()
248 float userSpotRatio = (elevation != DEFAULT_LIGHT_HEIGHT) in GetShadowDirtyRect()
249 ? DEFAULT_LIGHT_HEIGHT / (DEFAULT_LIGHT_HEIGHT - elevation) in GetShadowDirtyRect()
260 float ambientBlur = std::min(elevation * 0.5f, MAX_AMBIENT_RADIUS); in GetShadowDirtyRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp425 Local<JSValueRef> elevation = runtimeCallInfo->GetCallArgRef(1); in SetShadowElevation() local
427 if (elevation->IsNumber()) { in SetShadowElevation()
428 elevationValue = elevation->ToNumber(vm)->Value(); in SetShadowElevation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp171 void SetShadowElevation(ArkUINodeHandle node, ArkUI_Float32 elevation) in SetShadowElevation() argument
176 renderContext->SetShadowElevation(elevation); in SetShadowElevation()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp224 svStatus.elevation.push_back(svInfo->satellitesList[i].elevation); in SvStatusCallback()
H A Dlocation_vendor_lib.h451 float elevation; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/dump_ast_target/
H A Ddump.txt148 float[] elevation;
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_event_callback_test.cpp184 statusInfo.elevation.push_back(12);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp1536 auto elevation = shadow_.GetElevation(); in GetRectWithShadow() local
1537 if (elevation > 0.0f && elevation < shadow_.GetLightHeight()) { in GetRectWithShadow()
1539 blurRadius = elevation / (shadow_.GetLightHeight() - elevation) * shadow_.GetLightRadius(); in GetRectWithShadow()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp608 auto elevation = *item.floatsValue_; in ConfigAppWindowShadow() local
609 if (elevation.size() != 1 || MathHelper::LessNotEqual(elevation[0], 0.0)) { in ConfigAppWindowShadow()
612 outShadow.elevation_ = elevation[0]; in ConfigAppWindowShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Drender_node.ts542 set shadowElevation(elevation: number) {
543 this.shadowElevationValue = this.checkUndefinedOrNullWithDefaultValue<number>(elevation, 0);
/ohos5.0/drivers/interface/location/gnss/v1_0/
H A DGnssTypes.idl215 float[] elevation;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_gnss_v1_0/foo/location/gnss/v1_0/
H A DGnssTypes.idl216 float[] elevation;

12