| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
| H A D | menu_model_ng.cpp | 96 void MenuModelNG::SetWidth(const Dimension& width) in SetWidth() argument 204 void MenuModelNG::SetWidth(FrameNode* frameNode, const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | text_field_element.cpp | 220 void TextFieldElement::OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight) in OnSurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
| H A D | render_triangle.cpp | 26 double width = x2_ - x1_; in Calculate() local 110 double width = NormalizeToPx(width_); in CalculateTrianglePoints() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | texture_component.h | 69 void SetSrcWidth(uint32_t width) in SetSrcWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_pattern_declaration.h | 26 Dimension width; // pattern area width default value member 79 void SetWidth(const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/option/ |
| H A D | render_option.h | 45 void SetFixedWidth(double width) in SetFixedWidth() argument 51 void SetMaxWidth(double width) in SetMaxWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | list_component.cpp | 83 void ListComponent::SetWidth(double width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
| H A D | render_rich_text.cpp | 166 void RenderRichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t contentHeight) in UpdateLayoutParams() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | button_model.h | 45 virtual void SetWidth(const Dimension& width) {} in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
| H A D | checkbox_layout_algorithm.cpp | 38 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 46 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 56 auto width = defaultWidth_ - 2 * horizontalPadding_; in MeasureContent() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
| H A D | editabletitlebar.js | [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | card_frontend_declarative.cpp | 217 void CardFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument 229 void CardFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_image_data.cpp | 77 double width = 0.0; in GetImageDataSize() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | form_model_impl.cpp | 31 void FormModelImpl::SetSize(const Dimension& width, const Dimension& height) in SetSize() argument
|
| H A D | slider_model_impl.cpp | 129 void SliderModelImpl::SetBlockSize(const Dimension& width, const Dimension& height) {} in SetBlockSize() argument
|
| H A D | checkbox_model_impl.cpp | 86 void CheckBoxModelImpl::SetWidth(const Dimension& width) in SetWidth() argument 122 auto width = checkboxComponent->GetWidth(); in SetPadding() local
|
| H A D | checkboxgroup_model_impl.cpp | 84 void CheckBoxGroupModelImpl::SetWidth(const Dimension& width) in SetWidth() argument 120 auto width = checkboxComponent->GetWidth(); in SetPadding() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
| H A D | toolbar.js | [all...] |
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | rrect.h | 41 RRect(double x, double y, double width, double height) in RRect() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/badge/ |
| H A D | rosen_render_badge.cpp | 265 void RosenRenderBadge::RenderBadgeBoundary(SkCanvas* canvas, double startX, double startY, double width, double height) in RenderBadgeBoundary() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_plugin.cpp | 86 CalcDimension width = 0.0_vp; in JsSize() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_alert_dialog_ffi.h | 30 double width; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/arc/ |
| H A D | render_arc.cpp | 119 void RenderArc::SetWidth(double width) in SetWidth() argument
|
| H A D | arc_component.h | 41 ArcComponent(double outerRadius, double width) in ArcComponent() argument 47 ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle) in ArcComponent() argument 55 ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle, const Color& color) in ArcComponent() argument 92 void SetWidth(const Dimension& width) in SetWidth() argument 101 SetWidth(double width) SetWidth() argument 155 SetShadowWidth(const Dimension& width) SetShadowWidth() argument [all...] |
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| H A D | pixel_map_preview.cpp | 44 ConvertSkImageToPixmap( const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) ConvertSkImageToPixmap() argument
|