Home
last modified time | relevance | path

Searched defs:bottomLeft (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_container_span.cpp56 CalcDimension bottomLeft; in ParseTextBackgroundStyle() local
H A Djs_menu.cpp160 CalcDimension bottomLeft; in HandleDifferentRadius() local
H A Djs_button.cpp199 CalcDimension bottomLeft; in HandleDifferentRadius() local
600 CalcDimension bottomLeft; in JsRadius() local
H A Djs_utils.cpp216 CalcDimension bottomLeft; in HandleDifferentRadius() local
H A Djs_image.cpp405 CalcDimension bottomLeft; in ParseBorderRadius() local
H A Djs_view_abstract.cpp3327 CalcDimension bottomLeft; in ParseMenuBorderRadius() local
4640 CalcDimension bottomLeft; in ParseBorderRadius() local
4666 CalcDimension bottomLeft; in ParseOuterBorderRadius() local
4690 CalcDimension& bottomLeft, CalcDimension& bottomRight) in ParseAllBorderRadiuses()
10463 CalcDimension bottomLeft; in ParseBorderRadiusProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_foreground_modifier.cpp78 …auto bottomLeft = static_cast<float>(border.radiusBottomLeft.value_or(Dimension()).ConvertToPx()) … in MakeRRadius() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_span_ffi.cpp71 CalcDimension bottomLeft = CalcDimension(bottomLeftValue); in ParseTextBackgroundStyle() local
H A Dcj_button_ffi.cpp91 CalcDimension bottomLeft(value.bottomLeft, static_cast<DimensionUnit>(value.bottomLeftUnit)); in FfiOHOSAceFrameworkButtonSetAllBorderRadius() local
H A Dcj_view_abstract_ffi.h129 double bottomLeft; member
H A Dcj_view_abstract_ffi.cpp392 CalcDimension bottomLeft(value.bottomLeft, static_cast<DimensionUnit>(value.bottomLeftUnit)); in FfiOHOSAceFrameworkViewAbstractSetAllBorderRadius() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.cpp418 Offset bottomLeft = (DOT3_POSITION + dot3StartOffset_) * dipScale; in PaintMore() local
453 Offset bottomLeft = (DOT3_POSITION + dot3StartOffset_) * dipScale; in PaintMore() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp121 Drawing::Point bottomLeft = controlPointOfVertex[2]; in CalculateCubicsCtrlPointOffset() local
285 Drawing::Point bottomLeft = isBelowTarget_ ? in CalculateUpperCtrlPointOfVertex() local
307 Drawing::Point bottomLeft = isBelowTarget_ ? in CalculateLowerCtrlPointOfVertex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.h37 Radius bottomLeft; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp124 float bottomLeft, float bottomRight) in SetCornerRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmenu_modifier.cpp162 auto bottomLeft = in SetRadius() local
H A Dcustom_dialog_model.cpp262 ArkUI_Float32 topRight, ArkUI_Float32 bottomLeft, ArkUI_Float32 bottomRight) in SetDialogCornerRadius()
H A Drender_node_modifier.cpp344 …dius(ArkUINodeHandle node, ArkUI_Float32 topLeft, ArkUI_Float32 topRight, ArkUI_Float32 bottomLeft, in SetBorderRadius()
H A Dnode_api.cpp1762 ArkUIDialogHandle handle, float topLeft, float topRight, float bottomLeft, float bottomRight) in SetDialogCornerRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_menu_bridge.cpp210 CalcDimension bottomLeft; in ParseRadius() local
H A Darkts_native_image_span_bridge.cpp385 CalcDimension bottomLeft; in SetBorderRadius() local
H A Darkts_native_image_bridge.cpp783 CalcDimension bottomLeft; in SetBorderRadius() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h504 EdgeF bottomLeft; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js2188 this.borderRadiusValue = { topLeft: 0, topRight: 0, bottomLeft: 0, bottomRight: 0 }; property in borderRadiusValue
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp410 Dimension bottomLeft = radiusBottomLeft.has_value() in SetBorderRadius() local

12