Searched defs:GDISurface (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h28 class GDISurface : public RenderingSurface class in inherits:RenderingSurface
31 GDISurface(HDC theHDC);
32 virtual ~GDISurface();
46 inline HDC GDISurface::getHDC() const
54 GDISurface *fSurface;
73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
H A DGDIFontInstance.cpp24 GDISurface::GDISurface(HDC theHDC) function in class:GDISurface
30 GDISurface::~GDISurface()
35 void GDISurface::setHDC(HDC theHDC)
41 void GDISurface::setFont(const GDIFontInstance *font)
53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)

Completed in 2026 milliseconds