Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4960 int checkWidth = GetSystemMetrics( SM_CXMENUCHECK ); in ImplDrawItem() local
4967 r.right = checkWidth; in ImplDrawItem()
4968 r.bottom = checkWidth; in ImplDrawItem()
4970 HBITMAP memBmp = CreateCompatibleBitmap( pDI->hDC, checkWidth, checkHeight ); in ImplDrawItem()
4973 … BitBlt( pDI->hDC, x, y+(lineHeight-checkHeight)/2, checkWidth, checkHeight, memDC, 0, 0, SRCAND ); in ImplDrawItem()
4977 x += checkWidth+3; in ImplDrawItem()

Completed in 38 milliseconds