Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp284 GetWidgetMgrItem(pWidget)->iRedrawCounter++; in AddRedrawCounts()
288 GetWidgetMgrItem(pWidget)->iRedrawCounter = 0; in ResetRedrawCounts()
339 GetWidgetMgrItem(pWidget)->iRedrawCounter = 0; in OnDrawWidget()
384 iRedrawCounter(0) {} in Item()
Dcfwl_widgetmgr.h84 int32_t iRedrawCounter; variable