Home
last modified time | relevance | path

Searched defs:vectoriser (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTVectoriser-Test.cpp300 FTVectoriser vectoriser(NULL); in testNullGlyphProcess() local
309 FTVectoriser vectoriser(face->glyph); in testBadGlyphProcess() local
320 FTVectoriser vectoriser(face->glyph); in testSimpleGlyphProcess() local
333 FTVectoriser vectoriser(face->glyph); in testComplexGlyphProcess() local
346 FTVectoriser vectoriser(face->glyph); in testGetContour() local
359 FTVectoriser vectoriser(face->glyph); in testGetOutline() local
382 FTVectoriser vectoriser(face->glyph); in testGetMesh() local
395 FTVectoriser vectoriser(face->glyph); in testMakeMesh() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTExtrdGlyph.h64 FTVectoriser* vectoriser; variable
H A DFTPolyGlyph.h64 FTVectoriser* vectoriser; variable
/dports/graphics/ftgl/ftgl-2.4.0/src/FTGlyph/
H A DFTOutlineGlyphImpl.h55 FTVectoriser *vectoriser; variable
H A DFTTriangleExtractorGlyphImpl.h53 FTVectoriser *vectoriser; variable
H A DFTPolygonGlyphImpl.h56 FTVectoriser *vectoriser; variable
H A DFTExtrudeGlyphImpl.h60 FTVectoriser *vectoriser; variable
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTGlyph/
H A DFTOutlineGlyphImpl.h55 FTVectoriser *vectoriser; variable
H A DFTPolygonGlyphImpl.h56 FTVectoriser *vectoriser; variable
H A DFTExtrudeGlyphImpl.h60 FTVectoriser *vectoriser; variable
/dports/devel/upp/upp/bazaar/FTGL/src/FTGlyph/
H A DFTOutlineGlyphImpl.h55 FTVectoriser *vectoriser; variable
H A DFTPolygonGlyphImpl.h56 FTVectoriser *vectoriser; variable
H A DFTExtrudeGlyphImpl.h60 FTVectoriser *vectoriser; variable
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeText.cpp149 vector<p2t::Point*> triangulateContour(Vectoriser *vectoriser, int c, float offset) { in triangulateContour()
257 Vectoriser *vectoriser = new Vectoriser(face->glyph, bezierSteps); in AddCharacter() local