Home
last modified time | relevance | path

Searched defs:just_update (Results 1 – 2 of 2) sorted by relevance

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_cache.c632 enum { no_add, yes_add, just_update } state = no_add; in Cache_Add_Common() enumerator
683 enum { no_add, yes_add, just_update } state = no_add; in Cache_Add_Persistent() enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqwidget_x11.cpp2713 bool just_update = qAbs(dx) > q->width() || qAbs(dy) > q->height(); in scroll_sys() local