Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dwbm2m.cpp38 static map<DumbFramebuffer*, int> s_bar_pos_map; in read_frame() local
41 if (s_bar_pos_map.find(fb) != s_bar_pos_map.end()) in read_frame()
42 old_pos = s_bar_pos_map[fb]; in read_frame()
47 s_bar_pos_map[fb] = pos; in read_frame()