Home
last modified time | relevance | path

Searched defs:width (Results 501 - 525 of 7379) sorted by relevance

1...<<21222324252627282930>>...296

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pixel_unit_convert_ffi.cpp83 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale() local
H A Dcj_flex_ffi.cpp51 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 Dcj_counter_ffi.cpp48 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 Djs_circle.cpp55 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
H A Djs_ellipse.cpp54 JSRef<JSVal> width = params->GetProperty("width"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dplugin_model_impl.cpp47 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 Dcj_measure_ffi.h48 double width; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp154 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 Dtesting_draw_cmd_list.h39 void SetWidth(int32_t width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp118 auto width = layoutSize.Width(); in FlushRender() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp55 auto width = abilityComponent->GetWidth(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_rect.cpp63 RSScalar width = ConvertDimensionToPx(rectAttr_.width, viewPort, SvgLengthType::HORIZONTAL); in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.cpp45 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp91 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
114 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
137 int32_t width = static_cast<int32_t>(pixmap.width()); in HWTEST_F() local
159 int32_t width = static_cast<int32_t>(pixmap.width()); HWTEST_F() local
185 int32_t width = 0; HWTEST_F() local
206 int32_t width = static_cast<int32_t>(pixmap.width()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp47 auto width = DEFAULT_SIZE.ConvertToPx() - leftPadding - rightPadding; in MeasureContent() local
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp132 const int16_t width = 10; in HWTEST_F() local
156 const int16_t width = 100; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_surface_view.cpp59 void UISurfaceView::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition() argument
74 void UISurfaceView::Resize(int16_t width, int16_t height) in Resize() argument
85 void UISurfaceView::SetWidth(int16_t width) in SetWidth() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp58 int16_t width = valid.GetWidth(); in DrawCommon() local
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_delegate.cpp34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t height) in SetBounds() argument
44 SurfaceDelegateError SurfaceDelegate::SetSurfaceSize(uint32_t width, uint32_t height) in SetSurfaceSize() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client__alpha_offscreen_demo.cpp66 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H A Dimageinfo_fuzzer.cpp46 int width = GetObject<int>() % MAX_SIZE; in ImageInfoFuzzTest001() local
68 int32_t width = GetObject<int32_t>() % MAX_SIZE; in ImageInfoFuzzTest002() local
85 int width = GetObject<int>() % MAX_SIZE; in ImageInfoFuzzTest003() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsize_test.cpp143 float width = size->Width(); in HWTEST_F() local
159 float width = size->Width(); in HWTEST_F() local
175 float width = size->Width(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_gl_test.cpp103 int32_t width = 1; in HWTEST_F() local
123 int32_t width = 1; in HWTEST_F() local
177 int32_t width = 1; in HWTEST_F() local
198 int32_t width = 1; in HWTEST_F() local
225 int32_t width = 1; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster.cpp24 RSSurfaceFrameOhosRaster::RSSurfaceFrameOhosRaster(int32_t width, int32_t height) in RSSurfaceFrameOhosRaster() argument
32 void RSSurfaceFrameOhosRaster::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
H A Drs_surface_frame_ohos_gl.cpp26 RSSurfaceFrameOhosGl::RSSurfaceFrameOhosGl(int32_t width, int32_t height) in RSSurfaceFrameOhosGl() argument
31 void RSSurfaceFrameOhosGl::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument

Completed in 8 milliseconds

1...<<21222324252627282930>>...296