Home
last modified time | relevance | path

Searched defs:height (Results 576 - 600 of 5756) sorted by relevance

1...<<21222324252627282930>>...231

/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Dtriangle_component.h47 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_image_declaration.h27 Dimension height = Dimension(0.0, DimensionUnit::PX); // image height default value member
64 void SetHeight(const Dimension& height) in SetHeight() argument
H A Dsvg_mask_declaration.h27 Dimension height = Dimension(1.2, DimensionUnit::PERCENT); // masking area height default value member
65 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h95 void FireRSCanvasCallback(double width, double height) in FireRSCanvasCallback() argument
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drosen_render_multimodal.cpp67 auto height = NormalizeToPx(Dimension(DEFAULT_SIZE, DimensionUnit::VP)); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp57 float height = std::max<float>( in CreateNodePaintMethod() local
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dblock_component.h76 void SetHotRegionHeight(const Dimension& height) in SetHotRegionHeight() argument
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player.cpp97 int32_t MirrorPlayer::ResizeVirtualScreen(uint32_t width, uint32_t height) in ResizeVirtualScreen() argument
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp262 double height = GetLayoutParam().GetMaxSize().Height(); in Measure() local
H A Drosen_render_capsule_track.cpp214 double height = canvasSize.Height(); in Paint() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_rect.h34 DimensionRect(const Dimension& width, const Dimension& height, const DimensionOffset& offset) in DimensionRect() argument
38 DimensionRect(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionRect() argument
71 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp163 void ShapeAbstractModelImpl::SetHeight(Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_stack_ffi.cpp102 void FfiOHOSAceFrameworkStackSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkStackSetSize() argument
H A Dcj_checkbox_group_ffi.cpp76 void FfiOHOSAceFrameworkCheckBoxGroupSetHeight(double height, uint32_t unit) in FfiOHOSAceFrameworkCheckBoxGroupSetHeight() argument
83 void FfiOHOSAceFrameworkCheckBoxGroupSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkCheckBoxGroupSetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_counter.cpp169 Dimension height; in SetSize() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.cpp48 void NativeShapeAbstract::SetSize(const Dimension& width, const Dimension& height) in SetSize() argument
72 NativeCircle::NativeCircle(const Dimension& width, const Dimension& height) : NativeShapeAbstract() in NativeCircle() argument
86 NativeEllipse::NativeEllipse(const Dimension& width, const Dimension& height) : NativeShapeAbstract() in NativeEllipse() argument
100 NativeRect::NativeRect(const Dimension& width, const Dimension& height) : NativeShapeAbstract() in NativeRect() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtext_field_manager.cpp54 void TextFieldManager::SetHeight(float height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_counter_bridge.cpp79 CalcDimension height; in SetCounterHeight() local
170 CalcDimension height; in SetCounterSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_rendering_context.h63 void SetHeight(double height) in SetHeight() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp46 void AceViewPreview::NotifySurfaceChanged(int32_t width, int32_t height, in NotifySurfaceChanged() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp297 auto height = Dimension(HEIGHT); in SetSize() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dplugin_modifier.cpp35 Dimension height = Dimension(value, static_cast<DimensionUnit>(heightUnit)); in SetPluginHeight() local
45 Dimension height = Dimension(heightVal, static_cast<DimensionUnit>(heightUnit)); in SetPluginSize() local
61 Dimension height = Dimension(DEFAULT_VALUE, DEFAULT_UNIT); in ResetPluginHeight() local
70 Dimension height = Dimension(DEFAULT_VALUE, DEFAULT_UNIT); in ResetPluginSize() local
H A Dcounter_modifier.cpp49 Dimension height = Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetCounterHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_layout_algorithm.cpp53 auto height = (switchTheme->GetHeight() - switchTheme->GetHotZoneVerticalPadding() * 2).ConvertToPx(); in MeasureContent() local
60 float height = 0.0f; in MeasureContent() local
101 void SwitchLayoutAlgorithm::CalcHeightAndWidth(float& height, float& width, float frameHeight, float frameWidth) in CalcHeightAndWidth() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_view_box.h64 void SetHeight(const Dimension& height) in SetHeight() argument

Completed in 10 milliseconds

1...<<21222324252627282930>>...231