Searched refs:bitGlyph (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/ |
H A D | GUIFontTTF.cpp | 737 FT_BitmapGlyph bitGlyph = (FT_BitmapGlyph)glyph; in CacheCharacter() local 738 FT_Bitmap bitmap = bitGlyph->bitmap; in CacheCharacter() 743 if (bitGlyph->left < 0) in CacheCharacter() 744 m_posX += -bitGlyph->left; in CacheCharacter() 748 if (static_cast<int>(m_posX + bitGlyph->left + bitmap.width) > static_cast<int>(m_textureWidth)) in CacheCharacter() 752 if (bitGlyph->left < 0) in CacheCharacter() 753 m_posX += -bitGlyph->left; in CacheCharacter() 788 ch->offsetX = (short)bitGlyph->left; in CacheCharacter() 789 ch->offsetY = (short)m_cellBaseLine - bitGlyph->top; in CacheCharacter() 804 CopyCharToTexture(bitGlyph, x1, y1, x2, y2); in CacheCharacter()
|
H A D | GUIFontTTFGL.h | 34 …bool CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, unsigned int x2,…
|
H A D | GUIFontTTFDX.h | 49 …bool CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, unsigned int x2,…
|
H A D | GUIFontTTFDX.cpp | 271 bool CGUIFontTTFDX::CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, un… in CopyCharToTexture() argument 273 FT_Bitmap bitmap = bitGlyph->bitmap; in CopyCharToTexture()
|
H A D | GUIFontTTFGL.cpp | 370 bool CGUIFontTTFGL::CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, un… in CopyCharToTexture() argument 372 FT_Bitmap bitmap = bitGlyph->bitmap; in CopyCharToTexture()
|
H A D | GUIFontTTF.h | 121 …virtual bool CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, unsigned…
|