Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.h20 virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
23 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDrawItemStruct);
Dexpress_dialog.cpp466 void custom_bitmap_button::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) in DrawItem() argument
484 dc->FillRect(&lpDrawItemStruct->rcItem, &brush); in DrawItem()
488 DrawBitmap(lpDrawItemStruct); in DrawItem()
491 UINT state = lpDrawItemStruct->itemState; in DrawItem()
495 CRect rect = lpDrawItemStruct->rcItem; in DrawItem()