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

  /external/icu4c/samples/layout/
gdiglue.h 26 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);
rsurface.h 12 typedef void rs_surface; typedef
16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
gdiglue.cpp 37 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)
gnomeglue.cpp 40 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget)
42 return (rs_surface *) new GnomeSurface(theWidget);
45 void rs_gnomeRenderingSurfaceClose(rs_surface *surface)
gnomeglue.h 28 rs_surface *rs_gnomeRenderingSurfaceOpen(GtkWidget *theWidget);
29 void rs_gnomeRenderingSurfaceClose(rs_surface *surface);
rsurface.cpp 16 void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
pflow.h 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
cgnomelayout.c 214 rs_surface *surface = rs_gnomeRenderingSurfaceOpen(widget);
clayout.c 124 static rs_surface *surface = NULL;
pflow.c 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine)

Completed in 943 milliseconds