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

  /external/icu4c/samples/layout/
RenderingSurface.h 20 class RenderingSurface
23 RenderingSurface() {};
24 virtual ~RenderingSurface() {};
rsurface.cpp 12 #include "RenderingSurface.h"
19 RenderingSurface *rs = (RenderingSurface *) surface;
paragraph.h 23 #include "RenderingSurface.h"
44 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
GDIFontInstance.h 22 #include "RenderingSurface.h"
28 class GDISurface : public RenderingSurface
GnomeFontInstance.h 27 #include "RenderingSurface.h"
31 class GnomeSurface : public RenderingSurface
paragraph.cpp 21 #include "RenderingSurface.h"
216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)

Completed in 967 milliseconds