Searched refs:rs_surface (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | gdiglue.cpp | 40 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()
|
D | gdiglue.h | 29 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…
|
D | gnomeglue.cpp | 43 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()
|
D | rsurface.h | 15 typedef void rs_surface; typedef 19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun…
|
D | gnomeglue.h | 31 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget); 32 void rs_gnomeRenderingSurfaceClose(rs_surface *surface);
|
D | rsurface.cpp | 19 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 coun… in rs_drawGlyphs()
|
D | pflow.h | 32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
D | cgnomelayout.c | 220 rs_surface *surface = rs_gnomeRenderingSurfaceOpen(widget); in eventExpose()
|
D | clayout.c | 130 static rs_surface *surface = NULL; in WndProc()
|
D | pflow.c | 318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
|