7#include "gtest/gtest.h"
53 EXPECT_EQ(
params.finalBoundingRect(),
58 GetBoundingRectAfterMutationsWithTranslateScaleAndRotation) {
void PushTransform(const DlMatrix &matrix)
const EmbeddedViewParams * params
TEST(NativeAssetsManagerTest, NoAvailableAssets)
impeller::Degrees DlDegrees
A 4x4 matrix using column-major storage.
static constexpr Matrix MakeTranslation(const Vector3 &t)
static Matrix MakeRotationZ(Radians r)
static constexpr Matrix MakeScale(const Vector3 &s)
static constexpr TRect MakeXYWH(Type x, Type y, Type width, Type height)