Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.cpp438 CBitmap* pBitmap = &m_bitmap; in DrawBitmap() local
441 pBitmap = &m_bitmapSel; in DrawBitmap()
443 pBitmap = &m_bitmapFocus; // third image for focused in DrawBitmap()
445 pBitmap = &m_bitmapDisabled; // last image for disabled in DrawBitmap()
451 CBitmap* pOld = memDC.SelectObject(pBitmap); in DrawBitmap()
459 pBitmap->GetObject(sizeof(BITMAP), &bits); in DrawBitmap()