Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h32 class GDIFontInstance; variable
43 void setFont(const GDIFontInstance *font);
49 const GDIFontInstance *fCurrentFont;
57 class GDIFontInstance : public LEFontInstance, protected FontTableCache
79 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
80GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
83 virtual ~GDIFontInstance();
112 inline HFONT GDIFontInstance::getFont() const in getFont()
117 inline le_int32 GDIFontInstance::getUnitsPerEM() const in getUnitsPerEM()
122 inline le_int32 GDIFontInstance::getAscent() const in getAscent()
[all …]
DGDIFontInstance.cpp47 void GDISurface::setFont(const GDIFontInstance *font) in setFont()
87 setFont((GDIFontInstance *) font); in drawGlyphs()
110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() function in GDIFontInstance
195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance() function in GDIFontInstance
307 GDIFontInstance::~GDIFontInstance() in ~GDIFontInstance()
323 LEErrorCode GDIFontInstance::initMapper() in initMapper()
341 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable()
346 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable()
363 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
390 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const in getGlyphPoint()
DSurface.cpp10 GDIFontInstance *gFont = (GDIFontInstance *) font; in setFont()
DGDIFontMap.cpp35 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()