SalGraphics::mirror() question

Thorsten Behrens thb at documentfoundation.org
Sun Nov 23 14:40:32 PST 2014


Chris Sherlock wrote:
> 1. Why is this necessary?
>
Dunno - that question should go to the committer, if the context is
not clear. ;)

> 2. What is the difference between SalGraphics::GetGraphicsWidth() and
> OutputDevice::GetOutWidthPixel()?
> 
The SalGraphics is the underlying operating system graphics primitive,
so its size might be much bigger than the Window and/or VDev you have
at hand. For the OutputDevice, if mnOutOffX/mnOutOffY is non-zero,
then GetOutputWidthPixel/GetOutputHeightPixel (I presume you meant
those?) will likely be smaller than the size returned by SalGraphics.
VCL Windows are 'lightweight', in that they reuse operating system
windows, by e.g. adjusting output offsets and clips.

For VirtualDevices, you are most probably right, those values will be
equivalent.

HTH,

-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20141123/42bfb9d5/attachment.sig>


More information about the LibreOffice mailing list