Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
DGDIFontInstance.h26 class GDIFontInstance; variable
37 void setFont(const GDIFontInstance *font);
43 const GDIFontInstance *fCurrentFont;
51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
77 virtual ~GDIFontInstance();
106 inline HFONT GDIFontInstance::getFont() const in getFont()
111 inline le_int32 GDIFontInstance::getUnitsPerEM() const in getUnitsPerEM()
116 inline le_int32 GDIFontInstance::getAscent() const in getAscent()
[all …]
DGDIFontInstance.cpp41 void GDISurface::setFont(const GDIFontInstance *font) in setFont()
81 setFont((GDIFontInstance *) font); in drawGlyphs()
104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() function in GDIFontInstance
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance() function in GDIFontInstance
301 GDIFontInstance::~GDIFontInstance() in ~GDIFontInstance()
317 LEErrorCode GDIFontInstance::initMapper() in initMapper()
335 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable()
340 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable()
357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
384 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const in getGlyphPoint()
DSurface.cpp7 GDIFontInstance *gFont = (GDIFontInstance *) font; in setFont()
DGDIFontMap.cpp31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()