Searched refs:to_decomp (Results 1 – 1 of 1) sorted by relevance
483 DecomposedTransform to_decomp; in Blend() local485 if (!DecomposeTransform(&to_decomp, *this) || in Blend()489 if (!BlendDecomposedTransforms(&to_decomp, to_decomp, from_decomp, progress)) in Blend()492 matrix_ = ComposeTransform(to_decomp).matrix(); in Blend()