Searched refs:ptdLeft (Results 1 – 2 of 2) sorted by relevance
443 sal_Bool SAL_CALL CompareTargetDevice( DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdRight ) argument457 if ( ptdLeft == ptdRight )464 else if ( ( NULL != ptdRight ) && ( NULL != ptdLeft ) )466 if ( ptdLeft->tdSize == ptdRight->tdSize ) 468 if ( rtl_compareMemory( ptdLeft, ptdRight, ptdLeft->tdSize ) == 0 )
51 sal_Bool SAL_CALL CompareTargetDevice(DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdRight);
Completed in 12 milliseconds