Lines Matching refs:ptd
41 m_FormatEtc.ptd = NULL; in CFormatEtc()
62 DeleteTargetDevice( m_FormatEtc.ptd ); in ~CFormatEtc()
69 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc() argument
72 m_FormatEtc.ptd = CopyTargetDevice( ptd ); in CFormatEtc()
85 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in CFormatEtc()
99 DeleteTargetDevice( m_FormatEtc.ptd ); in operator =()
102 m_FormatEtc.ptd = CopyTargetDevice( theOther.m_FormatEtc.ptd ); in operator =()
170 if ( m_FormatEtc.ptd ) in getTargetDevice()
171 *lpDvTargetDevice = CopyTargetDevice( m_FormatEtc.ptd ); in getTargetDevice()
214 void CFormatEtc::setTargetDevice( DVTARGETDEVICE* ptd ) in setTargetDevice() argument
216 DeleteTargetDevice( m_FormatEtc.ptd ); in setTargetDevice()
217 m_FormatEtc.ptd = ptd; in setTargetDevice()