Home
last modified time | relevance | path

Searched defs:height (Results 501 - 525 of 4474) sorted by relevance

1...<<21222324252627282930>>...179

/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp24 RequestInfo::RequestInfo(const sptr<IRemoteObject> &token, int32_t left, int32_t top, int32_t width, int32_t height) in RequestInfo() argument
85 CreateJsWindowRect( napi_env env, int32_t left, int32_t top, int32_t width, int32_t height) CreateJsWindowRect() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp118 auto height = box->GetLayoutSize().Height(); in HandleAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_rect_component.cpp107 void SvgRectComponent::SetHeight(const Dimension& height) in SetHeight() argument
H A Dsvg_component.cpp82 void SvgComponent::SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_view_ng.cpp77 void ModelViewNG::SetRenderHeight(Dimension& height) in SetRenderHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h39 Dimension height; member
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drosen_render_scene_viewer.cpp46 OHOS::Render3D::TextureInfo RosenRenderSceneViewer::CreateRenderTarget(uint32_t width, uint32_t height) in CreateRenderTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp106 double height = GetLayoutParam().GetMinSize().Height(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_rect_declaration.h29 Dimension height; member
114 void SetHeight(const Dimension& height) in SetHeight() argument
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/triangle/
H A Dtriangle_component.h47 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
/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

Completed in 10 milliseconds

1...<<21222324252627282930>>...179