Home
last modified time | relevance | path

Searched defs:Vector2 (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector2.h25 class Vector2 { class
72 Vector2<T>::Vector2() Vector2() function in OHOS::Rosen::Vector2
79 Vector2<T>::Vector2(T x, T y) Vector2() function in OHOS::Rosen::Vector2
86 Vector2<T>::Vector2(const T* v) Vector2() function in OHOS::Rosen::Vector2
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h26 class Vector2 { class
72 Vector2<T>::Vector2() Vector2() function in OHOS::MMI::Vector2
76 Vector2<T>::Vector2(T x, T y) Vector2() function in OHOS::MMI::Vector2
83 Vector2<T>::Vector2(const T* v) Vector2() function in OHOS::MMI::Vector2
[all...]
/foundation/window/window_manager/utils/include/
H A Dwm_math.h88 struct Vector2 { struct
90 Vector2() : x_(0.0f), y_(0.0f) {} in Vector2() function
91 Vector2(float inX, float inY) in Vector2() function
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h102 class Vector2 : public HeapBase { class
110 Vector2() : x_(0), y_(0) {} in Vector2() function in OHOS::Vector2
119 Vector2(T x, T y) in Vector2() function in OHOS::Vector2
[all...]

Completed in 5 milliseconds