HomeSort by relevance Sort by last modified time
    Searched refs:iRedrawCounter (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetmgrimp.h 26 iRedrawCounter(0)
46 int32_t iRedrawCounter;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 388 pItem->iRedrawCounter++;
623 (pItem->iRedrawCounter)++;
627 pItem->iRedrawCounter = 0;
864 pItem->iRedrawCounter = 0;
877 if (pItem && pItem->iRedrawCounter > 0) {
878 pItem->iRedrawCounter = 0;
    [all...]

Completed in 3928 milliseconds