| /drivers/peripheral/display/buffer/vdi_base/include/ |
| H A D | hi_gbm_internal.h | 35 uint32_t width; member
|
| /drivers/peripheral/thermal/test/unittest/ |
| H A D | hdf_thermal_log_test.cpp | 91 uint32_t width = hdfLog.GetIntParameter("persist.thermal.log.width", def, minVal); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
| H A D | rosen_render_column_split.cpp | 57 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 D | checkboxgroup_model.h | 36 virtual void SetCheckMarkWidth(const Dimension& width) {} in SetCheckMarkWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/clip/ |
| H A D | rosen_render_clip.cpp | 34 void RosenRenderClip::SetWidth(double width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_filter_declaration.h | 26 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 D | plugin_request_data.h | 36 Dimension width; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | custom_paint_util.h | 44 double width = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
| H A D | plugin_model_ng.cpp | 57 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 D | edge.cpp | 83 double width = GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in GetLayoutSizeInPx() local
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | dimension_size.h | 34 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 D | property_animatable_helper.h | 47 Dimension width = edge.GetWidth(); in Set() local
|
| /foundation/arkui/ace_engine/frameworks/base/window/ |
| H A D | drag_window.h | 51 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 D | cj_pixel_unit_convert_ffi.cpp | 83 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale() local
|
| H A D | cj_flex_ffi.cpp | 51 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 D | cj_counter_ffi.cpp | 48 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 D | js_circle.cpp | 55 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
|
| H A D | js_ellipse.cpp | 54 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | plugin_model_impl.cpp | 47 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 D | cj_measure_ffi.h | 48 double width; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_cache_layout_test_ng.cpp | 154 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 D | testing_draw_cmd_list.h | 39 void SetWidth(int32_t width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | paint_wrapper.cpp | 118 auto width = layoutSize.Width(); in FlushRender() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
| H A D | render_ability_component.cpp | 55 auto width = abilityComponent->GetWidth(); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_rect.cpp | 63 RSScalar width = ConvertDimensionToPx(rectAttr_.width, viewPort, SvgLengthType::HORIZONTAL); in AsPath() local
|