Searched refs:checkWidth (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4957 int checkWidth = GetSystemMetrics( SM_CXMENUCHECK ); in ImplDrawItem() local 4964 r.right = checkWidth; in ImplDrawItem() 4965 r.bottom = checkWidth; in ImplDrawItem() 4967 HBITMAP memBmp = CreateCompatibleBitmap( pDI->hDC, checkWidth, checkHeight ); in ImplDrawItem() 4970 … BitBlt( pDI->hDC, x, y+(lineHeight-checkHeight)/2, checkWidth, checkHeight, memDC, 0, 0, SRCAND ); in ImplDrawItem() 4974 x += checkWidth+3; in ImplDrawItem()
|
Completed in 34 milliseconds