Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dgdiglue.cpp40 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc) in rs_gdiRenderingSurfaceOpen()
42 return (rs_surface *) new GDISurface(hdc); in rs_gdiRenderingSurfaceOpen()
45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC()
52 void rs_gdiRenderingSurfaceClose(rs_surface *surface) in rs_gdiRenderingSurfaceClose()
59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_gui… in fm_gdiFontMapOpen()
Dgdiglue.h29 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
30 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
31 void rs_gdiRenderingSurfaceClose(rs_surface *surface);
33 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_gui…
Dgnomeglue.cpp43 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget) in rs_gnomeRenderingSurfaceOpen()
45 return (rs_surface *) new GnomeSurface(theWidget); in rs_gnomeRenderingSurfaceOpen()
48 void rs_gnomeRenderingSurfaceClose(rs_surface *surface) in rs_gnomeRenderingSurfaceClose()
Drsurface.h15 typedef void rs_surface; typedef
19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun…
Dgnomeglue.h31 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget);
32 void rs_gnomeRenderingSurfaceClose(rs_surface *surface);
Drsurface.cpp19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
Dpflow.h32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
Dcgnomelayout.c220 rs_surface *surface = rs_gnomeRenderingSurfaceOpen(widget); in eventExpose()
Dclayout.c130 static rs_surface *surface = NULL; in WndProc()
Dpflow.c318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()