Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dbox.c34 Pixmap ulmap, lrmap; member
39 Pixmap ulmap, lrmap, cmap; member
86 box->lrmap = None; in butBox_create()
102 box->lrmap = None; in butBox_setColors()
115 box->lrmap = lr; in butBox_setPixmaps()
143 Pixmap ulmap, Pixmap lrmap) { in but_drawBox() argument
221 if (lrmap == None) { in but_drawBox()
285 if (lrmap == None) { in but_drawBox()
453 box->lrmap = None; in butBoxFilled_create()
470 box->lrmap = None; in butBoxFilled_setColors()
[all …]
H A Dbox.h53 Pixmap lrmap);
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dlibrary_data.pyj305 lrmap = {}
310 lrmap[f'{book_id}:{fmt}'] = last_read
312 ajax(url, callback.bind(None, library_id, lrmap)).send()
H A Dhome.pyj60 def sync_data_received(library_id, lrmap, load_type, xhr, ev):
70 prev_last_read = lrmap[key]
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Doverlay.pyj173 def sync_data_received(self, library_id, lrmap, load_type, xhr, ev):