| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_decoration_painter.cpp | 303 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 D | datepicker_pattern.cpp | 91 auto width = columnNode->GetGeometryNode()->GetFrameSize().Width(); in OnDirtyLayoutWrapperSwap() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | rosen_render_custom_paint.cpp | 339 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 D | rosen_render_offscreen_canvas.cpp | 135 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 D | custom_paint_paint_method.cpp | 551 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 D | form_pattern.cpp | 517 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 D | drag_event.cpp | 946 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 D | focus_hub.h | 174 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 D | drag_drop_manager.cpp | 1612 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 D | text_style.h | 215 float width = 0.0f; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_delegate.h | 449 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 D | bubble_layout_algorithm.cpp | 147 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 D | dom_node.cpp | 1435 void DOMNode::UpdateBoxSize(const CalcDimension& width, const CalcDimension& height) in UpdateBoxSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_canvas_bridge.cpp | 149 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 D | js_textfield.cpp | 414 CalcDimension width; in SetCaretStyle() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_utils.cpp | 1408 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 D | js_card_parser.cpp | 1991 void JsCardParser::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_renderer.cpp | 815 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 D | js_span_object.cpp | 778 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 D | view_abstract_model_impl.cpp | 166 void ViewAbstractModelImpl::SetWidth(const CalcDimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | render_node.cpp | 235 double width = GetPxValue(touchRect_.Width(), region.GetWidth()); in UpdateTouchRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_pattern.h | 658 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 D | slider_pattern.cpp | 538 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 D | video_pattern.cpp | 181 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 D | xcomponent_pattern.cpp | 1618 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
|