Searched defs:EmuPoint (Results 1 – 1 of 1) sorted by relevance
167 struct EmuPoint struct169 sal_Int64 X;170 sal_Int64 Y;172 inline explicit EmuPoint() : X( 0 ), Y( 0 ) {} in EmuPoint() function173 inline explicit EmuPoint( sal_Int64 nX, sal_Int64 nY ) : X( nX ), Y( nY ) {} in EmuPoint() argument
Completed in 21 milliseconds