/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | render_offscreen_canvas_creator.cpp | 23 Create( const WeakPtr<PipelineBase>& context, int32_t width, int32_t height) Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_edge.cpp | 20 BorderEdge::BorderEdge(const Color& color, const Dimension& width, BorderStyle style) in BorderEdge() argument
|
H A D | border_image_edge.cpp | 19 BorderImageEdge(const Dimension& slice, const Dimension& outset, const Dimension& width, BorderImageRepeat repeat) BorderImageEdge() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_ellipse_ffi.cpp | 23 void FfiOHOSAceFrameworkEllipseCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkEllipseCreate() argument 34 int64_t FfiOHOSAceFrameworkEllipseInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkEllipseInsCreate() argument
|
H A D | cj_circle_ffi.cpp | 23 void FfiOHOSAceFrameworkCircleCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCircleCreate() argument 34 int64_t FfiOHOSAceFrameworkCircleInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCircleInsCreate() argument
|
H A D | cj_polygon_ffi.cpp | 25 void FfiOHOSAceFrameworkPolygonCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkPolygonCreate() argument
|
H A D | cj_line_ffi.cpp | 25 void FfiOHOSAceFrameworkLineCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkLineCreate() argument
|
H A D | cj_shape_ffi.h | 35 double width; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_ext_surface_callback_client.cpp | 27 void XComponentExtSurfaceCallbackClient::ProcessSurfaceChange(int32_t width, int32_t height) in ProcessSurfaceChange() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_slider_unit_test.cpp | 73 const int16_t width = 10; in HWTEST_F() local
|
H A D | ui_time_picker_unit_test.cpp | 72 const int16_t width = 50; in HWTEST_F() local
|
/foundation/ability/ability_base/interfaces/kits/native/view_data/include/ |
H A D | rect.h | 30 float width = 0.0f; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_paint_property.h | 78 void SetIdealWidthForWeb(int32_t width) in SetIdealWidthForWeb() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.h | 57 Dimension width; member [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/udmf/ |
H A D | udmf_client.h | 31 int32_t width = 0; member
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_image_info.h | 28 TestingImageInfo(int width, int height, ColorType colorType, AlphaType alphaType, in TestingImageInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | extension_custom_node.cpp | 33 void ExtensionCustomNode::OnLayout(int32_t width, int32_t height, int32_t positionX, int32_t positionY) in OnLayout() argument
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | frame_information.h | 30 std::optional<int32_t> width; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | circle_paint_method.h | 61 float width = paintWrapper->GetContentSize().Width(); variable
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_singlethread/ |
H A D | drawing_singlethread.cpp | 32 void DrawingSinglethread::Test(Drawing::Canvas* canvas, int width, int height)
in Test() argument
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_multithread/ |
H A D | drawing_mutilthread.cpp | 26 void DrawingMultithread::Test(Drawing::Canvas* canvas, int width, int height)
in Test() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | surface_test.cpp | 38 const int32_t width = 256; // 256 绘图表面的宽度 in OnTestPerformance() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_skp_capture_dfx.cpp | 39 const auto width = static_cast<float>(curCanvas_->GetWidth()); in TryCapture() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_record_cmd_utils.cpp | 29 int32_t width = rect.GetWidth(); in BeginRecording() local
|