summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r--vcl/inc/generic/glyphcache.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 98d6bc371013..7cd7bbae788e 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -63,8 +63,6 @@ namespace vcl
struct FontCapabilities;
}
-
-
class VCL_DLLPUBLIC GlyphCache
{
public:
@@ -112,8 +110,6 @@ private:
class FreetypeManager* mpFtManager;
};
-
-
class GlyphMetric
{
public:
@@ -138,8 +134,6 @@ private:
Size maSize;
};
-
-
// the glyph specific data needed by a GlyphCachePeer is usually trivial,
// not attaching it to the corresponding GlyphData would be overkill;
// this is currently only used by the headless (aka svp) plugin, where meInfo is
@@ -152,8 +146,6 @@ struct ExtGlyphData
ExtGlyphData() : meInfo(0), mpData(NULL) {}
};
-
-
class GlyphData
{
public:
@@ -181,8 +173,6 @@ private:
mutable long mnLruValue;
};
-
-
class FtFontInfo;
class VCL_DLLPUBLIC ServerFont
@@ -285,8 +275,6 @@ private:
ServerFontLayoutEngine* mpLayoutEngine;
};
-
-
// a class for cache entries for physical font instances that are based on serverfonts
class VCL_DLLPUBLIC ImplServerFontEntry : public ImplFontEntry
{
@@ -302,8 +290,6 @@ public:
void HandleFontOptions();
};
-
-
class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout
{
private:
@@ -325,8 +311,6 @@ public:
ServerFont& GetServerFont() const { return mrServerFont; }
};
-
-
class ServerFontLayoutEngine
{
public:
@@ -334,8 +318,6 @@ public:
virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0;
};
-
-
class GlyphCachePeer
{
protected:
@@ -351,8 +333,6 @@ protected:
sal_Int32 mnBytesUsed;
};
-
-
class VCL_DLLPUBLIC RawBitmap
{
public: