Home
last modified time | relevance | path

Searched refs:GnomeFontInstance (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.h54 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
78GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &st…
80 virtual ~GnomeFontInstance();
127 inline le_int32 GnomeFontInstance::getUnitsPerEM() const in getUnitsPerEM()
132 inline le_int32 GnomeFontInstance::getAscent() const in getAscent()
137 inline le_int32 GnomeFontInstance::getDescent() const in getDescent()
142 inline le_int32 GnomeFontInstance::getLeading() const in getLeading()
147 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const in mapCharToGlyph()
152 inline float GnomeFontInstance::getXPixelsPerEm() const in getXPixelsPerEm()
157 inline float GnomeFontInstance::getYPixelsPerEm() const in getYPixelsPerEm()
[all …]
DGnomeFontInstance.cpp50 GnomeFontInstance *gFont = (GnomeFontInstance *) font; in drawGlyphs()
55 GnomeFontInstance::GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSiz… in GnomeFontInstance() function in GnomeFontInstance
96 GnomeFontInstance::~GnomeFontInstance() in ~GnomeFontInstance()
105 LEErrorCode GnomeFontInstance::initMapper() in initMapper()
123 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable()
128 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable()
143 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
164 le_bool GnomeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) con… in getGlyphPoint()
184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs()
DGnomeFontMap.cpp37 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); in openFont()
DMakefile.in33 …GUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableC…