Searched refs:maBmpSize (Results 1 – 3 of 3) sorted by relevance
88 maBmpSize = aBmp.GetSizePixel(); in Update()130 if( maBmpSize.Width() <= 16 ) 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()215 Rectangle aRect( Point(0,0), maBmpSize ); in DrawChar()221 Point aPos( ( maBmpSize.Width() - aTxtSize.Width() ) / 2, 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
Completed in 10 milliseconds