HomeSort by relevance Sort by last modified time
    Searched refs:placeholderMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
Matrix44Test.cpp 81 SkMatrix44* placeholderMatrix = new SkMatrix44(SkMatrix44::kUninitialized_Constructor);
82 std::unique_ptr<SkMatrix44> deleteMe(placeholderMatrix);
86 placeholderMatrix->setDouble(row, col, row * col);
93 SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor);
94 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
104 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
105 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 81 SkMatrix44* placeholderMatrix = new SkMatrix44(SkMatrix44::kUninitialized_Constructor);
82 std::unique_ptr<SkMatrix44> deleteMe(placeholderMatrix);
86 placeholderMatrix->setDouble(row, col, row * col);
93 SkMatrix44* testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kUninitialized_Constructor);
94 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
104 testMatrix = new(placeholderMatrix) SkMatrix44(SkMatrix44::kIdentity_Constructor);
105 REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix);
    [all...]

Completed in 131 milliseconds