Home
last modified time | relevance | path

Searched defs:width (Results 401 - 425 of 4990) sorted by relevance

1...<<11121314151617181920>>...200

/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drosen_render_column_split.cpp57 void RosenRenderColumnSplit::PaintDivider(RenderContext& context, const Offset& offset, double width) in PaintDivider() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_model.h36 virtual void SetCheckMarkWidth(const Dimension& width) {} in SetCheckMarkWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drosen_render_clip.cpp34 void RosenRenderClip::SetWidth(double width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_filter_declaration.h26 Dimension width = Dimension(1.2, DimensionUnit::PERCENT); // masking area width default value member
75 void SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_request_data.h36 Dimension width; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_util.h44 double width = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_model_ng.cpp57 void PluginModelNG::SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument
70 void PluginModelNG::SetWidth(const Dimension& width) in SetWidth() argument
99 void PluginModelNG::SetPluginSize(FrameNode* frameNode, const Dimension& width, const Dimension& height) in SetPluginSize() argument
111 SetWidth(FrameNode* frameNode, const Dimension& width) SetWidth() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp83 double width = GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in GetLayoutSizeInPx() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_size.h34 DimensionSize(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionSize() argument
46 void SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h47 Dimension width = edge.GetWidth(); in Set() local
/foundation/arkui/ace_engine/frameworks/base/window/
H A Ddrag_window.h51 uint32_t width = 0; member
83 void SetSize(int32_t width, int32_t height) in SetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pixel_unit_convert_ffi.cpp83 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale() local
H A Dcj_flex_ffi.cpp51 void FfiOHOSAceFrameworkFlexSetFlexWidth(double width, int32_t unit) in FfiOHOSAceFrameworkFlexSetFlexWidth() argument
65 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkFlexSetFlexSize() argument
H A Dcj_counter_ffi.cpp48 void FfiOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCounterSetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_circle.cpp55 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
H A Djs_ellipse.cpp54 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dplugin_model_impl.cpp47 void PluginModelImpl::SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument
55 void PluginModelImpl::SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h48 double width; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp154 float width = childProps->GetCrossSpan(Axis::VERTICAL) * GRID_WIDTH / 4; in HWTEST_F() local
190 float width = childProps->GetCrossSpan(Axis::VERTICAL) * GRID_WIDTH / 6; in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_draw_cmd_list.h39 void SetWidth(int32_t width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp118 auto width = layoutSize.Width(); in FlushRender() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp55 auto width = abilityComponent->GetWidth(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_rect.cpp63 RSScalar width = ConvertDimensionToPx(rectAttr_.width, viewPort, SvgLengthType::HORIZONTAL); in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.cpp45 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp91 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
114 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
137 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
159 int32_t width = static_cast<int32_t>(pixmap.width()); HWTEST_F() local
185 int32_t width = 0; HWTEST_F() local
206 int32_t width = static_cast<int32_t>(pixmap.width()); HWTEST_F() local
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...200