Searched refs:GDIFontInstance (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/samples/layout/ |
D | GDIFontInstance.h | 26 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); 74 …GDIFontInstance(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 …]
|
D | GDIFontInstance.cpp | 41 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 277 GDIFontInstance::~GDIFontInstance() in ~GDIFontInstance() 293 LEErrorCode GDIFontInstance::initMapper() in initMapper() 311 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable() 316 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable() 333 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance() 360 le_bool GDIFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const in getGlyphPoint()
|
D | Surface.cpp | 7 GDIFontInstance *gFont = (GDIFontInstance *) font; in setFont()
|
D | GDIFontMap.cpp | 31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()
|