Home
last modified time | relevance | path

Searched refs:FTInstance (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/gltt/gltt-2.5.2/
H A DFTInstance.C28 FTInstance::FTInstance( FTFace* _face ) in FTInstance() function
37 FTInstance::~FTInstance() in ~FTInstance()
52 GLTTboolean FTInstance::create() in create()
76 GLTTboolean FTInstance::setResolutions( int x_resolution, int y_resolution ) in setResolutions()
89 GLTTboolean FTInstance::setPointSize( int point_size ) in setPointSize()
101 int FTInstance::getHeight() const in getHeight()
117 int FTInstance::getDescender() const in getDescender()
H A DFTGlyph.h32 class FTInstance; variable
39 FTInstance* instance;
48 FTGlyph( FTInstance* _instance );
64 FTInstance* getInstance() in getInstance()
H A DFTInstance.h34 class FTInstance
41 FTInstance( FTFace* _face );
43 virtual ~FTInstance();
H A DFTFont.h27 class FTInstance; variable
35 FTInstance* instance;
40 FTFont( FTInstance* _instance );
H A DGLTTPixmapFont.h28 class FTInstance; variable
38 FTInstance* instance;
H A DGLTTBitmapFont.h28 class FTInstance; variable
38 FTInstance* instance;
H A DGLTTOutlineFont.h28 class FTInstance; variable
38 FTInstance* instance;
H A DGLTTFont.h28 class FTInstance; variable
38 FTInstance* instance;
H A DMakefile.am13 FTInstance.C \
33 FTInstance.h \
H A DFTBitmapFont.h38 FTBitmapFont( FTInstance* _instance );
H A DFTPixmapFont.h38 FTPixmapFont( FTInstance* _instance );
H A DFTPixmapFont.C26 FTPixmapFont::FTPixmapFont( FTInstance* _instance ): FTFont(_instance) in FTPixmapFont()
H A DFTBitmapFont.C26 FTBitmapFont::FTBitmapFont( FTInstance* _instance ): FTFont(_instance) in FTBitmapFont()
H A DFTGlyph.C28 FTGlyph::FTGlyph( FTInstance* _instance ) in FTGlyph()
H A DFTFont.C26 FTFont::FTFont( FTInstance* _instance ) in FTFont()
H A DGLTTBitmapFont.C77 instance= new FTInstance(face); in create()
H A DMakefile.in100 …t.C FTGlyph.C FTGlyphBitmap.C FTGlyphPixmap.C FTGlyphVectorizer.C FTInstance.C FTPixmapFont.…
104 …t.h FTGlyph.h FTGlyphBitmap.h FTGlyphPixmap.h FTGlyphVectorizer.h FTInstance.h FTPixmapFont.…
133 FTInstance.lo FTPixmapFont.lo GLTTBitmapFont.lo GLTTFont.lo \
H A DGLTTFont.C104 instance= new FTInstance(face); in create()
H A DGLTTOutlineFont.C96 instance= new FTInstance(face); in create()
H A DGLTTPixmapFont.C81 instance= new FTInstance(face); in create()
/dports/devel/hs-hasktags/hasktags-0.72.0/src/
H A DTags.hs75 | FTInstance constructor
88 show (FTFuncTypeDef s (Just (FTInstance, p))) =
92 show (FTFuncImpl (Just (FTInstance, p)))= "fi\t" ++ "instance:" ++ p
99 show FTInstance = "i"
H A DHasktags.hs42 …nsAccessor, FTConsGADT, FTData, FTDataGADT, FTFuncImpl, FTFuncTypeDef, FTInstance, FTModule, FTNew…
395 maybe [] (\n@(FoundThing _ name _) -> n : fromWhereOn r (Just (FTInstance, name))) $
397 where instanceName lst@(Token _ p :_) = Just $ FoundThing FTInstance