Home | History | Annotate | Download | only in geometry

Lines Matching refs:Identity

22 // static const bool identity: true if this is an identity transform, false otherwise
27 struct Identity
29 static const bool identity = true;
42 static const bool identity = false;
55 static const bool identity = true;
68 static const bool identity = false;
94 static const bool identity = false;
149 // static const bool identity: true if this is an identity transform (with no widening)
159 static const bool identity = (WidenRule::initialWidth == WidenRule::finalWidth) && Converter::identity;