Searched refs:aLogicPix (Results 1 – 6 of 6) sorted by relevance
55 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetOutputSize() ) ) ); in RequestHelp() local56 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()57 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
484 Rectangle aLogicPix = LogicToPixel(pObj->GetLogicRect()); in RequestHelp() local485 Rectangle aScreenRect(OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp()486 OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
441 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetOutputSize() ) ) ); in RequestHelp() local442 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()443 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
720 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetGraphicSize() ) ) ); in RequestHelp() local721 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()722 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
1078 Rectangle aLogicPix = mpWindow->LogicToPixel(pObj->GetLogicRect()); in SetHelpText() local1079 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in SetHelpText()1080 mpWindow->OutputToScreenPixel(aLogicPix.BottomRight())); in SetHelpText()
1307 Rectangle aLogicPix = mpWindow->LogicToPixel(mxTextObj->GetLogicRect()); in RequestHelp() local1308 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp()1309 mpWindow->OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
Completed in 50 milliseconds