Searched refs:nCtrlHeight (Results 1 – 3 of 3) sorted by relevance
50 long nCtrlHeight = mrCtrl.GetSizePixel().Height(); in Arrange() local55 if( nCtrlHeight > nTextHeight ) in Arrange()
1485 long nCtrlHeight = (pEntry->mnBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in implPaint() local1486 aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in implPaint()1487 aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in implPaint()1489 … Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in implPaint()
2770 … long nCtrlHeight = (pData->nBits & MIB_RADIOCHECK) ? nCheckHeight : nRadioHeight; in ImplPaint() local2771 … aTmpPos.X() = aOuterCheckRect.Left() + (aOuterCheckRect.GetWidth() - nCtrlHeight)/2; in ImplPaint()2772 … aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - nCtrlHeight)/2; in ImplPaint()2774 Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in ImplPaint()
Completed in 55 milliseconds