Home
last modified time | relevance | path

Searched refs:offsetYBig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1454 double offsetYBig = offset.GetY() + borderWidth / INT32_TWO; in PaintCapsule() local
1480 { { offsetXBig, offsetYBig, contentSize.Width() - borderWidth + offsetXBig, in PaintCapsule()
1481 contentSize.Height() - borderWidth + offsetYBig }, in PaintCapsule()
1545 double offsetYBig = offset.GetY() + borderWidth / INT32_TWO; in PaintVerticalCapsule() local
1571 { { offsetXBig, offsetYBig, contentSize.Width() - borderWidth + offsetXBig, in PaintVerticalCapsule()
1572 contentSize.Height() - borderWidth + offsetYBig }, in PaintVerticalCapsule()