Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp432 float lastNegativeOffset = 0.0f; in ClampNegativeOffsets() local
437 float fraction = -lastNegativeOffset / (current - lastNegativeOffset); in ClampNegativeOffsets()
446 lastNegativeOffset = current; in ClampNegativeOffsets()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp459 float lastNegativeOffset = 0.0f; in ClampNegativeOffsets() local
464 float fraction = -lastNegativeOffset / (current - lastNegativeOffset); in ClampNegativeOffsets()
473 lastNegativeOffset = current; in ClampNegativeOffsets()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp667 float lastNegativeOffset = 0.0f; in ClampNegativeOffsets() local
672 float fraction = -lastNegativeOffset / (current - lastNegativeOffset); in ClampNegativeOffsets()
681 lastNegativeOffset = current; in ClampNegativeOffsets()