Searched refs:aAppFontSize (Results 1 – 3 of 3) sorted by relevance
255 ::Size aAppFontSize( e.Width, e.Height ); in windowResized()263 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()264 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()267 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized()277 aValues[0] <<= aAppFontSize.Height(); in windowResized()278 aValues[1] <<= aAppFontSize.Width(); in windowResized()
332 ::Size aAppFontSize( e.Width, e.Height ); in windowResized()343 aAppFontSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in windowResized()344 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()347 aAppFontSize = ImplMapPixelToAppFont( pOutDev, aAppFontSize ); in windowResized()357 aValues[0] <<= aAppFontSize.Height(); in windowResized()358 aValues[1] <<= aAppFontSize.Width(); in windowResized()
268 Size aAppFontSize = mrGraphicHelper.convertHmmToAppFont( Size( rSize.first, rSize.second ) ); in convertSize() local269 rPropMap.setProperty( PROP_Width, aAppFontSize.Width ); in convertSize()270 rPropMap.setProperty( PROP_Height, aAppFontSize.Height ); in convertSize()
Completed in 33 milliseconds