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

  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 30 GDISurface::GDISurface(HDC theHDC)
36 GDISurface::~GDISurface()
41 void GDISurface::setHDC(HDC theHDC)
47 void GDISurface::setFont(const GDIFontInstance *font)
59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status)
195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status)
GDIFontInstance.h 34 class GDISurface : public RenderingSurface
37 GDISurface(HDC theHDC);
38 virtual ~GDISurface();
52 inline HDC GDISurface::getHDC() const
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);
81 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);

Completed in 2430 milliseconds