Home
last modified time | relevance | path

Searched defs:width (Results 476 – 500 of 1907) sorted by relevance

1...<<11121314151617181920>>...77

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h28 const AnimatableDimension& width, const AnimatableDimension& height) in ShapeViewBox()
80 void SetWidth(const AnimatableDimension& width) in SetWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display.cpp180 bool RoundCornerDisplay::LoadImgsbyResolution(uint32_t width, uint32_t height) in LoadImgsbyResolution()
212 void RoundCornerDisplay::UpdateDisplayParameter(uint32_t width, uint32_t height) in UpdateDisplayParameter()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp139 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) { in InitializeViewChangeCallback()
293 …const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Wind… in SetView()
312 …const RefPtr<AceView>& view, double density, int32_t width, int32_t height, sptr<OHOS::Rosen::Wind… in SetViewNew()
327 int32_t width, int32_t height, uint32_t windowId) in AttachView()
381 int32_t width, int32_t height, uint32_t windowId) in InitPipelineContext()
533 int32_t instanceId, int32_t posX, int32_t posY, int32_t width, int32_t height, bool isToast) in ShowToastDialogWindow()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp372 int32_t width = 0x100; variable
1096 int32_t width = 0x100; variable
1150 int32_t width = 0x100; variable
1223 int32_t width = 0x100; variable
1291 int32_t width = 0x100; variable
1382 int32_t width = 100; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model.h39 virtual void SetCheckMarkWidth(const Dimension& width) {} in SetCheckMarkWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_event_hub.h50 void FireSizeChangeEvent(PanelMode mode, float width, float height) const in FireSizeChangeEvent()
H A Dsliding_panel_layout_algorithm.cpp66 auto width = GetMaxWidthByScreenSizeType(maxSize, idealSize); in Measure() local
207 auto width = 0.0f; in GetMaxWidthByScreenSizeType() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drosen_render_column_split.cpp57 …id RosenRenderColumnSplit::PaintDivider(RenderContext& context, const Offset& offset, double width) in PaintDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_animator_ffi.h29 double width; member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dimage_info.h51 uint16_t width; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_root_render_node_test.cpp53 float width = 1.0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dline_metrics.h52 double width = 0.0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/
H A Dnativebufferutils_fuzzer.cpp66 int32_t width = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.h72 uint32_t width; member
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp49 uint32_t width = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_WIDTH); in BuildFromJs() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp83 double width = GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in GetLayoutSizeInPx() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drosen_render_scene_viewer.cpp46 OHOS::Render3D::TextureInfo RosenRenderSceneViewer::CreateRenderTarget(uint32_t width, uint32_t hei… in CreateRenderTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp86 double width = info->GetWidth(4); in GetMaxWidthBasedOnGridType() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll_bar.h30 virtual void SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) {} in SetPosition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_root_render_node.cpp62 void RSRootRenderNode::UpdateSuggestedBufferSize(float width, float height) in UpdateSuggestedBufferSize()
H A Drs_recording_canvas.cpp24 ExtendRecordingCanvas::ExtendRecordingCanvas(int32_t width, int32_t height, bool addDrawOpImmediate) in ExtendRecordingCanvas()
27 std::unique_ptr<ExtendRecordingCanvas> ExtendRecordingCanvas::Obtain(int32_t width, int32_t height, in Obtain()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DPlaneShape.js45 … constructor(width = 1, height = 1, center = new Point(), widthSegments = 1, heightSegments = 1) { argument
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/
H A Dui_service_mgr_client_mock.cpp89 …OHOS::Rosen::WindowType windowType, int x, int y, int width, int height, DialogCallback callback, … in ShowDialog()
132 int32_t& offsetX, int32_t& offsetY, int32_t& width, int32_t& height, bool& wideScreen) in GetDisplayPosition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp71 float width = GetData<float>(); in RSSurfaceNodeCommandFuzzTest() local
150 int32_t width = GetData<int32_t>(); in RSRootNodeCommandFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_algorithm.cpp27 bool JudgeTrackness(Axis direction, float blockDiameter, float trackThickness, float width, float h… in JudgeTrackness()
82 … float width = contentConstraint.selfIdealSize.Width().value_or(contentConstraint.maxSize.Width()); in MeasureContent() local
120float width, float height, Axis direction, const Dimension& hotBlockShadowWidth, SliderModel::Slid… in CalculateSliderWidth()

1...<<11121314151617181920>>...77