Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGDIFontMap.cpp22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *g… in GDIFontMap() function in GDIFontMap
28 GDIFontMap::~GDIFontMap() in ~GDIFontMap()
33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont()
DGDIFontMap.h28 class GDIFontMap : public FontMap
31GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, …
33 virtual ~GDIFontMap();
Dgdiglue.cpp61 …return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *… in fm_gdiFontMapOpen()
66 GDIFontMap *fm = (GDIFontMap *) fontMap; in fm_fontMapClose()
Dlayout.cpp128 static GDIFontMap *fontMap = NULL; in WndProc()
141 fontMap = new GDIFontMap(surface, "FontMap.GDI", 24, guiSupport, fontStatus); in WndProc()