Searched refs:sourceStrip (Results 1 – 1 of 1) sorted by relevance
116 const auto sourceStrip = getSideStrip(source.getContent(), source.getOrientation()); in testTransform() local118 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()