Searched refs:maBmpSize (Results 1 – 3 of 3) sorted by relevance
88 maBmpSize = aBmp.GetSizePixel(); in Update()118 if( maBmpSize.Width() <= 16 ) in Update()120 else if(76 == maBmpSize.Width() && 12 == maBmpSize.Height()) in Update()127 else if(30 == maBmpSize.Width() && 16 == maBmpSize.Height()) in Update()135 … maUpdRect = Rectangle( Point( 1, maBmpSize.Height() - 7 ), Size( maBmpSize.Width() - 2 ,6 ) ); in Update()139 if( maBmpSize.Width() <= 16 ) in Update()142 … maUpdRect = Rectangle( Point( maBmpSize.Width() - 12, maBmpSize.Height() - 12 ), Size( 11, 11 ) ); in Update()190 aSz.Height() = maBmpSize.Height(); in DrawChar()203 Rectangle aRect( Point(0,0), maBmpSize ); in DrawChar()209 Point aPos( ( maBmpSize.Width() - aTxtSize.Width() ) / 2, in DrawChar()[all …]
47 const Size maBmpSize = aBmp.GetSizePixel(); in UpdateCellBorder() local64 if(maBmpSize.Width() == 43 && maBmpSize.Height() == 43) in UpdateCellBorder()
73 Size maBmpSize; member in svx::ToolboxButtonColorUpdater
Completed in 16 milliseconds