Home
last modified time | relevance | path

Searched defs:ImVec4 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md420 ##### [Return to Index](#index)
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h177 struct ImVec4 struct
180 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() function
181 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() argument
1703 inline operator ImVec4() const { return Value; } in ImVec4() function
/third_party/mesa3d/src/imgui/
Dimgui.h181 struct ImVec4 struct
184 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() argument
185 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() function
1711 inline operator ImVec4() const { return Value; } in ImVec4() function
/third_party/skia/third_party/externals/imgui/
Dimgui.h272 struct ImVec4 struct
275 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() argument
276 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() argument
2248 inline operator ImVec4() const { return Value; } in ImVec4() function