Home
last modified time | relevance | path

Searched refs:BackupValue (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h518 ImVec4 BackupValue; member
Dimgui.cpp5761 backup.BackupValue = g.Style.Colors[idx]; in PushStyleColor()
5771 backup.BackupValue = g.Style.Colors[idx]; in PushStyleColor()
5782 g.Style.Colors[backup.Col] = backup.BackupValue; in PopStyleColor()