Searched refs:GDISurface (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | gdiglue.cpp | 42 return (rs_surface *) new GDISurface(hdc); in rs_gdiRenderingSurfaceOpen() 47 GDISurface *rs = (GDISurface *) surface; in rs_gdiRenderingSurfaceSetHDC() 54 GDISurface *rs = (GDISurface *) surface; in rs_gdiRenderingSurfaceClose() 61 …return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *… in fm_gdiFontMapOpen()
|
D | GDIFontInstance.h | 34 class GDISurface : public RenderingSurface 37 GDISurface(HDC theHDC); 38 virtual ~GDISurface(); 52 inline HDC GDISurface::getHDC() const in getHDC() 60 GDISurface *fSurface; 79 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status); 80 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
|
D | GDIFontInstance.cpp | 30 GDISurface::GDISurface(HDC theHDC) in GDISurface() function in GDISurface 36 GDISurface::~GDISurface() in ~GDISurface() 41 void GDISurface::setHDC(HDC theHDC) in setHDC() 47 void GDISurface::setFont(const GDIFontInstance *font) in setFont() 59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, co… in drawGlyphs() 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() 195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance()
|
D | GDIFontMap.h | 31 …GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 39 GDISurface *fSurface;
|
D | Surface.cpp | 8 void GDISurface::setFont(RenderingFontInstance *font) in setFont() 18 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, c… in drawGlyphs()
|
D | GDIFontMap.cpp | 22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *g… in GDIFontMap()
|
D | layout.cpp | 129 static GDISurface *surface = NULL; in WndProc() 139 surface = new GDISurface(hdc); in WndProc()
|