Searched refs:Backup (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dvstruct.h535 BOOLEAN Backup; member in struct:SiS_Private
H A Dsis_vga.c1079 pSiS->SiS_Pr->Backup = FALSE;
1337 pSiS->SiS_Pr->Backup = TRUE;
1344 pSiS->SiS_Pr->Backup = TRUE;
1352 if(pSiS->SiS_Pr->Backup == TRUE) {
H A Dinit301.c10769 if((SiS_Pr->Backup == TRUE) && (SiS_Pr->Backup_Mode == ModeNo)) {
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h70 struct ImGuiItemHoveredDataBackup; // Backup and restore IsItemHovered() internal data
1229 // Backup and restore just enough data to be able to use IsItemHovered() on item A after another B in the same window has overwritten the data.
1237 ImGuiItemHoveredDataBackup() { Backup(); }
1238 void Backup() { ImGuiWindow* window = GImGui->CurrentWindow; LastItemId = window->DC.LastItemId; LastItemStatusFlags = window->DC.LastItemStatusFlags; LastItemRect = window->DC.LastItemRect; LastItemDisplayRect = window->DC.LastItemDisplayRect; } function in struct:ImGuiItemHoveredDataBackup
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h70 struct ImGuiItemHoveredDataBackup; // Backup and restore IsItemHovered() internal data
1229 // Backup and restore just enough data to be able to use IsItemHovered() on item A after another B in the same window has overwritten the data.
1237 ImGuiItemHoveredDataBackup() { Backup(); }
1238 void Backup() { ImGuiWindow* window = GImGui->CurrentWindow; LastItemId = window->DC.LastItemId; LastItemStatusFlags = window->DC.LastItemStatusFlags; LastItemRect = window->DC.LastItemRect; LastItemDisplayRect = window->DC.LastItemDisplayRect; } function in struct:ImGuiItemHoveredDataBackup

Completed in 27 milliseconds