Searched refs:rtChilds (Results 1 – 1 of 1) sorted by relevance
904 CFX_RectF rtChilds; in IsNeedRepaint() local905 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()