Home
last modified time | relevance | path

Searched refs:GetGlyph (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFT2FontBase.cpp33 gfxFT2FontBase::GetGlyph(uint32_t aCharCode) in GetGlyph() function in gfxFT2FontBase
88 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
120 mSpaceGlyph = GetGlyph(' '); in GetHorizontalMetrics()
153 gfxFT2FontBase::GetGlyph(uint32_t unicode, uint32_t variation_selector) in GetGlyph() function in gfxFT2FontBase
163 return GetGlyph(unicode); in GetGlyph()
168 return GetGlyph(unicode); in GetGlyph()
H A DgfxFT2FontBase.h21 uint32_t GetGlyph(uint32_t aCharCode);
26 virtual uint32_t GetGlyph(uint32_t unicode,
/dports/games/pioneer/pioneer-20210723/src/text/
H A DTextureFont.cpp87 const Glyph &glyph = GetGlyph(chr); in MeasureString()
95 line_width += GetKern(glyph, GetGlyph(chr2)); in MeasureString()
122 const Glyph &glyph = GetGlyph(chr); in MeasureCharacterPos()
126 advance += GetKern(glyph, GetGlyph(nextChar)); in MeasureCharacterPos()
169 const Glyph &glyph = GetGlyph(chr1); in PickCharacter()
173 advance += GetKern(glyph, GetGlyph(chr2)); in PickCharacter()
228 const Glyph &glyph = GetGlyph(chr); in PopulateString()
237 px += GetKern(glyph, GetGlyph(chr2)); in PopulateString()
291 const Glyph &glyph = GetGlyph(chr); in PopulateMarkup()
301 px += GetKern(glyph, GetGlyph(chr2)); in PopulateMarkup()
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dfontcache.h99 virtual const Sprite *GetGlyph(GlyphID key) = 0;
197 static inline const Sprite *GetGlyph(FontSize size, WChar key) in GetGlyph() function
200 return fc->GetGlyph(fc->MapCharToGlyph(key)); in GetGlyph()
H A Dfontcache.cpp88 virtual const Sprite *GetGlyph(GlyphID key);
183 const Sprite *SpriteFontCache::GetGlyph(GlyphID key) in GetGlyph() function in SpriteFontCache
304 this->GetGlyph(key); in GetGlyphWidth()
311 const Sprite *TrueTypeFontCache::GetGlyph(GlyphID key) in GetGlyph() function in TrueTypeFontCache
313 if ((key & SPRITE_GLYPH) != 0) return this->parent->GetGlyph(key); in GetGlyph()
359 this->GetGlyph(question_glyph); in GetGlyph()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFT2FontBase.cpp41 uint32_t gfxFT2FontBase::GetGlyph(uint32_t aCharCode) { in GetGlyph() function in gfxFT2FontBase
93 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
146 FT_UInt gid = GetGlyph(aChar); in GetCharExtents()
160 FT_UInt gid = GetGlyph(aChar); in GetCharWidth()
179 mSpaceGlyph = GetGlyph(' '); in InitMetrics()
489 uint32_t gfxFT2FontBase::GetGlyph(uint32_t unicode, in GetGlyph() function in gfxFT2FontBase
499 return GetGlyph(unicode); in GetGlyph()
504 return GetGlyph(unicode); in GetGlyph()
H A DgfxFT2FontBase.h25 uint32_t GetGlyph(uint32_t aCharCode);
29 virtual uint32_t GetGlyph(uint32_t unicode,
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/TTFImporter/
H A DTTFFont.cpp38 return Font::GetGlyph(chr); in AliasBlank()
41 const Glyph& TTFFont::GetGlyph(ieWord chr) const in GetGlyph() function in GemRB::TTFFont
63 const Glyph& g = Font::GetGlyph(chr); in GetGlyph()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFT2FontBase.cpp75 uint32_t gfxFT2FontBase::GetGlyph(uint32_t aCharCode) { in GetGlyph() function in gfxFT2FontBase
83 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
128 FT_UInt gid = GetGlyph(aChar); in GetCharExtents()
183 mSpaceGlyph = GetGlyph(' '); in InitMetrics()
454 uint32_t gfxFT2FontBase::GetGlyph(uint32_t unicode, in GetGlyph() function in gfxFT2FontBase
464 return GetGlyph(unicode); in GetGlyph()
469 return GetGlyph(unicode); in GetGlyph()
H A DgfxFT2FontBase.h44 uint32_t GetGlyph(uint32_t aCharCode);
46 virtual uint32_t GetGlyph(uint32_t unicode,
/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/
H A Dfont.h274 ((f)->f_gly[c] ? (f)->f_gly[c] : GetGlyph(f, (int)(c))))
299 struct glyph *GetGlyph();
/dports/games/spring/spring_98.0/rts/Rendering/Fonts/
H A DTextWrap.cpp111 const float spaceAdvance = GetGlyph(spaceUTF16).advance; in SplitWord()
140 const GlyphInfo* curGlyph = &GetGlyph(c); in SplitWord()
148 nextGlyph = &GetGlyph(c); in SplitWord()
178 const float ellipsisAdvance = GetGlyph(ellipsisUTF16).advance; in AddEllipsis()
179 const float spaceAdvance = GetGlyph(spaceUTF16).advance; in AddEllipsis()
405 const float spaceAdvance = GetGlyph(spaceUTF16).advance; in SplitTextInWords()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFT2FontBase.cpp110 uint32_t gfxFT2FontBase::GetGlyph(uint32_t aCharCode) { in GetGlyph() function in gfxFT2FontBase
118 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
163 FT_UInt gid = GetGlyph(aChar); in GetCharExtents()
217 mSpaceGlyph = GetGlyph(' '); in InitMetrics()
547 uint32_t gfxFT2FontBase::GetGlyph(uint32_t unicode, in GetGlyph() function in gfxFT2FontBase
557 return GetGlyph(unicode); in GetGlyph()
562 return GetGlyph(unicode); in GetGlyph()
H A DgfxFT2FontBase.h48 uint32_t GetGlyph(uint32_t aCharCode);
50 virtual uint32_t GetGlyph(uint32_t unicode,
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFT2FontBase.cpp110 uint32_t gfxFT2FontBase::GetGlyph(uint32_t aCharCode) { in GetGlyph() function in gfxFT2FontBase
118 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
163 FT_UInt gid = GetGlyph(aChar); in GetCharExtents()
217 mSpaceGlyph = GetGlyph(' '); in InitMetrics()
556 uint32_t gfxFT2FontBase::GetGlyph(uint32_t unicode, in GetGlyph() function in gfxFT2FontBase
566 return GetGlyph(unicode); in GetGlyph()
571 return GetGlyph(unicode); in GetGlyph()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFT2FontBase.cpp110 uint32_t gfxFT2FontBase::GetGlyph(uint32_t aCharCode) { in GetGlyph() function in gfxFT2FontBase
118 slot->mGlyphIndex = gfxFT2LockedFace(this).GetGlyph(aCharCode); in GetGlyph()
163 FT_UInt gid = GetGlyph(aChar); in GetCharExtents()
217 mSpaceGlyph = GetGlyph(' '); in InitMetrics()
547 uint32_t gfxFT2FontBase::GetGlyph(uint32_t unicode, in GetGlyph() function in gfxFT2FontBase
557 return GetGlyph(unicode); in GetGlyph()
562 return GetGlyph(unicode); in GetGlyph()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrafontgl.pas85 function GetGlyph(AIdentifier: string): TRenderedGlyph; in GetGlyph() function
137 property Glyph[AIdentifier: string]: TRenderedGlyph read GetGlyph;
260 g := GetGlyph(nextchar);
360 function TBGLRenderedFont.GetGlyph(AIdentifier: string): TRenderedGlyph; in GetGlyph() function
510 g := GetGlyph(nextchar);
656 g := GetGlyph(nextchar);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrafontgl.pas85 function GetGlyph(AIdentifier: string): TRenderedGlyph; in GetGlyph() function
137 property Glyph[AIdentifier: string]: TRenderedGlyph read GetGlyph;
260 g := GetGlyph(nextchar);
360 function TBGLRenderedFont.GetGlyph(AIdentifier: string): TRenderedGlyph; in GetGlyph() function
510 g := GetGlyph(nextchar);
656 g := GetGlyph(nextchar);
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dgl_text.cpp273 OpenGLTextGlyph const& glyph = GetGlyph(curChar); in DrawString()
283 OpenGLTextGlyph const& glyph = GetGlyph(curChar); in GetExtent()
289 OpenGLTextGlyph const& OpenGLText::GetGlyph(int i) { in GetGlyph() function in OpenGLText
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/
H A DvtkFreeTypeUtilities.h159 int GetGlyph(vtkTextProperty *tprop,
214 int GetGlyph(unsigned long tprop_cache_id,
/dports/games/pioneer/pioneer-20210723/src/gui/
H A DGuiTextLayout.cpp57 const Text::TextureFont::Glyph &glyph = m_font->GetGlyph(chr); in SetText()
137 const float spaceWidth = m_font->GetGlyph(' ').advX; in Update()
233 const float spaceWidth = m_font->GetGlyph(' ').advX; in _MeasureSizeRaw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dharfbuzz_font_skia.cc83 hb_bool_t GetGlyph(hb_font_t* font, in GetGlyph() function
109 return GetGlyph(font, data, unicode, 0, glyph, user_data); in GetNominalGlyph()
184 hb_font_funcs_set_variation_glyph_func(font_funcs_, GetGlyph, 0, 0); in FontFuncs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dharfbuzz_font_skia.cc83 hb_bool_t GetGlyph(hb_font_t* font, in GetGlyph() function
109 return GetGlyph(font, data, unicode, 0, glyph, user_data); in GetNominalGlyph()
184 hb_font_funcs_set_variation_glyph_func(font_funcs_, GetGlyph, 0, 0); in FontFuncs()
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/
H A DvtkFreeTypeTools.h357 bool GetGlyph(
363 bool GetGlyph(size_t tprop_cache_id, int font_size, FT_UInt gindex, FT_Glyph* glyph,
365 bool GetGlyph(
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/
H A DvtkFreeTypeTools.h355 bool GetGlyph(vtkTextProperty *tprop,
364 bool GetGlyph(size_t tprop_cache_id,
369 bool GetGlyph(FTC_Scaler scaler,

123456789