Home
last modified time | relevance | path

Searched defs:rawNumber (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Dflutter_decoration_painter.cpp1678 int32_t rawNumber = borderLength / (2 * NormalizeToPx(left.GetWidth())); in PaintBorderWithLine() local
1697 int32_t rawNumber = borderLength / (2 * NormalizeToPx(bottom.GetWidth())); in PaintBorderWithLine() local
1716 int32_t rawNumber = borderLength / (2 * NormalizeToPx(right.GetWidth())); in PaintBorderWithLine() local
1734 int32_t rawNumber = borderLength / (2 * NormalizeToPx(top.GetWidth())); in PaintBorderWithLine() local
Drosen_decoration_painter.cpp2867 int32_t rawNumber = borderLength / (2 * NormalizeToPx(left.GetWidth())); in PaintBorderWithLine() local
2897 int32_t rawNumber = borderLength / (2 * NormalizeToPx(bottom.GetWidth())); in PaintBorderWithLine() local
2927 int32_t rawNumber = borderLength / (2 * NormalizeToPx(right.GetWidth())); in PaintBorderWithLine() local
2954 int32_t rawNumber = borderLength / (2 * NormalizeToPx(top.GetWidth())); in PaintBorderWithLine() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_border.cpp271 int32_t rawNumber = borderLength / (PARAM_DOUBLE * borderWidth); in ApplyLineStyle() local