Home | History | Annotate | Download | only in renderer

Lines Matching defs:Identity

21 // static const bool identity: true if this is an identity transform, false otherwise
26 struct Identity
28 static const bool identity = true;
41 static const bool identity = false;
54 static const bool identity = true;
67 static const bool identity = false;
93 static const bool identity = false;
148 // static const bool identity: true if this is an identity transform (with no widening)
158 static const bool identity = (WidenRule::initialWidth == WidenRule::finalWidth) && Converter::identity;