Searched refs:is_parent_sync (Results 1 – 2 of 2) sorted by relevance
40 static BOOL is_parent_sync = FALSE; variable176 BOOL is_parent_sync = ((WFS_GetSyncBitmap() & ~1) == (WFS_GetCurrentBitmap() & ~1)); in ModeParent() local225 is_parent_sync = !is_parent_sync; in ModeParent()226 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in ModeParent()241 is_parent_sync ? "ENABLE" : "DISABLE"); in ModeParent()
31 static BOOL is_parent_sync = FALSE; variable156 is_parent_sync = !is_parent_sync; in UpdateFrame()157 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in UpdateFrame()273 is_parent_sync ? "ENABLE" : "DISABLE"); in DrawFrame()