• Home
  • Raw
  • Download

Lines Matching refs:hitPoint

24   CFX_PointF hitPoint;  member
528 static FWL_NEEDREPAINTHITDATA hitPoint[kNeedRepaintHitPoints]; in IsNeedRepaint() local
529 memset(hitPoint, 0, sizeof(hitPoint)); in IsNeedRepaint()
532 hitPoint[2].hitPoint.x = hitPoint[6].hitPoint.x = rtWidget.left; in IsNeedRepaint()
533 hitPoint[0].hitPoint.x = hitPoint[3].hitPoint.x = hitPoint[7].hitPoint.x = in IsNeedRepaint()
534 hitPoint[10].hitPoint.x = fxPiece + rtWidget.left; in IsNeedRepaint()
535 hitPoint[1].hitPoint.x = hitPoint[4].hitPoint.x = hitPoint[8].hitPoint.x = in IsNeedRepaint()
536 hitPoint[11].hitPoint.x = fxPiece * 2 + rtWidget.left; in IsNeedRepaint()
537 hitPoint[5].hitPoint.x = hitPoint[9].hitPoint.x = in IsNeedRepaint()
539 hitPoint[0].hitPoint.y = hitPoint[1].hitPoint.y = rtWidget.top; in IsNeedRepaint()
540 hitPoint[2].hitPoint.y = hitPoint[3].hitPoint.y = hitPoint[4].hitPoint.y = in IsNeedRepaint()
541 hitPoint[5].hitPoint.y = fyPiece + rtWidget.top; in IsNeedRepaint()
542 hitPoint[6].hitPoint.y = hitPoint[7].hitPoint.y = hitPoint[8].hitPoint.y = in IsNeedRepaint()
543 hitPoint[9].hitPoint.y = fyPiece * 2 + rtWidget.top; in IsNeedRepaint()
544 hitPoint[10].hitPoint.y = hitPoint[11].hitPoint.y = in IsNeedRepaint()
565 if (hitPoint[i].bNotContainByDirty || hitPoint[i].bNotNeedRepaint) in IsNeedRepaint()
567 if (!rtDirty.Contains(hitPoint[i].hitPoint)) { in IsNeedRepaint()
568 hitPoint[i].bNotContainByDirty = true; in IsNeedRepaint()
571 if (r.Contains(hitPoint[i].hitPoint)) in IsNeedRepaint()
572 hitPoint[i].bNotNeedRepaint = true; in IsNeedRepaint()
587 if (hitPoint[i].bNotNeedRepaint) in IsNeedRepaint()