Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2779 int32_t rawNumber = borderLength / (2 * NormalizeToPx(left.GetWidth())); in PaintBorderWithLine() local
2807 int32_t rawNumber = borderLength / (2 * NormalizeToPx(bottom.GetWidth())); in PaintBorderWithLine() local
2836 int32_t rawNumber = borderLength / (2 * NormalizeToPx(right.GetWidth())); in PaintBorderWithLine() local
2863 int32_t rawNumber = borderLength / (2 * NormalizeToPx(top.GetWidth())); in PaintBorderWithLine() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp336 int32_t rawNumber = borderLength / (PARAM_DOUBLE * borderWidth); in ApplyLineStyle() local