Home
last modified time | relevance | path

Searched refs:placeholderMatrix (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DMatrix44Test.cpp82 SkMatrix44* placeholderMatrix = new SkMatrix44(); in test_constructor() local
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()