Searched defs:finalTransform (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgSceneBuilder.cpp | 100 Matrix finalTransform = {1, 0, 0, 0, 1, 0, 0, 0, 1}; in _applyLinearGradientProperty() local 155 Matrix finalTransform = {1, 0, 0, 0, 1, 0, 0, 0, 1}; in _applyRadialGradientProperty() local 213 Matrix finalTransform = {1, 0, 0, 0, 1, 0, 0, 0, 1}; in _appendClipUseNode() local 276 … Matrix finalTransform = _compositionTransform(paint, node, compNode, SvgNodeType::ClipPath); in _applyComposition() local 298 … Matrix finalTransform = _compositionTransform(paint, node, compNode, SvgNodeType::Mask); in _applyComposition() local
|