Searched refs:rs_surface (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dgdiglue.h26 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
28 void rs_gdiRenderingSurfaceClose(rs_surface *surface);
30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Drsurface.h12 typedef void rs_surface; typedef
16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
H A Dgdiglue.cpp37 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc)
39 return (rs_surface *) new GDISurface(hdc);
42 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc)
49 void rs_gdiRenderingSurfaceClose(rs_surface *surface)
56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
H A Dgnomeglue.cpp40 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget)
42 return (rs_surface *) new GnomeSurface(theWidget);
45 void rs_gnomeRenderingSurfaceClose(rs_surface *surface)
H A Dgnomeglue.h28 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget);
29 void rs_gnomeRenderingSurfaceClose(rs_surface *surface);
H A Drsurface.cpp16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
H A Dpflow.h29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dcgnomelayout.c214 rs_surface *surface = rs_gnomeRenderingSurfaceOpen(widget);
H A Dclayout.c124 static rs_surface *surface = NULL;
H A Dpflow.c315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine)

Completed in 277 milliseconds