Searched refs:lengthOfScale (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1356 double lengthOfScale = strokeWidth_->Get(); in PaintScaleRing() local 1371 { 0, 0, widthOfLine, lengthOfScale }, widthOfLine / INT32_TWO, widthOfLine / INT32_TWO, in PaintScaleRing() 1731 double lengthOfScale = strokeWidth_->Get(); in PaintScaleRingForApiNine() local 1732 if (lengthOfScale > radius) { in PaintScaleRingForApiNine() 1733 lengthOfScale = radius / 2; in PaintScaleRingForApiNine() 1745 …0, 0, widthOfLine, lengthOfScale }, widthOfLine / 2, widthOfLine / 2, RSPathDirection::CW_DIRECTIO… in PaintScaleRingForApiNine()
|