Lines Matching refs:aTextRect

5145     Rectangle aCheckRect, aTextRect;  in createDefaultCheckBoxAppearance()  local
5161 aTextRect.Left() = rBox.m_aRect.Left() + aCheckRect.GetWidth()+5*nDelta; in createDefaultCheckBoxAppearance()
5162 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5163aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5164 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultCheckBoxAppearance()
5181 aTextRect.Left() = rBox.m_aRect.Left(); in createDefaultCheckBoxAppearance()
5182 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultCheckBoxAppearance()
5183aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultCheckBoxAppearance()
5184 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultCheckBoxAppearance()
5196 drawText( aTextRect, rBox.m_aText, rBox.m_nTextStyle ); in createDefaultCheckBoxAppearance()
5270 Rectangle aCheckRect, aTextRect; in createDefaultRadioButtonAppearance() local
5286 aTextRect.Left() = rBox.m_aRect.Left() + aCheckRect.GetWidth()+5*nDelta; in createDefaultRadioButtonAppearance()
5287 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
5288aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultRadioButtonAppearance()
5289 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultRadioButtonAppearance()
5306 aTextRect.Left() = rBox.m_aRect.Left(); in createDefaultRadioButtonAppearance()
5307 aTextRect.Top() = rBox.m_aRect.Top(); in createDefaultRadioButtonAppearance()
5308aTextRect.Right() = aTextRect.Left() + rBox.m_aRect.GetWidth() - aCheckRect.GetWidth()-6*nDelta; in createDefaultRadioButtonAppearance()
5309 aTextRect.Bottom() = rBox.m_aRect.Bottom(); in createDefaultRadioButtonAppearance()
5321 drawText( aTextRect, rBox.m_aText, rBox.m_nTextStyle ); in createDefaultRadioButtonAppearance()