Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.h122 bool SetTransformProperty(
H A Drender_svg_base.cpp337 if (!svgBase->SetTransformProperty(type, fromVec, toVec, value)) { in PrepareTransformValueAnimation()
382 if (!svgBase->SetTransformProperty(type, frames[index], frames[index + 1], rate)) { in PrepareTransformFrameAnimation()
613 bool RenderSvgBase::SetTransformProperty( in SetTransformProperty() function in OHOS::Ace::RenderSvgBase