Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/scanner/
H A Dsanedlg.cxx82 Point maMinTopLeft, maMaxBottomRight; member in ScanPreview
91 : maMaxBottomRight(PREVIEW_WIDTH, PREVIEW_HEIGHT) in ScanPreview()
110 maMaxBottomRight = Point(PREVIEW_WIDTH, PREVIEW_HEIGHT); in ResetForNewScanner()
143 rBottomRight = maMaxBottomRight; in GetMaxLogicRect()
181 maMaxBottomRight = rBottomRight; in SetPreviewMaxRect()
1209 ( maMaxBottomRight.X() - maMinTopLeft.X() ) ) in GetPixelPos()
1212 / ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ) in GetPixelPos()
1230 aConvert.setX( aConvert.X() * ( maMaxBottomRight.X() - maMinTopLeft.X() ) ); in GetLogicPos()
1232 aConvert.setY( aConvert.Y() * ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ); in GetLogicPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/scanner/
H A Dsanedlg.cxx83 Point maMinTopLeft, maMaxBottomRight; member in ScanPreview
92 : maMaxBottomRight(PREVIEW_WIDTH, PREVIEW_HEIGHT) in ScanPreview()
111 maMaxBottomRight = Point(PREVIEW_WIDTH, PREVIEW_HEIGHT); in ResetForNewScanner()
144 rBottomRight = maMaxBottomRight; in GetMaxLogicRect()
182 maMaxBottomRight = rBottomRight; in SetPreviewMaxRect()
1203 ( maMaxBottomRight.X() - maMinTopLeft.X() ) ) in GetPixelPos()
1206 / ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ) in GetPixelPos()
1224 aConvert.setX( aConvert.X() * ( maMaxBottomRight.X() - maMinTopLeft.X() ) ); in GetLogicPos()
1226 aConvert.setY( aConvert.Y() * ( maMaxBottomRight.Y() - maMinTopLeft.Y() ) ); in GetLogicPos()