Searched refs:widthOfLine (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 | 1362 double widthOfLine = scaleWidth_->Get(); in PaintScaleRing() local 1369 pen.SetWidth(widthOfLine); in PaintScaleRing() 1371 { 0, 0, widthOfLine, lengthOfScale }, widthOfLine / INT32_TWO, widthOfLine / INT32_TWO, in PaintScaleRing() 1740 double widthOfLine = scaleWidth; in PaintScaleRingForApiNine() local 1743 pen.SetWidth(widthOfLine); in PaintScaleRingForApiNine() 1745 …0, 0, widthOfLine, lengthOfScale }, widthOfLine / 2, widthOfLine / 2, RSPathDirection::CW_DIRECTIO… in PaintScaleRingForApiNine()
|