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

  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontMap.h 27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
35 GDISurface *fSurface;
gdiglue.cpp 39 return (rs_surface *) new GDISurface(hdc);
44 GDISurface *rs = (GDISurface *) surface;
51 GDISurface *rs = (GDISurface *) surface;
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *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);
Surface.cpp 5 void GDISurface::setFont(RenderingFontInstance *font)
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
GDIFontMap.cpp 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
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)
layout.cpp 123 static GDISurface *surface = NULL;
133 surface = new GDISurface(hdc);
  /external/icu/icu4c/source/samples/layout/
GDIFontMap.h 27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
35 GDISurface *fSurface;
gdiglue.cpp 39 return (rs_surface *) new GDISurface(hdc);
44 GDISurface *rs = (GDISurface *) surface;
51 GDISurface *rs = (GDISurface *) surface;
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *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);
Surface.cpp 5 void GDISurface::setFont(RenderingFontInstance *font)
15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
GDIFontMap.cpp 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
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)
layout.cpp 123 static GDISurface *surface = NULL;
133 surface = new GDISurface(hdc);

Completed in 225 milliseconds