Home
last modified time | relevance | path

Searched defs:borderLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2320 …dge& borderEdge, SkPaint& paint, bool useDefaultColor, double spaceBetweenDot, double borderLength) in SetBorderStyle()
2362 …derEdge& borderEdge, RSPen& pen, bool useDefaultColor, double spaceBetweenDot, double borderLength) in SetBorderStyle()
2778 auto borderLength = paintSize_.Height() - NormalizeToPx(left.GetWidth()) * addLen * 2.0; in PaintBorderWithLine() local
2806 auto borderLength = paintSize_.Width() - NormalizeToPx(bottom.GetWidth()) * addLen * 2.0; in PaintBorderWithLine() local
2835 auto borderLength = paintSize_.Height() - NormalizeToPx(right.GetWidth()) * addLen * 2.0; in PaintBorderWithLine() local
2862 auto borderLength = paintSize_.Width() - NormalizeToPx(top.GetWidth()) * addLen * 2.0; in PaintBorderWithLine() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp335 auto borderLength = length - borderWidth * addLen * PARAM_DOUBLE; in ApplyLineStyle() local