Searched refs:TVecUnaryOperators (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/ui/
H A Dvec2.h32 public TVecUnaryOperators<tvec2, T>,
H A Dvec3.h31 public TVecUnaryOperators<tvec3, T>,
H A Dvec4.h31 public TVecUnaryOperators<tvec4, T>,
H A DTVecHelpers.h231 * TVecUnaryOperators implements unary operators on a vector of type BASE<T>.
234 * By simply inheriting from TVecUnaryOperators<BASE, T> BASE will automatically
237 * These operators are implemented as friend functions of TVecUnaryOperators<BASE, T>
240 class TVecUnaryOperators { class in namespace:android
H A Dmat4.h35 class tmat44 : public TVecUnaryOperators<tmat44, T>,

Completed in 169 milliseconds