Searched refs:maBmpSize (Results 1 – 3 of 3) sorted by relevance
74 const bool bSizeChanged = ( maBmpSize != aImage.GetSizePixel() ); in Update()88 maBmpSize = aBmp.GetSizePixel(); in Update()130 if( maBmpSize.Width() <= 16 ) in Update()131 maUpdRect = Rectangle( Point( 0,12 ), Size( maBmpSize.Width(), 4 ) ); in Update()132 else if(76 == maBmpSize.Width() && 12 == maBmpSize.Height()) in Update()139 else if(30 == maBmpSize.Width() && 16 == maBmpSize.Height()) in Update()147 … maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()151 if( maBmpSize.Width() <= 16 ) in Update()154 … maUpdRect = Rectangle( Point( maBmpSize.Width() - 12, maBmpSize.Height() - 12 ), Size( 11, 11 ) ); in Update()202 aSz.Height() = maBmpSize.Height(); in DrawChar()[all …]
49 const Size maBmpSize = aBmp.GetSizePixel(); in UpdateCellBorder() local66 if(maBmpSize.Width() == 43 && maBmpSize.Height() == 43) in UpdateCellBorder()
73 Size maBmpSize; member in svx::ToolboxButtonColorUpdater