Searched refs:UpdateWithEffectMatrix (Results 1 – 3 of 3) sorted by relevance
153 Matrix4 transform = GetTransformByOffset(UpdateWithEffectMatrix(transform_), origin_); in GetTransformMatrix()166 Matrix4 UpdateWithEffectMatrix(Matrix4 matrix);
47 auto transform = UpdateWithEffectMatrix(transform_); in UpdateTransformLayer()148 Matrix4 transform = GetTransformByOffset(UpdateWithEffectMatrix(transform_), origin_); in GetEffectiveTransform()
505 Matrix4 RenderTransform::UpdateWithEffectMatrix(Matrix4 matrix) in UpdateWithEffectMatrix() function in OHOS::Ace::RenderTransform