Home
last modified time | relevance | path

Searched refs:ftGlyph (Results 26 – 50 of 74) sorted by relevance

123

/dports/graphics/ftgl/ftgl-2.4.0/src/FTFont/
H A DFTBitmapFont.cpp56 FTGlyph* FTBitmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
58 return new FTBitmapGlyph(ftGlyph); in MakeGlyph()
H A DFTPolygonFont.cpp55 FTGlyph* FTPolygonFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
63 return new FTPolygonGlyph(ftGlyph, myimpl->outset, in MakeGlyph()
H A DFTBufferFont.cpp57 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
65 return myimpl->MakeGlyphImpl(ftGlyph); in MakeGlyph()
136 FTGlyph* FTBufferFontImpl::MakeGlyphImpl(FT_GlyphSlot ftGlyph) in MakeGlyphImpl() argument
138 return new FTBufferGlyph(ftGlyph, buffer); in MakeGlyphImpl()
H A DFTOutlineFont.cpp56 FTGlyph* FTOutlineFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
64 return new FTOutlineGlyph(ftGlyph, myimpl->outset, in MakeGlyph()
H A DFTTriangleExtractorFont.cpp54 FTGlyph* FTTriangleExtractorFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
62 return new FTTriangleExtractorGlyph(ftGlyph, myimpl->outset, in MakeGlyph()
H A DFTPixmapFont.cpp56 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
58 return new FTPixmapGlyph(ftGlyph); in MakeGlyph()
H A DFTTextureFontImpl.h70 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
H A DFTBufferFontImpl.h61 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTFont/
H A DFTBufferFont.cpp56 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
64 return myimpl->MakeGlyphImpl(ftGlyph); in MakeGlyph()
135 FTGlyph* FTBufferFontImpl::MakeGlyphImpl(FT_GlyphSlot ftGlyph) in MakeGlyphImpl() argument
137 return new FTBufferGlyph(ftGlyph, buffer); in MakeGlyphImpl()
H A DFTPixmapFont.cpp55 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
57 return new FTPixmapGlyph(ftGlyph); in MakeGlyph()
H A DFTOutlineFont.cpp55 FTGlyph* FTOutlineFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
63 return new FTOutlineGlyph(ftGlyph, myimpl->outset, in MakeGlyph()
H A DFTBufferFontImpl.h61 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
H A DFTTextureFontImpl.h70 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
/dports/devel/upp/upp/bazaar/FTGL/src/FTFont/
H A DFTBufferFont.cpp56 FTGlyph* FTBufferFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
64 return myimpl->MakeGlyphImpl(ftGlyph); in MakeGlyph()
135 FTGlyph* FTBufferFontImpl::MakeGlyphImpl(FT_GlyphSlot ftGlyph) in MakeGlyphImpl() argument
137 return new FTBufferGlyph(ftGlyph, buffer); in MakeGlyphImpl()
H A DFTPixmapFont.cpp55 FTGlyph* FTPixmapFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
57 return new FTPixmapGlyph(ftGlyph); in MakeGlyph()
H A DFTOutlineFont.cpp55 FTGlyph* FTOutlineFont::MakeGlyph(FT_GlyphSlot ftGlyph) in MakeGlyph() argument
63 return new FTOutlineGlyph(ftGlyph, myimpl->outset, in MakeGlyph()
H A DFTTextureFontImpl.h70 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
H A DFTBufferFontImpl.h61 FTGlyph* MakeGlyphImpl(FT_GlyphSlot ftGlyph);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTFace.cpp135 err = FT_Get_Glyph( ftFace->glyph, &ftGlyph); in Glyph()
139 return &ftGlyph; in Glyph()
H A DFTFace.h143 FT_Glyph ftGlyph; variable
/dports/games/pioneer/pioneer-20210723/src/text/
H A DTextureFont.cpp407 FT_Glyph ftGlyph; in BakeGlyph() local
420 err = FT_Get_Glyph(glyph.ftFace->glyph, &ftGlyph); in BakeGlyph()
427 if (ftGlyph->format != FT_GLYPH_FORMAT_BITMAP) { in BakeGlyph()
428 err = FT_Glyph_To_Bitmap(&ftGlyph, FT_RENDER_MODE_NORMAL, 0, 1); in BakeGlyph()
435 const FT_BitmapGlyph bmGlyph = FT_BitmapGlyph(ftGlyph); in BakeGlyph()
442 FT_Done_Glyph(ftGlyph); in BakeGlyph()
574 FT_Done_Glyph(ftGlyph); in BakeGlyph()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dfontstash.h195 FT_GlyphSlot ftGlyph; in fons__tt_buildGlyphBitmap() local
204 ftGlyph = font->font->glyph; in fons__tt_buildGlyphBitmap()
205 *lsb = ftGlyph->metrics.horiBearingX; in fons__tt_buildGlyphBitmap()
206 *x0 = ftGlyph->bitmap_left; in fons__tt_buildGlyphBitmap()
207 *x1 = *x0 + ftGlyph->bitmap.width; in fons__tt_buildGlyphBitmap()
208 *y0 = -ftGlyph->bitmap_top; in fons__tt_buildGlyphBitmap()
209 *y1 = *y0 + ftGlyph->bitmap.rows; in fons__tt_buildGlyphBitmap()
216 FT_GlyphSlot ftGlyph = font->font->glyph; in fons__tt_renderGlyphBitmap() local
225 for ( y = 0; y < ftGlyph->bitmap.rows; y++ ) { in fons__tt_renderGlyphBitmap()
226 for ( x = 0; x < ftGlyph->bitmap.width; x++ ) { in fons__tt_renderGlyphBitmap()
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dfontstash.h195 FT_GlyphSlot ftGlyph; in fons__tt_buildGlyphBitmap() local
204 ftGlyph = font->font->glyph; in fons__tt_buildGlyphBitmap()
205 *lsb = ftGlyph->metrics.horiBearingX; in fons__tt_buildGlyphBitmap()
206 *x0 = ftGlyph->bitmap_left; in fons__tt_buildGlyphBitmap()
207 *x1 = *x0 + ftGlyph->bitmap.width; in fons__tt_buildGlyphBitmap()
208 *y0 = -ftGlyph->bitmap_top; in fons__tt_buildGlyphBitmap()
209 *y1 = *y0 + ftGlyph->bitmap.rows; in fons__tt_buildGlyphBitmap()
216 FT_GlyphSlot ftGlyph = font->font->glyph; in fons__tt_renderGlyphBitmap() local
225 for ( y = 0; y < ftGlyph->bitmap.rows; y++ ) { in fons__tt_renderGlyphBitmap()
226 for ( x = 0; x < ftGlyph->bitmap.width; x++ ) { in fons__tt_renderGlyphBitmap()
[all …]
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dfontstash.h195 FT_GlyphSlot ftGlyph; in fons__tt_buildGlyphBitmap() local
204 ftGlyph = font->font->glyph; in fons__tt_buildGlyphBitmap()
205 *lsb = ftGlyph->metrics.horiBearingX; in fons__tt_buildGlyphBitmap()
206 *x0 = ftGlyph->bitmap_left; in fons__tt_buildGlyphBitmap()
207 *x1 = *x0 + ftGlyph->bitmap.width; in fons__tt_buildGlyphBitmap()
208 *y0 = -ftGlyph->bitmap_top; in fons__tt_buildGlyphBitmap()
209 *y1 = *y0 + ftGlyph->bitmap.rows; in fons__tt_buildGlyphBitmap()
216 FT_GlyphSlot ftGlyph = font->font->glyph; in fons__tt_renderGlyphBitmap() local
225 for ( y = 0; y < ftGlyph->bitmap.rows; y++ ) { in fons__tt_renderGlyphBitmap()
226 for ( x = 0; x < ftGlyph->bitmap.width; x++ ) { in fons__tt_renderGlyphBitmap()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dfontstash.h195 FT_GlyphSlot ftGlyph; in fons__tt_buildGlyphBitmap() local
204 ftGlyph = font->font->glyph; in fons__tt_buildGlyphBitmap()
205 *lsb = ftGlyph->metrics.horiBearingX; in fons__tt_buildGlyphBitmap()
206 *x0 = ftGlyph->bitmap_left; in fons__tt_buildGlyphBitmap()
207 *x1 = *x0 + ftGlyph->bitmap.width; in fons__tt_buildGlyphBitmap()
208 *y0 = -ftGlyph->bitmap_top; in fons__tt_buildGlyphBitmap()
209 *y1 = *y0 + ftGlyph->bitmap.rows; in fons__tt_buildGlyphBitmap()
216 FT_GlyphSlot ftGlyph = font->font->glyph; in fons__tt_renderGlyphBitmap() local
225 for ( y = 0; y < ftGlyph->bitmap.rows; y++ ) { in fons__tt_renderGlyphBitmap()
226 for ( x = 0; x < ftGlyph->bitmap.width; x++ ) { in fons__tt_renderGlyphBitmap()
[all …]

123