Home
last modified time | relevance | path

Searched refs:r_rel (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2598 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) }; in GetIDFromRectangle() local
2599 ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed); in GetIDFromRectangle()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp3034 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) }; in GetIDFromRectangle() local
3035 ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed); in GetIDFromRectangle()

Completed in 39 milliseconds