Searched refs:aFixedSize (Results 1 – 3 of 3) sorted by relevance
253 Size aFixedSize; in ImplPosControls() local348 aFixedSize.Width() = aTextInfo.GetMaxLineWidth()+1; in ImplPosControls()349 aFixedSize.Height() = aFormatRect.GetHeight(); in ImplPosControls()350 if ( aFixedSize.Height() < aImageSize.Height() ) in ImplPosControls()354 aFixedSize.Height() = aImageSize.Height(); in ImplPosControls()359 aPageSize.Height() = aFixedSize.Height(); in ImplPosControls()364 aPageSize.Width() += aFixedSize.Width()+1; in ImplPosControls()374 Size aMinCheckboxSize ( aFixedSize ); in ImplPosControls()409 aPos.Y() += aFixedSize.Height() + (IMPL_DIALOG_OFFSET)+(IMPL_MSGBOX_OFFSET_EXTRA_Y*2); in ImplPosControls()420 aFixedSize.Width() += 2; in ImplPosControls()[all …]
286 Size aFixedSize( aBitmap.GetSizePixel() ); variable287 aFixedSize.Width() += 10;288 aFixedSize.Height() += 10;289 m_aImage.SetSizePixel( aFixedSize );
812 Size aFixedSize = LogicToPixel( Size( _FT_WIDTH , _FT_HEIGHT ), MAP_APPFONT ); in ColorConfigWindow_Impl() local822 …etPosSizePixel(LogicToPixel( Point( _FT_XPOS, nLineNum * _LINE_HEIGHT ), MAP_APPFONT ),aFixedSize); in ColorConfigWindow_Impl()831 …etPosSizePixel(LogicToPixel( Point( _FT_XPOS, nLineNum * _LINE_HEIGHT ), MAP_APPFONT ),aFixedSize); in ColorConfigWindow_Impl()
Completed in 26 milliseconds