Searched defs:DoubleRotationCase (Results 1 – 1 of 1) sorted by relevance
759 static const struct DoubleRotationCase { in test_preserves_2d_axis_alignment() struct760 SkMScalar x1; in test_preserves_2d_axis_alignment()761 SkMScalar y1; in test_preserves_2d_axis_alignment()762 SkMScalar z1; in test_preserves_2d_axis_alignment()763 SkMScalar degrees1; in test_preserves_2d_axis_alignment()764 SkMScalar x2; in test_preserves_2d_axis_alignment()765 SkMScalar y2; in test_preserves_2d_axis_alignment()766 SkMScalar z2; in test_preserves_2d_axis_alignment()767 SkMScalar degrees2; in test_preserves_2d_axis_alignment()768 bool expected; in test_preserves_2d_axis_alignment()