Home
last modified time | relevance | path

Searched defs:dimension (Results 1 - 25 of 80) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dcalc_dimension.h34 CalcDimension(const Dimension& dimension) : Dimension(dimension) {}; in CalcDimension() argument
48 Dimension& dimension = *this; in operator =() local
H A Danimatable_dimension.cpp23 Dimension& dimension = *this; in operator =() local
31 CalcDimension& dimension = *this; in operator =() local
H A Danimatable_dimension.h48 explicit AnimatableDimension(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in AnimatableDimension() argument
52 explicit AnimatableDimension(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in AnimatableDimension() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmeasurable.h33 virtual void SetWidth(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in SetWidth() argument
38 virtual void SetWidth(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in SetWidth() argument
53 virtual void SetWidth(const AnimatableDimension& dimension) in SetWidth() argument
63 virtual void SetHeight(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in SetHeight() argument
68 virtual void SetHeight(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in SetHeight() argument
83 SetHeight(const AnimatableDimension& dimension) SetHeight() argument
[all...]
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Drunning_form_info.h40 int32_t dimension; member
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_request_data.h34 int32_t dimension = -1; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drow_composed_element.cpp79 auto dimension = renderRow->GetInspectorSpace(); in GetSpace() local
H A Dcolumn_composed_element.cpp77 auto dimension = renderColumn->GetInspectorSpace(); in GetSpace() local
/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp157 int32_t dimension = 3; variable
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_universal_painter.cpp117 double RosenUniversalPainter::NormalizeToPx(const Dimension& dimension, double scale) in NormalizeToPx() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h36 int32_t dimension = -1; member
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp69 double RenderBoxBase::ConvertMarginToPx(CalcDimension dimension, bool vertical, bool additional) const in ConvertMarginToPx() argument
108 double RenderBoxBase::ConvertDimensionToPx(CalcDimension dimension, boo argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dcalc_length.h60 explicit CalcLength(const Dimension& dimension) : dimension_(dimension) {}; in CalcLength() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgradient_style_modifier.h68 void PaddingColorStops(size_t size, const Dimension& dimension) in PaddingColorStops() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_hps_blur.cpp47 std::array<int, 2> dimension = canvas.CalcHpsBluredImageDimension(param); // There are 2 variables in ApplyHpsBlur() local
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h55 void SetDimension(int32_t dimension) in SetDimension() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component.h44 void SetDimension(int32_t dimension) in SetDimension() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.cpp41 auto dimension = Dimension(1.0f, DimensionUnit::PERCENT); in BeforeCreateLayoutWrapper() local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.h64 Dimension dimension; member in OHOS::Ace::HtmlToSpan::BaseLineSpanParam
68 Dimension dimension; member in OHOS::Ace::HtmlToSpan::LetterSpacingSpanParam
72 Dimension dimension; member in OHOS::Ace::HtmlToSpan::LineHeightSpanSparam
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_form_component_bridge.cpp75 int32_t dimension = dimensionArg->Int32Value(vm); in SetDimension() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.cpp42 void ParseAndSetWidth(Dimension dimension, CJWidthType widthType) in ParseAndSetWidth() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp1039 auto dimension = Dimension(-1.0); in HWTEST_F() local
1174 auto dimension = Dimension(-1.0); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dform_component_modifier.cpp39 void SetDimension(ArkUINodeHandle node, ArkUI_Int32 dimension) in SetDimension() argument
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp623 constexpr int32_t dimension = 3; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp194 double RosenRenderTransform::ConvertDimensionToScaleBySize(const Dimension& dimension, double size) in ConvertDimensionToScaleBySize() argument

Completed in 11 milliseconds

1234