Lines Matching refs:aBitmapSize
406 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getPosRect() local
408 (int)( aBitmapSize.Width * m_nXScaling ), in getPosRect()
409 (int)( aBitmapSize.Height * m_nYScaling ) ); in getPosRect()
427 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getClipRect() local
429 (int)( aBitmapSize.Width * m_nXScaling ), in getClipRect()
430 (int)( aBitmapSize.Height * m_nYScaling ) ); in getClipRect()
869 com.sun.star.awt.Size aBitmapSize = new com.sun.star.awt.Size( 200, 100 ); in createVclWindow() local
874 m_nXPixelSize = aVisSize.Width / aBitmapSize.Width; in createVclWindow()
875 m_nYPixelSize = aVisSize.Height / aBitmapSize.Height; in createVclWindow()
882 aBitmapSize = m_xBitmap.getSize(); in createVclWindow()
884 …System.out.println( "The visual area is Width = " + aBitmapSize.Width + "; Height = " + aBitmapSiz… in createVclWindow()
889 Math.min( (int)aBounds.getWidth() - 20, aBitmapSize.Width ), in createVclWindow()
890 Math.min( (int)aBounds.getHeight() - 20, aBitmapSize.Height ) ); in createVclWindow()
942 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in generateNewImage() local
944 (int)( aBitmapSize.Width * m_nXScaling ), in generateNewImage()
945 (int)( aBitmapSize.Height * m_nYScaling ) ); in generateNewImage()