Searched refs:pStruct (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp342 POWNERITEM pStruct = (POWNERITEM)pItem; local
347 m_nItemHeight = pStruct->rclItem.yTop - pStruct->rclItem.yBottom;
352 pStruct->rclItem.xRight += wxOwnerDrawn::GetDefaultMarginWidth();
353 return long(MRFROM2SHORT((USHORT)m_nItemHeight, (USHORT)(pStruct->rclItem.xRight - pStruct->rclItem.xLeft)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistbox.cpp825 MEASUREITEMSTRUCT *pStruct = (MEASUREITEMSTRUCT *)item; local
837 pStruct->itemHeight = dc.GetCharHeight() + 2*OWNER_DRAWN_LISTBOX_EXTRA_SPACE;
838 pStruct->itemWidth = dc.GetCharWidth();
856 DRAWITEMSTRUCT *pStruct = (DRAWITEMSTRUCT *)item; local
857 UINT itemID = pStruct->itemID;
863 LRESULT data = ListBox_GetItemData(GetHwnd(), pStruct->itemID);
869 wxDCTemp dc((WXHDC)pStruct->hDC);
871 return pItem->OnDrawItem(dc, wxRectFromRECT(pStruct->rcItem),
872 (wxOwnerDrawn::wxODAction)pStruct->itemAction,
873 (wxOwnerDrawn::wxODStatus)pStruct
[all...]
H A Dchecklst.cpp384 MEASUREITEMSTRUCT *pStruct = (MEASUREITEMSTRUCT *)item; local
387 m_nItemHeight = pStruct->itemHeight;
390 pStruct->itemWidth += wxOwnerDrawn::GetDefaultMarginWidth();

Completed in 54 milliseconds