Home
last modified time | relevance | path

Searched defs:Vector2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVector.h31 struct Vector2 { struct
43 void operator+=(const Vector2& v) { argument
95 Vector2 copyNormalized() const { in copyNormalized() argument
101 float dot(const Vector2& v) const { in dot() argument
105 float cross(const Vector2& v) const { in cross() argument
110 ALOGD("Vector2[%.2f, %.2f]", x, y); in dump() argument
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Deigen.h14 using Vector2 = Vector<T, 2>; variable