Searched refs:pMeasure (Results 1 – 2 of 2) sorted by relevance
470 EditTypeDlg_OnMeasureItem(HWND hwndDlg, LPMEASUREITEMSTRUCT pMeasure, PEDITTYPE_DIALOG pEditType) in EditTypeDlg_OnMeasureItem() argument472 if (!pMeasure) in EditTypeDlg_OnMeasureItem()482 pMeasure->itemHeight = tm.tmHeight + LISTBOX_MARGIN * 2; in EditTypeDlg_OnMeasureItem()1612 LPMEASUREITEMSTRUCT pMeasure; in EditTypeDlgProc() local1633 pMeasure = LPMEASUREITEMSTRUCT(lParam); in EditTypeDlgProc()1634 return EditTypeDlg_OnMeasureItem(hwndDlg, pMeasure, s_pEditType); in EditTypeDlgProc()
1681 LPMEASUREITEMSTRUCT pMeasure = reinterpret_cast<LPMEASUREITEMSTRUCT>(lParam); in OnMeasureItem() local1682 ATLASSERT(pMeasure != NULL); in OnMeasureItem()1683 if (pMeasure->CtlType != ODT_LISTVIEW) in OnMeasureItem()1688 pMeasure->itemHeight = m_hwndList.m_cyItem; // height of item in OnMeasureItem()