Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp105 uint8_t OpacityDoubleToUint8(double opacity) in OpacityDoubleToUint8() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp70 uint8_t OpacityDoubleToUint8(double opacity) in OpacityDoubleToUint8() function
283 opacity_ = OpacityDoubleToUint8(baseDeclaration->GetOpacity()); in SetPresentationAttrs()
763 opacity_ = OpacityDoubleToUint8(parent->GetOpacity()); in Inherit()