Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h239 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h246 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h438 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate() function