Searched refs:maButtonImageSize (Results 1 – 2 of 2) sorted by relevance
152 maButtonImageSize( 10, 10 ), in BackingWindow()259 maButtonImageSize.Width() += 12; in BackingWindow()260 maButtonImageSize.Height() += 12; in BackingWindow()534 nYPos += maButtonImageSize.Height() + 10; in initControls()541 nYPos += maButtonImageSize.Height() + 10; in initControls()549 nYPos += 3*maButtonImageSize.Height() / 2; in initControls()612 if( aImgSize.Width() > maButtonImageSize.Width() ) in loadImage()613 maButtonImageSize.Width() = aImgSize.Width(); in loadImage()614 if( aImgSize.Height() > maButtonImageSize.Height() ) in loadImage()615 maButtonImageSize.Height() = aImgSize.Height(); in loadImage()[all …]
123 Size maButtonImageSize; member in framework::BackingWindow
Completed in 29 milliseconds