Home
last modified time | relevance | path

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

/external/skia/tests/
DMatrix44Test.cpp80 SkMatrix44* placeholderMatrix = new SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor() local
81 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()
/external/chromium_org/third_party/skia/tests/
DMatrix44Test.cpp80 SkMatrix44* placeholderMatrix = new SkMatrix44(SkMatrix44::kUninitialized_Constructor); in test_constructor() local
81 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()