/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | canvas_rendering_context_2d_modifier.cpp | 125 void SetCanvasLineWidth(ArkUINodeHandle node, float width) in SetCanvasLineWidth() argument
|
H A D | checkboxgroup_modifier.cpp | 122 Dimension width = Dimension(widthValue, DEFAULT_UNIT); in SetCheckboxGroupMark() local
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_dispatcher_proxy.cpp | 91 void FormRendererDispatcherProxy::DispatchSurfaceChangeEvent(float width, float height, uint32_t reason, in DispatchSurfaceChangeEvent() argument
|
H A D | form_renderer_delegate_stub.cpp | 185 float width = data.ReadFloat(); in HandleOnSurfaceChange() local
|
H A D | form_renderer_delegate_proxy.cpp | 213 int32_t FormRendererDelegateProxy::OnSurfaceChange(float width, float height, float borderWidth) in OnSurfaceChange() argument
|
H A D | form_renderer_delegate_impl.cpp | 67 int32_t FormRendererDelegateImpl::OnSurfaceChange(float width, float height, float borderWidth) in OnSurfaceChange() argument 130 SetSurfaceChangeEventHandler( std::function<void(float width, float height, float borderWidth)>&& listener) SetSurfaceChangeEventHandler() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.cpp | 74 CreateBitMap( int32_t width, const qrcodegen::QrCode& qrCode, const Color& color, const Color& backgroundColor) const CreateBitMap() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 41 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 49 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 59 auto width = defaultWidth_ - 2 * horizontalPadding_; in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | animated_image.h | 46 int32_t width = 0; member
|
H A D | background_modifier.h | 117 void SetInitialNodeSize(const float width, const float height) in SetInitialNodeSize() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | analog_clock_component.cpp | 159 int16_t width = childView->GetWidth(); in SetRectHand() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | stack_tdd_test.cpp | 276 int16_t width = 100; in ComponentStackTest006() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_digital_clock.cpp | 212 int16_t width = timeLabels_[HOUR_ELEMENT]->GetWidth(); in SetHorizontal() local
|
H A D | ui_box_progress.cpp | 203 GetBackgroundParam(Point& startPoint, int16_t& width, int16_t& height, uint16_t& radius, const Style& style) GetBackgroundParam() argument
|
H A D | ui_qrcode.cpp | 68 void UIQrcode::SetWidth(int16_t width) in SetWidth() argument 118 int16_t width = GetWidth(); in SetImageInfo() local 156 int16_t width = imageInfo_.header.width; FillQrCodeColor() local 185 uint32_t width = imageInfo_.header.width; FillQrCodeBackgroundColor() local 209 uint32_t width = imageInfo_.header.width; GetDestData() local [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.h | 32 uint16_t width; member
|
H A D | clip_utils.cpp | 179 void ClipUtils::DrawHorLine(int16_t x, int16_t y, int16_t width, uint8_t opa, const ImageInfo* imageInfo) in DrawHorLine() argument
|
/foundation/arkui/ui_lite/frameworks/window/ |
H A D | window_impl.cpp | 130 void WindowImpl::Resize(int16_t width, int16_t height) in Resize() argument
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_slider.h | 93 void SetKnobWidth(int16_t width) in SetKnobWidth() argument [all...] |
H A D | text_adapter.h | 189 void SetWidth(int16_t width) in SetWidth() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_rosen_render_surface.cpp | 20 void RosenRenderSurface::DrawBuffer(int32_t width, int32_t height) {}; in DrawBuffer() argument
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_dispatcher_impl_test.cpp | 324 float width = 11; in HWTEST_F() local 352 float width = 11; in HWTEST_F() local 432 float width = 1.0; in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 102 WriteBlockToFile(int32_t fd, uint32_t* buffer, uint8_t*& startAddr, uint32_t row, uint32_t width, ImagePixelFormat format, uint32_t stride) const WriteBlockToFile() argument [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/ |
H A D | filter_blur.h | 47 int32_t width = img.GetWidth(); in BoxBlur() local 96 void GetRGBAIntegralImage(uint8_t* src, uint16_t width, uint16_t height, uint16_t stride) in GetRGBAIntegralImage() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_node.cpp | 75 ExtendRecordingCanvas* RSCanvasNode::BeginRecording(int width, int height) in BeginRecording() argument
|