Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DProjectionSpaceTest.cpp116 const auto sourceStrip = getSideStrip(source.getContent(), source.getOrientation()); in testTransform() local
118 ASSERT_NE(sourceStrip, Rect::INVALID_RECT); in testTransform()
120 const auto mappedStrip = transform.transform(sourceStrip); in testTransform()
122 << to_string(sourceStrip) << " maps to " << to_string(mappedStrip) << " instead of " in testTransform()