diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-25 14:00:07 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-26 14:28:39 +0000 |
commit | d761d952f460e1943e94c5a7556b3b01d2259666 (patch) | |
tree | cde2940e406e8451aa8acc8cd8d4305caaf6b626 /vcl/inc | |
parent | 30ebc895c95ee66adf172717249aa1789b309eff (diff) |
Kill old Core Text layout engine
Change-Id: If80d65899255d8be72f374fbec232d103a08a006
Reviewed-on: https://gerrit.libreoffice.org/31232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 4 | ||||
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 2e3f97df7e9b..f6776b3f2e6f 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -88,8 +88,6 @@ public: CoreTextStyle( const FontSelectPattern& ); ~CoreTextStyle( void ); - SalLayout* GetTextLayout( void ) const; - void GetFontMetric( ImplFontMetricDataRef& ) const; bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const; bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const; @@ -136,8 +134,6 @@ private: class AquaSalGraphics : public SalGraphics { - friend class CTLayout; -protected: CGLayerRef mxLayer; // Quartz graphics layer CGContextRef mrContext; // Quartz drawing context #ifdef MACOSX diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 805b3e2569b0..3fab81f6e523 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -167,8 +167,6 @@ public: virtual void AdjustLayout( ImplLayoutArgs& ); // adjusting after fallback etc. virtual void InitFont() const {} virtual void DrawText( SalGraphics& ) const = 0; - virtual bool DrawTextSpecial( SalGraphics& /* rGraphics */, sal_uInt32 /* flags */ ) const { return false; } -#define DRAWTEXT_F_OUTLINE ((sal_uInt32)(1<<0)) int GetUnitsPerPixel() const { return mnUnitsPerPixel; } int GetOrientation() const { return mnOrientation; } |