Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp906 FX_BOOL bChildIntersectWithDirty = FALSE; in IsNeedRepaint() local
941 if (!bChildIntersectWithDirty && r.IntersectWith(rtDirty)) { in IsNeedRepaint()
942 bChildIntersectWithDirty = TRUE; in IsNeedRepaint()
966 if (!bChildIntersectWithDirty) { in IsNeedRepaint()