Home
last modified time | relevance | path

Searched defs:width (Results 4576 - 4600 of 4990) sorted by relevance

1...<<181182183184185186187188189190>>...200

/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp303 float width = size.width(); in CreateLinearGradient() local
337 float width = size.Width(); in CreateLinearGradient() local
2323 double width = NormalizeToPx(borderEdge.GetWidth()); SetBorderStyle() local
2365 double width = NormalizeToPx(borderEdge.GetWidth()); SetBorderStyle() local
2411 float width = paintSize_.Width(); PaintBorder() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp91 auto width = columnNode->GetGeometryNode()->GetFrameSize().Width(); in OnDirtyLayoutWrapperSwap() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp339 double width = GetLayoutSize().Width(); in ToDataURL() local
990 auto width = paragraph->GetMaxIntrinsicWidth(); in MeasureTextMetrics() local
2488 DrawImage( const Offset& offset, const CanvasImage& canvasImage, double width, double height) global() argument
2615 auto width = pattern.GetImageWidth(); global() local
2659 auto width = pattern.GetImageWidth(); global() local
2741 GetImageData(double left, double top, double width, double height) global() argument
2944 const SkScalar width = SkIntToScalar(bitmap.width()); global() local
2947 const RSScalar width = static_cast<RSScalar>(bitmap.GetWidth()); global() local
[all...]
H A Drosen_render_offscreen_canvas.cpp135 RosenRenderOffscreenCanvas( const WeakPtr<PipelineBase>& context, int32_t width, int32_t height) RosenRenderOffscreenCanvas() argument
682 DrawImage(const CanvasImage& canvasImage, double width, double height) DrawImage() argument
893 GetImageData( double left, double top, double width, double height) GetImageData() argument
1155 auto width = pattern.GetImageWidth(); UpdatePaintShader() local
1199 auto width = pattern.GetImageWidth(); UpdatePaintShader() local
2118 auto width = paragraph->GetMaxIntrinsicWidth(); MeasureTextMetrics() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp551 void CustomPaintPaintMethod::DrawImage(const Ace::CanvasImage& canvasImage, double width, double height) in DrawImage() argument
1292 double CustomPaintPaintMethod::GetAlignOffset(TextAlign align, double width) in GetAlignOffset() argument
1208 PaintText( const float width, double x, double y, std::optional<double> maxWidth, bool isStroke) PaintText() argument
1258 PaintStrokeTextShadow( const float width, const double dx, const double dy, const std::optional<double> scale, RSSaveLayerOps* slo) PaintStrokeTextShadow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp517 auto width = static_cast<float>(cardInfo_.width.Value()) - cardInfo_.borderWidth * DOUBLE; in UpdateImageNode() local
599 auto width = sizeWidth->GetDimension(); in OnModifyDone() local
836 auto width = static_cast<float>(info.width.Value()) - info.borderWidth * DOUBLE; UpdateFormComponentSize() local
1078 auto width = static_cast<float>(cardInfo_.width.Value()) - cardInfo_.borderWidth * DOUBLE; CreateTimeLimitNode() local
1148 auto width = static_cast<float>(cardInfo_.width.Value()); CreateColumnNode() local
1528 FireFormSurfaceChangeCallback(float width, float height, float borderWidth) FireFormSurfaceChangeCallback() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp946 float width = 0.0f; in GetFloatImageOffset() local
1210 auto width = pixelMap->GetWidth(); in SetPixelMap() local
1411 auto width = geometryNode->GetFrameSize().Width(); in SetEventColumn() local
1953 int32_t width = 0; in CreateImageNode() local
2400 auto width = pixelMap->GetWidth(); CreateBadgeTextNode() local
2470 auto width = geometryNode->GetFrameSize().Width(); SetResponseRegionFull() local
[all...]
H A Dfocus_hub.h174 void SetPaintWidth(const Dimension& width) in SetPaintWidth() argument
492 void SetPaintWidth(const Dimension& width) in SetPaintWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1612 auto width = imageNode->GetGeometryNode()->GetFrameRect().Width(); in GetDragPreviewInfo() local
2090 auto width = pixelMapDuplicated->GetWidth() * scale; GetGatherPixelMap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h215 float width = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h449 FaviconReceivedOhos( const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType, OHOS::NWeb::ImageAlphaType alphaType) FaviconReceivedOhos() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp147 void calculateArrowPoint(Dimension height, Dimension width) in calculateArrowPoint() argument
354 SizeF BubbleLayoutAlgorithm::GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width) in GetPopupMaxWidthAndHeight() argument
589 auto width = layoutProp->GetArrowWidth().value_or(DEFAULT_BUBBLE_ARROW_WIDTH); in InitProps() local
891 float width = 0.0f; in GetAdjustPosition() local
938 AdjustPosition(const OffsetF& position, float width, float height, float space) AdjustPosition() argument
1314 auto width = std::min(wrapperSize_.Width() - targetOffsetX - targetSize_.Width() - marginEnd_, CheckPosition() local
1332 auto width = std::min(targetOffsetX - marginStart_, wrapperSize_.Width() - marginEnd_ - marginStart_); CheckPosition() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1435 void DOMNode::UpdateBoxSize(const CalcDimension& width, const CalcDimension& height) in UpdateBoxSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp149 double width = GetJsDoubleVal(runtime, argv[2]); in GetJsRectParam() local
708 double width = 0.0; in JsMeasureText() local
1069 ParseDomImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, double& width, double& height, std::string& src) ParseDomImage() argument
1104 double width = 0.0; JsDrawImage() local
1542 double width = 0.0; JsCreatePattern() local
1582 int32_t width = 0; JsCreateImageData() local
1622 int32_t width = 0; JsPutImageData() local
1660 int32_t width = 0; ParseImageData() local
2474 double width = 0.0; JsWidthGetter() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp414 CalcDimension width; in SetCaretStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1408 Local<JSValueRef> width = transArray->GetValueAt(vm, jsValue, i + 2); // 2: width value in ParseResponseRegion() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1991 void JsCardParser::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp815 auto width = static_cast<uint32_t>(std::abs(imageSize.width)); JsGetPixelMap() local
1258 double width = 0.0; JsRect() local
1505 double width = 0.0; JsFillRect() local
1518 double width = 0.0; JsStrokeRect() local
1531 double width = 0.0; JsClearRect() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp778 JSRef<JSVal> width = size->GetProperty("width"); in ParseJsImageSpanSizeAttribute() local
1356 CalcDimension width; ParseJsLeadingMargin() local
1391 CalcDimension width; ParseLeadingMarginPixelMap() local
1405 CalcDimension width; ParseLeadingMarginPixelMap() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp166 void ViewAbstractModelImpl::SetWidth(const CalcDimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp235 double width = GetPxValue(touchRect_.Width(), region.GetWidth()); in UpdateTouchRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h658 void OnCursorUpdate(double x, double y, double width, double height) in OnCursorUpdate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp538 void SliderPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
1179 float width = content->GetRect().Width(); in GetInsetAndNoneInnerFocusPaintRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp181 RectF AdjustPaintRect(float positionX, float positionY, float width, float height, bool isRound) in AdjustPaintRect() argument
1404 auto width = Dimension(btnSize.Width(), DimensionUnit::VP).ConvertToPx(); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1618 auto width = initSize_.Width(); in OnSurfaceCreated() local
1649 auto width = surfaceRect.Width(); in OnSurfaceChanged() local
1907 RectF XComponentPattern::AdjustPaintRect(float positionX, float positionY, float width, float height, bool isRound) in AdjustPaintRect() argument

Completed in 81 milliseconds

1...<<181182183184185186187188189190>>...200