Home
last modified time | relevance | path

Searched refs:FTFontImpl (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTFont/
H A DFTFont.cpp62 FTFont::FTFont(FTFontImpl *pImpl) in FTFont()
215 FTFontImpl::FTFontImpl(FTFont *ftFont, char const *fontFilePath) : in FTFontImpl() function in FTFontImpl
230 FTFontImpl::FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes, in FTFontImpl() function in FTFontImpl
246 FTFontImpl::~FTFontImpl() in ~FTFontImpl()
303 unsigned int FTFontImpl::FaceSize() const in FaceSize()
309 void FTFontImpl::Depth(float depth) in Depth()
315 void FTFontImpl::Outset(float outset) in Outset()
347 FT_Encoding* FTFontImpl::CharMapList() in CharMapList()
359 float FTFontImpl::Ascender() const in Ascender()
365 float FTFontImpl::Descender() const in Descender()
[all …]
H A DFTFontImpl.h37 class FTFontImpl
42 FTFontImpl(FTFont *ftFont, char const *fontFilePath);
44 FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes,
47 virtual ~FTFontImpl();
H A DFTBitmapFontImpl.h34 class FTBitmapFontImpl : public FTFontImpl
40 FTFontImpl(ftFont, fontFilePath) {}; in FTBitmapFontImpl()
44 FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) {}; in FTBitmapFontImpl()
H A DFTPixmapFont.cpp67 : FTFontImpl(ftFont, fontFilePath) in FTPixmapFontImpl()
76 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) in FTPixmapFontImpl()
107 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTOutlineFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTOutlineFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTOutlineFontImpl()
106 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTTextureFont.cpp92 : FTFontImpl(ftFont, fontFilePath), in FTTextureFontImpl()
110 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTTextureFontImpl()
225 return FTFontImpl::FaceSize(size, res); in FaceSize()
244 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTPolygonFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTPolygonFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTPolygonFontImpl()
/dports/devel/upp/upp/bazaar/FTGL/src/FTFont/
H A DFTFont.cpp62 FTFont::FTFont(FTFontImpl *pImpl) in FTFont()
215 FTFontImpl::FTFontImpl(FTFont *ftFont, char const *fontFilePath) : in FTFontImpl() function in FTFontImpl
230 FTFontImpl::FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes, in FTFontImpl() function in FTFontImpl
246 FTFontImpl::~FTFontImpl() in ~FTFontImpl()
303 unsigned int FTFontImpl::FaceSize() const in FaceSize()
309 void FTFontImpl::Depth(float depth) in Depth()
315 void FTFontImpl::Outset(float outset) in Outset()
347 FT_Encoding* FTFontImpl::CharMapList() in CharMapList()
359 float FTFontImpl::Ascender() const in Ascender()
365 float FTFontImpl::Descender() const in Descender()
[all …]
H A DFTFontImpl.h37 class FTFontImpl
42 FTFontImpl(FTFont *ftFont, char const *fontFilePath);
44 FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes,
47 virtual ~FTFontImpl();
H A DFTBitmapFontImpl.h34 class FTBitmapFontImpl : public FTFontImpl
40 FTFontImpl(ftFont, fontFilePath) {}; in FTBitmapFontImpl()
44 FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) {}; in FTBitmapFontImpl()
H A DFTPixmapFont.cpp67 : FTFontImpl(ftFont, fontFilePath) in FTPixmapFontImpl()
76 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) in FTPixmapFontImpl()
107 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTOutlineFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTOutlineFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTOutlineFontImpl()
106 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTTextureFont.cpp92 : FTFontImpl(ftFont, fontFilePath), in FTTextureFontImpl()
110 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTTextureFontImpl()
225 return FTFontImpl::FaceSize(size, res); in FaceSize()
244 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTPolygonFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTPolygonFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTPolygonFontImpl()
/dports/graphics/ftgl/ftgl-2.4.0/src/FTFont/
H A DFTFont.cpp63 FTFont::FTFont(FTFontImpl *pImpl) in FTFont()
216 FTFontImpl::FTFontImpl(FTFont *ftFont, char const *fontFilePath) : in FTFontImpl() function in FTFontImpl
231 FTFontImpl::FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes, in FTFontImpl() function in FTFontImpl
247 FTFontImpl::~FTFontImpl() in ~FTFontImpl()
304 unsigned int FTFontImpl::FaceSize() const in FaceSize()
310 void FTFontImpl::Depth(float depth) in Depth()
316 void FTFontImpl::Outset(float outset) in Outset()
348 FT_Encoding* FTFontImpl::CharMapList() in CharMapList()
360 float FTFontImpl::Ascender() const in Ascender()
366 float FTFontImpl::Descender() const in Descender()
[all …]
H A DFTFontImpl.h37 class FTFontImpl
42 FTFontImpl(FTFont *ftFont, char const *fontFilePath);
44 FTFontImpl(FTFont *ftFont, const unsigned char *pBufferBytes,
47 virtual ~FTFontImpl();
H A DFTBitmapFontImpl.h34 class FTBitmapFontImpl : public FTFontImpl
40 FTFontImpl(ftFont, fontFilePath) {}; in FTBitmapFontImpl()
44 FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) {}; in FTBitmapFontImpl()
H A DFTPolygonFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTPolygonFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTPolygonFontImpl()
103 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTOutlineFont.cpp75 : FTFontImpl(ftFont, fontFilePath), in FTOutlineFontImpl()
85 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTOutlineFontImpl()
126 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTTriangleExtractorFont.cpp72 : FTFontImpl(ftFont, fontFilePath), in FTTriangleExtractorFontImpl()
83 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTTriangleExtractorFontImpl()
96 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTPixmapFont.cpp68 : FTFontImpl(ftFont, fontFilePath) in FTPixmapFontImpl()
77 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes) in FTPixmapFontImpl()
129 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTTextureFont.cpp95 : FTFontImpl(ftFont, fontFilePath), in FTTextureFontImpl()
113 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTTextureFontImpl()
234 return FTFontImpl::FaceSize(size, res); in FaceSize()
272 FTPoint tmp = FTFontImpl::Render(string, len, in RenderI()
H A DFTExtrudeFont.cpp74 : FTFontImpl(ftFont, fontFilePath), in FTExtrudeFontImpl()
84 : FTFontImpl(ftFont, pBufferBytes, bufferSizeInBytes), in FTExtrudeFontImpl()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTGL/
H A DFTFont.h38 class FTFontImpl; variable
92 FTFont(FTFontImpl *pImpl);
367 friend class FTFontImpl;
384 FTFontImpl *impl;
/dports/devel/upp/upp/bazaar/FTGL/
H A DFTFont.h38 class FTFontImpl; variable
92 FTFont(FTFontImpl *pImpl);
367 friend class FTFontImpl;
384 FTFontImpl *impl;

123