Searched defs:EmuSize (Results 1 – 1 of 1) sorted by relevance
179 struct EmuSize struct181 sal_Int64 Width;182 sal_Int64 Height;184 inline explicit EmuSize() : Width( 0 ), Height( 0 ) {} in EmuSize() function185 …inline explicit EmuSize( sal_Int64 nWidth, sal_Int64 nHeight ) : Width( nWidth ), Height( nHei… in EmuSize() function
Completed in 17 milliseconds