Home
last modified time | relevance | path

Searched defs:width (Results 5701 - 5725 of 7359) sorted by relevance

1...<<221222223224225226227228229230>>...295

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp48 Rect GetRectParam(double x, double y, double width, double height) in GetRectParam() argument
406 void FfiOHOSAceFrameworkRenderingContextFillRect(int64_t contextId, double x, double y, double width, double height) in FfiOHOSAceFrameworkRenderingContextFillRect() argument
417 void FfiOHOSAceFrameworkRenderingContextStrokeRect(int64_t contextId, double x, double y, double width, double height) in FfiOHOSAceFrameworkRenderingContextStrokeRect() argument
428 void FfiOHOSAceFrameworkRenderingContextClearRect(int64_t contextId, double x, double y, double width, double height) in FfiOHOSAceFrameworkRenderingContextClearRect() argument
603 FfiOHOSAceFrameworkRenderingContextRect(int64_t contextId, double x, double y, double width, double height) FfiOHOSAceFrameworkRenderingContextRect() argument
805 FfiOHOSAceFrameworkRenderingContextGetPixelMap( int64_t contextId, double left, double top, double width, double height) FfiOHOSAceFrameworkRenderingContextGetPixelMap() argument
971 double width = PipelineBase::Vp2PxWithCurrentDensity(params.width); FfiOHOSAceFrameworkCanvasPathRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp512 Local<JSValueRef> width = runtimeCallInfo->GetCallArgRef(3); in SetFrame() local
535 Local<JSValueRef> width = runtimeCallInfo->GetCallArgRef(1); in SetSize() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp645 auto width = paintSize_.Width(); local
674 auto width = paintSize_.Width(); local
782 float width = SkDoubleToScalar( local
816 float width = static_cast<RSScalar>( local
1026 float width = DimensionToPx(circle->GetWidth(), size, LengthMode::HORIZONTAL); global() local
1066 auto width = DimensionToPx(ellipse->GetWidth(), size, LengthMode::HORIZONTAL); global() local
1178 double width = DimensionToPx(rect->GetWidth(), size, LengthMode::HORIZONTAL); global() local
1310 SetWidth(double width) global() argument
1332 SetWidth(const Dimension& width) global() argument
1420 SetBorderWidth(double width, const BorderEdgeHelper& helper) global() argument
[all...]
H A Drender_box.cpp1358 void RenderBox::SetBorderWidth(double width, const BorderEdgeHelper& helper) in SetBorderWidth() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1069 void DeclarativeFrontend::OnSurfaceChanged(int32_t width, int32_t height) in Initialize() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp93 double width = GetJsDoubleVal(runtime, argv[2]); in GetJsRectParam() local
497 double width = 0.0; in JsMeasureText() local
203 JsiOffscreenCanvasBridge( const RefPtr<PipelineBase>& pipelineContext, int32_t width, int32_t height) JsiOffscreenCanvasBridge() argument
888 ParseDomImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, double& width, double& height, std::string& src) ParseDomImage() argument
920 double width = 0.0; JsDrawImage() local
1376 double width = 0.0; JsCreatePattern() local
1416 int32_t width = 0; JsCreateImageData() local
1456 int32_t width = 0; JsPutImageData() local
1496 int32_t width = 0; ParseImageData() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp293 void RichEditorAbstractSpanResult::SetSizeWidth(int32_t width) in SetSizeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp213 void SideBarContainerPattern::GetControlImageSize(Dimension& width, Dimension& height) in GetControlImageSize() argument
1356 void SideBarContainerPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp266 float width = size.width(); in CreateLinearGradient() local
832 float width = SkiaDimensionToPx(circle->GetWidth(), size, LengthMode::HORIZONTAL); SkiaCreateCircle() local
853 auto width = SkiaDimensionToPx(ellipse->GetWidth(), size, LengthMode::HORIZONTAL); SkiaCreateEllipse() local
906 double width = SkiaDimensionToPx(rect->GetWidth(), size, LengthMode::HORIZONTAL); SkiaCreateRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1204 const auto& width = StringUtils::StringToDimension(component_->GetScrollBarWidth()); in InitScrollBar() local
1241 const auto& width = StringUtils::StringToDimension(component_->GetScrollBarWidth()); in InitScrollBar() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp201 auto width = stackNode->GetGeometryNode()->GetFrameSize().Width(); in SetButtonIdeaSize() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp337 void SetSourceSize(ArkUINodeHandle node, ArkUI_Float32 width, ArkUI_Float32 height) in SetSourceSize() argument
H A Dnode_scroll_modifier.cpp283 CalcDimension width = Dimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetScrollScrollBarWidth() local
291 CalcDimension width = CalcDimension(DEFAULT_SCROLLBARWIDTH_VALUE, DimensionUnit::VP); in ResetScrollScrollBarWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp81 auto width = childNode->GetGeometryNode()->GetFrameSize().Width(); in SetButtonIdeaSize() local
336 float width = 0.0f; in SetAmPmButtonIdeaSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp239 float width = size.Width(); in CreateLinearGradient() local
809 float width = DrawingDimensionToPx(circle->GetWidth(), size, LengthMode::HORIZONTAL); in DrawingCreateCircle() local
831 auto width = DrawingDimensionToPx(ellipse->GetWidth(), size, LengthMode::HORIZONTAL); in DrawingCreateEllipse() local
883 double width = DrawingDimensionToPx(rect->GetWidth(), size, LengthMode::HORIZONTAL); in DrawingCreateRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp219 void PipelineBase::SetRootSize(double density, float width, float height) in SetRootSize() argument
434 RefPtr<OffscreenCanvas> PipelineBase::CreateOffscreenCanvas(int32_t width, int32_t height) in CreateOffscreenCanvas() argument
460 void PipelineBase::UpdateRootSizeAndScale(int32_t width, int32_t height) in UpdateRootSizeAndScale() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp215 void TextFieldLayoutAlgorithm::ApplyIndent(LayoutWrapper* layoutWrapper, double width) in ApplyIndent() argument
276 auto width = std::max(contentConstraint.minSize.Width() - removeValue, paragraph->GetLongestLine()); in ConstraintWithMinWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp895 bool WebPattern::ProcessVirtualKeyBoard(int32_t width, int32_t height, double keyboard) in ProcessVirtualKeyBoard() argument
926 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height) in UpdateWebLayoutSize() argument
1074 void WebPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) {} in OnWindowSizeChanged() argument
1184 void WebPattern::OnRootLayerChanged(int width, in argument
1264 SetDrawRect(int32_t x, int32_t y, int32_t width, int32_t height) SetDrawRect() argument
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp687 int32_t width = pixelMap->GetWidth(); in GetShadowInfoArray() local
713 int32_t width = shadowInfo.pixelMap->GetWidth(); in JudgeCoordinateCanDrag() local
957 int32_t width = asyncCtx->pixelMap->GetWidth(); in TryToStartDrag() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1179 int16_t width = IntegerOf(args[ArgsIndex::IDX_2]); in FillRect() local
1214 int16_t width = IntegerOf(args[ArgsIndex::IDX_2]); in StrokeRect() local
1671 int16_t width = IntegerOf(args[ArgsIndex::IDX_2]); in Rect() local
1703 int16_t width = IntegerOf(args[ArgsIndex::IDX_2]); in CleanRect() local
1979 ParseImageName(const jerry_value_t args[], char*& imageName, int16_t &width, int16_t &height) ParseImageName() argument
2033 GetImageObjectParam(const jerry_value_t args[], int16_t &width, int16_t &height) GetImageObjectParam() argument
2062 int16_t width = -1; DrawImage() local
[all...]
H A Dcomponent.cpp478 int16_t width = (width_.type == DimensionType::TYPE_PIXEL) ? width_.value.pixel : -1; in AdapteBoxRectArea() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp208 int16_t width = GetWidth(); in SetStyle() local
889 void UIView::SetWidth(int16_t width) in SetWidth() argument
941 void UIView::Resize(int16_t width, int16_t height) in Resize() argument
1023 void UIView::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition() argument
1376 ResizeVisibleArea(int16_t x, int16_t y, int16_t width, int16_t height) ResizeVisibleArea() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1568 auto width = frameNode->GetGeometryNode()->GetFrameSize().Width() / static_cast<float>(children.size()); in HWTEST_F() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp489 void DashMpdDownloader::SetInitResolution(unsigned int width, unsigned int height) in SetInitResolution() argument
1207 unsigned int DashMpdDownloader::GetResolutionDelta(unsigned int width, unsigned int height) in GetResolutionDelta() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp831 int32_t HevcDecoder::CheckFormatChange(uint32_t index, int width, int height, int bitDepth) in CheckFormatChange() argument
[all...]

Completed in 61 milliseconds

1...<<221222223224225226227228229230>>...295