GSoC: Modify DrawServerFontLayout and add DrawSalLayout

Desktop / LibreOffice - Akash Jain [gmail.com] - 18 October 2016 13:41 UTC

Modify the definiton of the DrawServerFontLayout method. Add new DrawSalLayout method which will be used for drawing text independent of the platform.

07492d4 GSoC: Modify DrawServerFontLayout and add DrawSalLayout
vcl/headless/svptext.cxx | 10 ++++++++--
vcl/inc/headless/svpgdi.hxx | 3 ++-
vcl/inc/quartz/salgdi.h | 4 +++-
vcl/inc/salgdi.hxx | 6 ++++--
vcl/inc/textrender.hxx | 3 +--
vcl/inc/unx/cairotextrender.hxx | 2 +-
vcl/inc/unx/genpspgraphics.h | 4 +++-
vcl/inc/unx/salgdi.h | 3 ++-
vcl/inc/win/salgdi.h | 4 +++-
vcl/quartz/salgdi.cxx | 3 ++-
vcl/source/gdi/CommonSalLayout.cxx | 3 ++-
vcl/unx/generic/gdi/cairotextrender.cxx | 3 +--
vcl/unx/generic/gdi/font.cxx | 10 ++++++++--
vcl/unx/generic/glyphs/gcach_layout.cxx | 3 ++-
vcl/unx/generic/print/genpspgraphics.cxx | 2 +-
vcl/win/gdi/salfont.cxx | 2 +-
16 files changed, 44 insertions(+), 21 deletions(-)

Upstream: cgit.freedesktop.org


  • Share