Home
last modified time | relevance | path

Searched defs:ImVec2 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h165 struct ImVec2 struct
168 ImVec2() { x = y = 0.0f; } in ImVec2() function
169 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() argument
1507 …static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSERT(0); return false; } // This … in IsPosHoveringAnyWindow()
/third_party/mesa3d/src/imgui/
Dimgui.h168 struct ImVec2 struct
171 ImVec2() { x = y = 0.0f; } in ImVec2() argument
172 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() function
1514 …static inline bool IsPosHoveringAnyWindow(const ImVec2&) { IM_ASSERT(0); return false; } // This … in IsPosHoveringAnyWindow()
/third_party/skia/third_party/externals/imgui/
Dimgui.h259 struct ImVec2 struct
262 ImVec2() { x = y = 0.0f; } in ImVec2() function
263 ImVec2(float _x, float _y) { x = _x; y = _y; } in ImVec2() function