Home
last modified time | relevance | path

Searched refs:FTBufferFont (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTGL/
H A DFTBufferFont.h27 # warning Please use <FTGL/ftgl.h> instead of <FTBufferFont.h>.
43 class FTGL_EXPORT FTBufferFont : public FTFont
51 FTBufferFont(const char* fontFilePath);
61 FTBufferFont(const unsigned char *pBufferBytes,
67 ~FTBufferFont();
H A DFTFont.h79 friend class FTBufferFont; variable
/dports/devel/upp/upp/bazaar/FTGL/
H A DFTBufferFont.h27 # warning Please use <FTGL/ftgl.h> instead of <FTBufferFont.h>.
43 class FTGL_EXPORT FTBufferFont : public FTFont
51 FTBufferFont(const char* fontFilePath);
61 FTBufferFont(const unsigned char *pBufferBytes,
67 ~FTBufferFont();
H A DFTGL.upp38 src/FTFont/FTBufferFont.cpp,
H A DFTFont.h79 friend class FTBufferFont; variable
/dports/graphics/ftgl/ftgl-2.4.0/src/FTGL/
H A DFTBufferFont.h27 # warning Please use <FTGL/ftgl.h> instead of <FTBufferFont.h>.
43 class FTGL_EXPORT FTBufferFont : public FTFont
51 FTBufferFont(const char* fontFilePath);
61 FTBufferFont(const unsigned char *pBufferBytes,
67 ~FTBufferFont();
H A DFTFont.h79 friend class FTBufferFont; variable
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTFont/
H A DFTBufferFont.cpp41 FTBufferFont::FTBufferFont(char const *fontFilePath) : in FTBufferFont() function in FTBufferFont
46 FTBufferFont::FTBufferFont(unsigned char const *pBufferBytes, in FTBufferFont() function in FTBufferFont
52 FTBufferFont::~FTBufferFont() in ~FTBufferFont()
56 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTBufferFontImpl.h36 friend class FTBufferFont; variable
H A DFTFontGlue.cpp58 FTBufferFont, (fontname), FONT_BUFFER);
/dports/devel/upp/upp/bazaar/FTGL/src/FTFont/
H A DFTBufferFont.cpp41 FTBufferFont::FTBufferFont(char const *fontFilePath) : in FTBufferFont() function in FTBufferFont
46 FTBufferFont::FTBufferFont(unsigned char const *pBufferBytes, in FTBufferFont() function in FTBufferFont
52 FTBufferFont::~FTBufferFont() in ~FTBufferFont()
56 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTBufferFontImpl.h36 friend class FTBufferFont; variable
H A DFTFontGlue.cpp58 FTBufferFont, (fontname), FONT_BUFFER);
/dports/graphics/ftgl/ftgl-2.4.0/src/FTFont/
H A DFTBufferFont.cpp42 FTBufferFont::FTBufferFont(char const *fontFilePath) : in FTBufferFont() function in FTBufferFont
47 FTBufferFont::FTBufferFont(unsigned char const *pBufferBytes, in FTBufferFont() function in FTBufferFont
53 FTBufferFont::~FTBufferFont() in ~FTBufferFont()
57 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph()
H A DFTBufferFontImpl.h36 friend class FTBufferFont; variable
H A DFTFontGlue.cpp60 FTBufferFont, (fontname), FONT_BUFFER);
62 FTBufferFont, (bytes, len), FONT_BUFFER);
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DMakefile.am54 FTGL/FTBufferFont.h \
90 FTFont/FTBufferFont.cpp \
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DMakefile.am56 FTGL/FTBufferFont.h \
92 FTFont/FTBufferFont.cpp \
H A DMakefile.in67 libftgl_la-FTBitmapFont.lo libftgl_la-FTBufferFont.lo \
300 FTGL/FTBufferFont.h \
336 FTFont/FTBufferFont.cpp \
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libftgl_la-FTBufferFont.Plo@am__quote@
627 libftgl_la-FTBufferFont.lo: FTFont/FTBufferFont.cpp
628FTBufferFont.lo -MD -MP -MF $(DEPDIR)/libftgl_la-FTBufferFont.Tpo -c -o libftgl_la-FTBufferFont.lo…
629 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/libftgl_la-FTBufferFont.Tpo $(DEPDIR)/libftgl_la-FTBufferFont
632 …) $(CXXFLAGS) -c -o libftgl_la-FTBufferFont.lo `test -f 'FTFont/FTBufferFont.cpp' || echo '$(srcdi…
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DMakefile.am65 FTGL/FTBufferFont.h \
105 FTFont/FTBufferFont.cpp \
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTBufferFont-Bitmap.cpp37 font = new FTBufferFont (file); in main()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DTextFTGL.cpp32 ftFont = new FTBufferFont(fontFile); in TextFTGL()
/dports/graphics/ftgl/ftgl-2.4.0/debian/
H A Dcopyright_hints68 ./test/FTBufferFont-Bitmap.cpp
198 ./src/FTFont/FTBufferFont.cpp
202 ./src/FTGL/FTBufferFont.h
/dports/graphics/ftgl/ftgl-2.4.0/demo/
H A Dsimple.cpp220 font[1] = new FTBufferFont(file); in main()
/dports/graphics/ftgl/ftgl-2.4.0/
H A DChangeLog33 src/FTFont/FTBufferFont.cpp,
133 * [r1187] src/FTFont/FTBufferFont.cpp:
215 * [r1176] src/FTFont/FTBufferFont.cpp,
247 * [r1174] src/FTFont/FTBufferFont.cpp:
313 * [r1163] src/FTFont/FTBufferFont.cpp:
391 * [r1151] src/FTFont/FTBufferFont.cpp,
425 * [r1146] src/FTFont/FTBufferFont.cpp,
433 * [r1145] src/FTFont/FTBufferFont.cpp,
441 FTBufferFont
446 * [r1143] src/FTFont/FTBufferFont.cpp:
[all …]

12