HomeSort by relevance Sort by last modified time
    Searched defs:GDISurface (Results 1 - 2 of 2) sorted by null

  /external/icu4c/samples/layout/
GDIFontInstance.cpp 24 GDISurface::GDISurface(HDC theHDC)
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)
GDIFontInstance.h 28 class GDISurface : public 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);

Completed in 23 milliseconds