Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp904 CFX_RectF rtChilds; in IsNeedRepaint() local
905 rtChilds.Empty(); in IsNeedRepaint()
947 if (rtChilds.IsEmpty()) { in IsNeedRepaint()
948 rtChilds = rect; in IsNeedRepaint()
950 rtChilds.Union(rect); in IsNeedRepaint()
972 if (rtChilds.IsEmpty()) { in IsNeedRepaint()
984 pMatrix->TransformRect(rtChilds); in IsNeedRepaint()
985 if (rtChilds.Contains(rtDirty) || rtChilds.Contains(rtWidget)) { in IsNeedRepaint()