Lines Matching refs:rtWidget
468 CFX_RectF rtWidget = child->GetWidgetRect(); in DrawChild() local
469 if (rtWidget.IsEmpty()) in DrawChild()
473 CFX_RectF clipBounds(rtWidget); in DrawChild()
490 widgetMatrix.Translate(rtWidget.left, rtWidget.top, true); in DrawChild()
514 CFX_RectF rtWidget = in IsNeedRepaint() local
516 if (!rtWidget.IntersectWith(rtDirty)) in IsNeedRepaint()
527 bool bOrginPtIntersectWidthDirty = rtDirty.Contains(rtWidget.TopLeft()); in IsNeedRepaint()
530 float fxPiece = rtWidget.width / kNeedRepaintHitPiece; in IsNeedRepaint()
531 float fyPiece = rtWidget.height / kNeedRepaintHitPiece; in IsNeedRepaint()
532 hitPoint[2].hitPoint.x = hitPoint[6].hitPoint.x = rtWidget.left; in IsNeedRepaint()
534 hitPoint[10].hitPoint.x = fxPiece + rtWidget.left; in IsNeedRepaint()
536 hitPoint[11].hitPoint.x = fxPiece * 2 + rtWidget.left; in IsNeedRepaint()
538 rtWidget.width + rtWidget.left; in IsNeedRepaint()
539 hitPoint[0].hitPoint.y = hitPoint[1].hitPoint.y = rtWidget.top; in IsNeedRepaint()
541 hitPoint[5].hitPoint.y = fyPiece + rtWidget.top; in IsNeedRepaint()
543 hitPoint[9].hitPoint.y = fyPiece * 2 + rtWidget.top; in IsNeedRepaint()
545 rtWidget.height + rtWidget.top; in IsNeedRepaint()
548 CFX_RectF r(rect.left + rtWidget.left, rect.top + rtWidget.top, rect.width, in IsNeedRepaint()
594 if (rtChilds.Contains(rtDirty) || rtChilds.Contains(rtWidget)) in IsNeedRepaint()