Home
last modified time | relevance | path

Searched defs:elevation (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A D_satellite_status_info.md65 ### elevation subsection
/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()
148 void SetElevation(float elevation) in SetElevation()
/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()
/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
/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
/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
/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()
/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp963 const float& offsetY, const float& elevation, const bool& isFilled, Color spotColor) in DrawShadow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp230 float elevation = 0.1f; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp608 auto elevation = *item.floatsValue_; in ConfigAppWindowShadow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1942 void RSProperties::SetShadowElevation(float elevation) in SetShadowElevation()
4354 float elevation = GetShadowElevation(); in UpdateForegroundFilter() local
H A Drs_properties_painter.cpp242 float elevation = properties.GetShadowElevation() + DEFAULT_TRANSLATION_Z; in GetShadowDirtyRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp1536 auto elevation = shadow_.GetElevation(); in GetRectWithShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h328 virtual void SetShadowElevation(float elevation) {} in SetShadowElevation()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_lib.h451 float elevation; member
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1670 cJSON *elevation = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_elevation"); in ParserDragShadowInfo() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1742 void RSNode::SetShadowElevation(float elevation) in SetShadowElevation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp6242 void RosenRenderContext::SetShadowElevation(float elevation)