Home
last modified time | relevance | path

Searched refs:_face (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/graphics/graphite2/graphite2-1.3.14/contrib/C#/NGraphite/
H A DFace.cs8 IntPtr _face; field in NGraphite.Face
23 if (_face == IntPtr.Zero) in Face()
34 if (_face == IntPtr.Zero) in Face()
56 get { return _face; }
77 return Graphite2Api.FaceNFref(_face); in NFref()
82 IntPtr ptr = Graphite2Api.FaceFref(_face, i); in Fref()
90 return Graphite2Api.FaceNLanguages(_face); in NLanguages()
95 return Graphite2Api.FaceLangByIndex(_face, i); in LangByIndex()
100 return Graphite2Api.FaceNGlyphs(_face); in NGlyphs()
122 Graphite2Api.StopLogging(_face); in StopLogging()
[all …]
/dports/math/gap/gap-4.11.0/pkg/simpcomp/src/
H A Dbistellar_move.cpp11 BistellarMove::BistellarMove() : _face(), _link() in BistellarMove()
16 BistellarMove::BistellarMove(const Face & face, const Face & link) : _face(face), _link(link) in BistellarMove()
23 _face = cpy._face; in BistellarMove()
32 _face = cpy._face; in operator =()
45 return _face == cmp._face && _link == cmp._link; in operator ==()
55 return _face; in face()
65 return _face.dimension(); in dimension()
76 os << "[" << move._face << "," << move._link << "]"; in operator <<()
/dports/games/scummvm/scummvm-2.5.1/graphics/fonts/
H A Dttf.cpp167 FT_Face _face; member in Graphics::TTFFont
212 g_ttf.closeFont(_face); in ~TTFFont()
272 if (!FT_IS_SCALABLE(_face)) { in load()
285 g_ttf.closeFont(_face); in load()
308 g_ttf.closeFont(_face); in load()
345 _width = ftCeil26_6(FT_MulFix(_face->max_advance_width, _face->size->metrics.x_scale)); in load()
393 g_ttf.closeFont(_face); in load()
405 g_ttf.closeFont(_face); in load()
784 if (FT_Bitmap_Embolden(_face->glyph->library, &_face->glyph->bitmap, 1 << 6, 0)) in cacheGlyph()
787 bitmap = &_face->glyph->bitmap; in cacheGlyph()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/fontGen/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/addons/fontGen/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux/avidemux_2.7.6/addons/fontGen/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/addons/fontGen/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Srt/
H A DADM_vidFont.cpp44 FT_Done_Face(_face); in ~ADMfont()
70 &_face ); in initFreeType()
85 _face, /* handle to face object */ in initFreeType()
109 _face, /* handle to face object */ in fontSetSize()
126 FT_GlyphSlot slot = _face->glyph; // a small shortcut in fontDraw()
140 glyph_index = FT_Get_Char_Index( _face, c ); in fontDraw()
142 glyph_prev=FT_Get_Char_Index( _face, prevchar ); in fontDraw()
145 _face, /* handle to face object */ in fontDraw()
178 if(prevchar && FT_HAS_KERNING( _face )) in fontDraw()
180 FT_Get_Kerning( _face,glyph_prev, glyph_index, 0 /*FT_KERNING_DEFAULT*/, &delta ); in fontDraw()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/freetype/
H A DFreeTypeFont.cpp221 _face(face), in FreeTypeFont()
231 _face(face), in FreeTypeFont()
239 if(_face) in ~FreeTypeFont()
249 FT_Done_Face(_face); in ~FreeTypeFont()
250 _face = 0; in ~FreeTypeFont()
312 if (_face->charmap != NULL) in getGlyph()
328 FT_GlyphSlot glyphslot = _face->glyph; in getGlyph()
406 …OSG_NOTICE<<" _face->units_per_EM = "<<_face->units_per_EM<<", scale="<<1.0f/float(_face->units_… in getGlyph()
428 if (_face->charmap != NULL) in getGlyph3D()
559 return FT_HAS_VERTICAL(_face)!=0; in hasVertical()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/freetype/
H A DFreeTypeFont.cpp221 _face(face), in FreeTypeFont()
231 _face(face), in FreeTypeFont()
239 if(_face) in ~FreeTypeFont()
249 FT_Done_Face(_face); in ~FreeTypeFont()
250 _face = 0; in ~FreeTypeFont()
325 if (_face->charmap != NULL) in getGlyph()
341 FT_GlyphSlot glyphslot = _face->glyph; in getGlyph()
419 …OSG_NOTICE<<" _face->units_per_EM = "<<_face->units_per_EM<<", scale="<<1.0f/float(_face->units_… in getGlyph()
439 if (_face->charmap != NULL) in getGlyph3D()
568 return FT_HAS_VERTICAL(_face)!=0; in hasVertical()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/fonts/
H A Dttf.cpp130 FT_Face _face; member in Graphics::TTFFont
170 g_ttf.closeFont(_face); in ~TTFFont()
200 if (!g_ttf.loadFont(_ttfFile, _size, _face)) { in load()
208 if (!FT_IS_SCALABLE(_face)) { in load()
212 g_ttf.closeFont(_face); in load()
218 _hasKerning = (FT_HAS_KERNING(_face) != 0); in load()
244 FT_Fixed yScale = _face->size->metrics.y_scale; in load()
248 _width = ftCeil26_6(FT_MulFix(_face->max_advance_width, _face->size->metrics.x_scale)); in load()
576 FT_UInt slot = FT_Get_Char_Index(_face, chr); in cacheGlyph()
585 if (FT_Load_Glyph(_face, slot, _loadFlags)) in cacheGlyph()
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/fonts/
H A Dttf.cpp127 FT_Face _face; member in Graphics::TTFFont
167 g_ttf.closeFont(_face); in ~TTFFont()
197 if (!g_ttf.loadFont(_ttfFile, _size, _face)) { in load()
205 if (!FT_IS_SCALABLE(_face)) { in load()
209 g_ttf.closeFont(_face); in load()
215 _hasKerning = (FT_HAS_KERNING(_face) != 0); in load()
241 FT_Fixed yScale = _face->size->metrics.y_scale; in load()
245 _width = ftCeil26_6(FT_MulFix(_face->max_advance_width, _face->size->metrics.x_scale)); in load()
573 FT_UInt slot = FT_Get_Char_Index(_face, chr); in cacheGlyph()
582 if (FT_Load_Glyph(_face, slot, _loadFlags)) in cacheGlyph()
[all …]
/dports/print/freetype/freetype-1.3.1/lib/
H A Dttapi.c269 PFace _face; in TT_Open_Face() local
286 _face, in TT_Open_Face()
333 PFace _face; in TT_Open_Collection() local
392 if ( !_face ) in TT_Get_Face_Properties()
559 if ( !_face ) in TT_Get_Face_Metrics()
666 if ( !_face ) in TT_Close_Face()
672 return CACHE_Done( _face->engine->objs_face_cache, _face ); in TT_Close_Face()
702 if ( !_face ) in TT_New_Instance()
706 error = CACHE_New( &_face->instances, _ins, _face ); in TT_New_Instance()
1128 if ( !_face ) in TT_New_Glyph()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DFreetypeGlyphsProvider.cpp403 assert(_face); in unitsPerEM()
404 return _face->units_per_EM; in unitsPerEM()
410 assert(_face); in descent()
411 return std::abs(_face->descender); in descent()
417 assert(_face); in ascent()
418 return _face->ascender; in ascent()
425 _face(nullptr) in FreetypeGlyphsProvider()
472 name, _face->units_per_EM, scale); in FreetypeGlyphsProvider()
507 unsigned long gf = _face->glyph->format; in getGlyph()
561 if (_face) { in ~FreetypeGlyphsProvider()
[all …]
/dports/graphics/py-glooey/glooey-0.3.3/docs/making_widgets_from_scratch/
H A Dline_clock.py27 self._face = None
63 if self._face is not None:
65 self._face, GL_TRIANGLE_STRIP, self.group, self.batch)
100 if self._face is None:
101 self._face = self.batch.add(
109 self._face.vertices = vertices
110 self._face.colors = colors
143 if self._face is not None:
144 self._face.delete()
145 self._face = None
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/private/
H A Dlvfreetypeface.cpp533 FT_Pos embolden_strength = FT_MulFix(_face->units_per_EM, _face->size->metrics.y_scale) / 24;
546 if (_face)
547 FT_Done_Face(_face);
565 _slot = _face->glyph;
566 _faceName = familyName(_face);
656 if (_face)
657 FT_Done_Face(_face);
674 _slot = _face->glyph;
2395 if (_face) {
2396 FT_Done_Face(_face);
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/yaspgrid/
H A Dyaspgridintersection.hh44 dist[_dir] = 1 - 2*_face; in update()
48 _face = _count % 2; in update()
51 dist[_dir] += -1 + 2*_face; in update()
156 index += _face * (sides[_dir]>1) * fsize[_dir]; in boundarySegmentIndex()
178 normal[_dir] = (_face==0) ? -1.0 : 1.0; in centerUnitOuterNormal()
204 ll[_dir] = ur[_dir] = (_face==0) ? 0.0 : 1.0; in geometryInInside()
223 ll[_dir] = ur[_dir] = (_face==1) ? 0.0 : 1.0; in geometryInOutside()
242 if ((i == _dir) and (_face)) in geometry()
291 , _face(0) in YaspIntersection()
303 _face(0) in YaspIntersection()
[all …]
/dports/graphics/graphite2/graphite2-1.3.14/contrib/C#/NGraphiteTests/
H A DSlotTests.cs10 Face _face; field in NGraphiteTests.SlotTests
18 _face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default); in PerTestSetup()
19 _font = new Font(20.0f, _face); in PerTestSetup()
20 _featureval = _face.FeaturevalForLang("en"); in PerTestSetup()
27 _face.Dispose(); in PerTestTearDown()
84 Assert.AreEqual(9.9609375f, _segment.FirstSlot.AdvanceX(_face, _font)); in AdvanceX_OnFirstSlotInTestSegment_ReturnsExpectedValue()
90 Assert.AreEqual(0f, _segment.FirstSlot.AdvanceY(_face, _font)); in AdvanceY_OnFirstSlotInTestSegment_ReturnsExpectedValue()
H A DFeatureRefTests.cs10 Face _face; field in NGraphiteTests.FeatureRefTests
15 _face = new Face(TestConstants.PaduakFontLocation, FaceOptions.face_default); in PerTestSetup()
21 _face.Dispose(); in PerTestTearDown()
27 using(Featureval val = _face.FeaturevalForLang("en")) in FeatureValue_OnTestFeature_ReturnsZero()
37 using(Featureval val = _face.FeaturevalForLang("en")) in SetFeatureValue_SetValueInRange_ReturnsSuccessAndValueIsChanged()
94 return _face.FindFref(1801744244); in CreateTestFeatureRef()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/misc/
H A Dhedge.cpp45 , _face(nullptr) in HEdge()
96 _face = newFace; in setFace()
122 if (_face && _face->hasMapElement() && _face->mapElement().type() == DMU_SUBSPACE) in subsector()
124 d->subsector = _face->mapElementAs<world::ConvexSubspace>().subsectorPtr(); in subsector()
/dports/games/burrtools/burrtools-0.6.3/src/halfedge/
H A Dhalfedge.h45 : _dst ( v ), _face ( f ), _twin ( t ), _next ( n ), _index ( idx ) {} in _dst()
48 : _dst ( v ), _face ( f ), _twin ( 0 ), _next ( 0 ), _index ( idx ) {} in _dst()
53 void face ( Face* f ) { _face = f; } ///< Sets the associated Face object. in face()
63 Face* face() { return _face; } ///< Returns the associated Face object. in face()
64 …const Face* face() const { return _face; } ///< Returns the associated Face object. (Const met… in face()
89 Face* _face; variable
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_seamless/
H A DGeoPatch.cpp34 _face = -1;
51 euler::cubeToFace(xMin, yMin, xMax, yMax, _face);
59 _faceCoords[(i + 1) % 4], _face);
63 : Patch(rhs, copyop), _face(rhs._face)
78 _faceCoords[(edge + 1) % 4], _face);

12345678910