Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dcursor.cxx38 Size maPixSize; // Pixel-Size member
58 tools::Rectangle aRect( pData->maPixPos, pData->maPixSize ); in ImplCursorInvert()
138 rData.maPixSize = pDevice->LogicToPixel( maSize ); in ImplPrepForDraw()
146 if (!rData.maPixSize.Width()) in ImplPrepForDraw()
147 rData.maPixSize.setWidth(pDevice->GetSettings().GetStyleSettings().GetCursorSize()); in ImplPrepForDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dcursor.cxx38 Size maPixSize; // Pixel-Size member
57 tools::Rectangle aRect( pData->maPixPos, pData->maPixSize ); in ImplCursorInvert()
134 rData.maPixSize = pDevice->LogicToPixel( maSize ); in ImplPrepForDraw()
142 if (!rData.maPixSize.Width()) in ImplPrepForDraw()
143 rData.maPixSize.setWidth(pDevice->GetSettings().GetStyleSettings().GetCursorSize()); in ImplPrepForDraw()