Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/misc/
H A DImplHelper.cxx443 sal_Bool SAL_CALL CompareTargetDevice( DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdRight ) argument
457 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 )
H A DImplHelper.hxx51 sal_Bool SAL_CALL CompareTargetDevice(DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdRight);

Completed in 14 milliseconds