Home | History | Annotate | Download | only in performance

Lines Matching refs:TrueType

93 template <typename TrueType, int cond>
96 typedef TrueType Type;
99 template <typename TrueType>
100 struct EnableIf<TrueType, 0>
104 template <typename TrueType, int cond>
109 template <typename TrueType>
110 struct EnableIfNot<TrueType, 0>
112 typedef TrueType Type;