Searched refs:WFS_GetCurrentBitmap (Results 1 – 4 of 4) sorted by relevance
176 BOOL is_parent_sync = ((WFS_GetSyncBitmap() & ~1) == (WFS_GetCurrentBitmap() & ~1)); in ModeParent()226 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in ModeParent()252 const int cur_bitmap = WFS_GetCurrentBitmap(); in ModeParent()
209 int WFS_GetCurrentBitmap(void);
157 WFS_EnableSync(is_parent_sync ? WFS_GetCurrentBitmap() : 0); in UpdateFrame()283 const int cur_bitmap = WFS_GetCurrentBitmap(); in DrawFrame()
661 int WFS_GetCurrentBitmap(void) in WFS_GetCurrentBitmap() function