Searched defs:DoubleRotationCase (Results 1 – 1 of 1) sorted by relevance
776 static const struct DoubleRotationCase { in test_preserves_2d_axis_alignment() struct777 SkMScalar x1; in test_preserves_2d_axis_alignment()778 SkMScalar y1; in test_preserves_2d_axis_alignment()779 SkMScalar z1; in test_preserves_2d_axis_alignment()780 SkMScalar degrees1; in test_preserves_2d_axis_alignment()781 SkMScalar x2; in test_preserves_2d_axis_alignment()782 SkMScalar y2; in test_preserves_2d_axis_alignment()783 SkMScalar z2; in test_preserves_2d_axis_alignment()784 SkMScalar degrees2; in test_preserves_2d_axis_alignment()785 bool expected; in test_preserves_2d_axis_alignment()