| /foundation/ace/ace_engine/frameworks/core/components/arc/ |
| D | arc_component.h | 41 ArcComponent(double outerRadius, double width) in ArcComponent() 47 ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle) in ArcComponent() 55 …ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle, const Color& … in ArcComponent() 92 void SetWidth(const Dimension& width) in SetWidth() 101 void SetWidth(double width) in SetWidth() 155 void SetShadowWidth(const Dimension& width) in SetShadowWidth()
|
| /foundation/graphic/standard/rosen/samples/2d_graphics/ |
| D | drawing_sample_rs.cpp | 75 void TestDrawPath(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawPath() 105 void TestDrawPathPro(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawPathPro() 150 void TestDrawBase(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawBase() 179 void TestDrawPathEffect(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawPathEffect() 202 void TestDrawFilter(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawFilter() 233 void TestDrawBitmap(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawBitmap() 251 void TestDrawImage(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImage() 285 void TestDrawImageRect(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImageRect() 307 void TestPicture(Canvas& canvas, uint32_t width, uint32_t height) in TestPicture() 333 void TestMatrix(Canvas &canvas, uint32_t width, uint32_t height) in TestMatrix() [all …]
|
| /foundation/graphic/ui/test/uitest/test_draw_rect/ |
| D | ui_test_draw_rect.cpp | 142 int16_t width = 120; // 120 : width in UIKit_DrawRect_Test_RectNoBorder_001() local 168 int16_t width = 120; // 120 : width in UIKit_DrawRect_Test_RectNoBorder_002() local 195 int16_t width = 120; // 120 : width size in UIKit_DrawRect_Test_RectNoBorder_003() local 222 int16_t width = 120; // 120 : width size in UIKit_DrawRect_Test_RectNoBorder_004() local 249 int16_t width = 50; // 50 : width in UIKit_DrawRect_Test_RectNoBorder_005() local 276 int16_t width = 50; // 50 : width in UIKit_DrawRect_Test_RectNoBorder_006() local 303 int16_t width = 50; // 50 : width in UIKit_DrawRect_Test_RectNoBorder_007() local 330 int16_t width = 50; // 50 : width in UIKit_DrawRect_Test_RectNoBorder_008() local 357 int16_t width = 51; // 51 : width in UIKit_DrawRect_Test_RectNoBorder_009() local 384 int16_t width = 50; // 50 : width in UIKit_DrawRect_Test_RectNoBorder_0010() local [all …]
|
| /foundation/ace/ace_engine/frameworks/base/geometry/ |
| D | dimension_rect.h | 33 DimensionRect(const Dimension& width, const Dimension& height, const DimensionOffset& offset) in DimensionRect() 37 … DimensionRect(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionRect() 66 void SetWidth(const Dimension& width) in SetWidth()
|
| D | size.h | 33 Size(double width, double height) : width_(width), height_(height) {} in Size() 45 void SetWidth(double width) in SetWidth() 99 Size& MinusWidth(double width) in MinusWidth()
|
| D | dimension_size.h | 34 … DimensionSize(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionSize() 46 void SetWidth(const Dimension& width) in SetWidth()
|
| /foundation/ace/ace_engine/frameworks/core/components/test/unittest/list/ |
| D | list_test_utils.cpp | 23 RefPtr<RenderBox> ListTestUtils::CreateRenderBox(double width, double height) in CreateRenderBox() 34 double width, double height, const RefPtr<PipelineContext>& context, bool primary) in CreateRenderItem() 56 …double width, double height, const RefPtr<PipelineContext>& context, bool needItem, bool specifyPr… in CreateRenderItemGroup()
|
| /foundation/graphic/standard/rosen/modules/render_service_base/src/platform/ohos/backend/ |
| D | rs_surface_frame_ohos_gl.cpp | 26 RSSurfaceFrameOhosGl::RSSurfaceFrameOhosGl(int32_t width, int32_t height) in RSSurfaceFrameOhosGl() 31 void RSSurfaceFrameOhosGl::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion()
|
| D | rs_surface_frame_ohos_raster.cpp | 24 RSSurfaceFrameOhosRaster::RSSurfaceFrameOhosRaster(int32_t width, int32_t height) in RSSurfaceFrameOhosRaster() 32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t he… in SetDamageRegion()
|
| /foundation/ace/ace_engine/frameworks/core/components/test/unittest/indexer/ |
| D | indexer_test_utils.cpp | 22 RefPtr<RenderBox> IndexerTestUtils::CreateRenderBox(double width, double height) in CreateRenderBox() 33 double width, double height, const RefPtr<PipelineContext>& context) in CreateRenderItem()
|
| /foundation/graphic/ui/frameworks/components/ |
| D | ui_surface_view.cpp | 59 void UISurfaceView::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition() 74 void UISurfaceView::Resize(int16_t width, int16_t height) in Resize() 85 void UISurfaceView::SetWidth(int16_t width) in SetWidth()
|
| /foundation/graphic/standard/rosen/modules/render_service_base/src/screen_manager/ |
| D | rs_screen_mode_info.cpp | 20 RSScreenModeInfo::RSScreenModeInfo(int32_t width, int32_t height, uint32_t refreshRate, int32_t id) in RSScreenModeInfo() 47 int32_t width; in Unmarshalling() local 85 void RSScreenModeInfo::SetScreenWidth(int32_t width) in SetScreenWidth()
|
| /foundation/ace/ace_engine_lite/frameworks/src/core/base/test/unittest/common/ |
| D | system_info_tdd_test.cpp | 81 uint16_t width = SystemInfo::GetInstance().GetScreenWidth(); variable 153 uint16_t width = SystemInfo::GetInstance().GetScreenWidth(); variable
|
| /foundation/graphic/standard/rosen/modules/render_service_client/core/ui/ |
| D | rs_surface_node.cpp | 68 void RSSurfaceNode::SetBounds(float positionX, float positionY, float width, float height) in SetBounds() 80 void RSSurfaceNode::SetBoundsSize(float width, float height) in SetBoundsSize() 86 void RSSurfaceNode::SetBoundsWidth(float width) in SetBoundsWidth() 98 void RSSurfaceNode::UpdateSurfaceDefaultSize(float width, float height) in UpdateSurfaceDefaultSize()
|
| /foundation/ace/ace_engine/frameworks/core/components/test/unittest/scroll/ |
| D | scroll_test_utils.cpp | 37 RefPtr<RenderBox> ScrollTestUtils::CreateRenderBox(double width, double height, bool deliverMinToCh… in CreateRenderBox() 48 RefPtr<BoxComponent> ScrollTestUtils::CreateBoxComponent(double width, double height, bool deliverM… in CreateBoxComponent()
|
| /foundation/multimedia/camera_standard/frameworks/native/camera/test/unittest/src/ |
| D | camera_framework_unittest.cpp | 168 sptr<CaptureOutput> CameraFrameworkUnitTest::CreatePhotoOutput(int32_t width, int32_t height) in CreatePhotoOutput() 176 sptr<CaptureOutput> CameraFrameworkUnitTest::CreatePreviewOutput(int32_t width, int32_t height) in CreatePreviewOutput() 184 sptr<CaptureOutput> CameraFrameworkUnitTest::CreateVideoOutput(int32_t width, int32_t height) in CreateVideoOutput() 341 int32_t width = PREVIEW_DEFAULT_WIDTH; variable 376 int32_t width = PREVIEW_DEFAULT_WIDTH; variable 411 int32_t width = PREVIEW_DEFAULT_WIDTH; variable 431 int32_t width = PREVIEW_DEFAULT_WIDTH; variable 448 int32_t width = 0; variable 466 int32_t width = PHOTO_DEFAULT_WIDTH; variable 501 int32_t width = PHOTO_DEFAULT_WIDTH; variable [all …]
|
| /foundation/graphic/ui/test/unittest/components/ |
| D | ui_picker_unit_test.cpp | 132 const int16_t width = 10; variable 156 const int16_t width = 100; variable
|
| /foundation/distributedhardware/distributedscreen/services/common/utils/include/ |
| D | dscreen_maprelation.h | 28 uint16_t width; member 34 int32_t width; member
|
| /foundation/ace/ace_engine/frameworks/core/components/option/ |
| D | render_option.h | 44 void SetFixedWidth(double width) in SetFixedWidth() 50 void SetMaxWidth(double width) in SetMaxWidth()
|
| /foundation/graphic/standard/rosen/modules/render_service_base/include/common/ |
| D | rs_rect.h | 45 RectT(T left, T top, T width, T height) in RectT() 80 void SetAll(T left, T top, T width, T height) in SetAll() 127 T width = std::min(GetRight(), rect.GetRight()) - left; in IntersectRect() local 135 T width = std::max(GetRight(), rect.GetRight()) - left; in JoinRect() local
|
| /foundation/windowmanager/snapshot/ |
| D | snapshot_utils.h | 27 uint32_t width; member 38 int32_t width = -1; member
|
| /foundation/graphic/standard/rosen/modules/2d_graphics/src/engine_adapter/skia_adapter/ |
| D | skia_bitmap.cpp | 63 static inline SkImageInfo MakeSkImageInfo(const int width, const int height, const BitmapFormat& fo… in MakeSkImageInfo() 70 void SkiaBitmap::Build(const int width, const int height, const BitmapFormat& format) in Build() 102 void SkiaBitmap::CopyPixels(Bitmap& dst, int srcLeft, int srcTop, int width, int height) const in CopyPixels()
|
| /foundation/graphic/ui/interfaces/kits/components/ |
| D | ui_box_progress.h | 106 void SetWidth(int16_t width) override in SetWidth() 172 void SetValidWidth(int16_t width) in SetValidWidth()
|
| /foundation/graphic/standard/frameworks/wm/include/ |
| D | subwindow_option_impl.h | 45 uint32_t width = 1; variable
|
| /foundation/ace/ace_engine/frameworks/core/components/custom_paint/ |
| D | render_offscreen_canvas_creator.cpp | 21 int32_t width, int32_t height) in Create()
|