Lines Matching refs:TestShape
52 enum class TestShape
66 const TestShape testShape,
96 const TestShape m_testShape;
300 if (m_testShape == TestShape::SHAPE_RECTANGLE)
313 if (m_testShape == TestShape::SHAPE_DIAMOND)
326 if (m_testShape == TestShape::SHAPE_PARALLELOGRAM)
393 if (m_testShape != TestShape::SHAPE_RECTANGLE) // In this case the shape has covered the whole render area.
435 const TestShape testShape,
454 const TestShape m_testShape;
527 TestShape testShape;
530 { "rectangle", TestShape::SHAPE_RECTANGLE },
531 { "diamond", TestShape::SHAPE_DIAMOND },
532 { "parallelogram", TestShape::SHAPE_PARALLELOGRAM }