Searched refs:placeholderMatrix (Results 1 – 2 of 2) sorted by relevance
80 SkMatrix44* placeholderMatrix = new SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor() local81 SkAutoTDelete<SkMatrix44> deleteMe(placeholderMatrix); in test_constructor()85 placeholderMatrix->setDouble(row, col, row * col); in test_constructor()92 …SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor()93 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor()103 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor); in test_constructor()104 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); in test_constructor()