Searched refs:pOuterFrame (Results 1 – 1 of 1) sorted by relevance
595 Rectangle *pOuterFrame = &aPage; in Paint() local598 pOuterFrame = &aFrameAtFrame; in Paint()600 if (aFrmRect.Left() < pOuterFrame->Left()) in Paint()601 aFrmRect.Move(pOuterFrame->Left() - aFrmRect.Left(), 0); in Paint()602 if (aFrmRect.Right() > pOuterFrame->Right()) in Paint()603 aFrmRect.Move(pOuterFrame->Right() - aFrmRect.Right(), 0); in Paint()605 if (aFrmRect.Top() < pOuterFrame->Top()) in Paint()606 aFrmRect.Move(0, pOuterFrame->Top() - aFrmRect.Top()); in Paint()607 if (aFrmRect.Bottom() > pOuterFrame->Bottom()) in Paint()608 aFrmRect.Move(0, pOuterFrame->Bottom() - aFrmRect.Bottom()); in Paint()[all …]