Home
last modified time | relevance | path

Searched refs:bmpSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4892 Size bmpSize( 16, 16 ); in ImplMeasureItem() local
4899 pMI->itemWidth = checkSize.Width() + 3 + bmpSize.Width() + 3 + strSize.cx; in ImplMeasureItem()
4900 pMI->itemHeight = Max( Max( checkSize.Height(), bmpSize.Height() ), strSize.cy ); in ImplMeasureItem()
4980 Size bmpSize(16, 16); in ImplDrawItem() local
5006 x, y+(lineHeight-bmpSize.Height())/2, bmpSize.Width(), bmpSize.Height(), in ImplDrawItem()
5014 x += bmpSize.Width() + 3; in ImplDrawItem()

Completed in 372 milliseconds