/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 28 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 D | rs_round_corner_display.cpp | 180 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 D | dialog_container.cpp | 139 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 D | native_image_test.cpp | 372 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 D | checkbox_model.h | 39 virtual void SetCheckMarkWidth(const Dimension& width) {} in SetCheckMarkWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_event_hub.h | 50 void FireSizeChangeEvent(PanelMode mode, float width, float height) const in FireSizeChangeEvent()
|
H A D | sliding_panel_layout_algorithm.cpp | 66 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 D | rosen_render_column_split.cpp | 57 …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 D | cj_image_animator_ffi.h | 29 double width; member
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | image_info.h | 51 uint16_t width; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_root_render_node_test.cpp | 53 float width = 1.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | line_metrics.h | 52 double width = 0.0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/ |
H A D | nativebufferutils_fuzzer.cpp | 66 int32_t width = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.h | 72 uint32_t width; member
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_page_size_helper.cpp | 49 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 D | edge.cpp | 83 double width = GetValueInPx(left_, dipScale) + GetValueInPx(right_, dipScale); in GetLayoutSizeInPx() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | rosen_render_scene_viewer.cpp | 46 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 D | render_tool_bar.cpp | 86 double width = info->GetWidth(4); in GetMaxWidthBasedOnGridType() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_scroll_bar.h | 30 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 D | rs_root_render_node.cpp | 62 void RSRootRenderNode::UpdateSuggestedBufferSize(float width, float height) in UpdateSuggestedBufferSize()
|
H A D | rs_recording_canvas.cpp | 24 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 D | PlaneShape.js | 45 … 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 D | ui_service_mgr_client_mock.cpp | 89 …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 D | rscommand_fuzzer.cpp | 71 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 D | slider_layout_algorithm.cpp | 27 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 120 …float width, float height, Axis direction, const Dimension& hotBlockShadowWidth, SliderModel::Slid… in CalculateSliderWidth()
|