Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp42 constexpr double CLIP_WIDTH = 1.0; variable
1082 …overlay->clipWidth_ = std::clamp((CLIP_WIDTH - (value - STROKE_MIN_WIDTH).Value()), 0.0, CLIP_WIDT… in BuildStrokeWidthAnimation()