Home | History | Annotate | Download | only in gfx

Lines Matching defs:RenderText

184 // RenderText represents an abstract model of styled text and its corresponding
188 class GFX_EXPORT RenderText {
190 virtual ~RenderText();
192 // Creates a platform-specific or cross-platform RenderText instance.
193 static RenderText* CreateInstance();
333 // RenderText.
433 RenderText();
445 // We'd like a RenderText to show the text always on the same baseline
585 // Creates a platform-specific RenderText instance.
586 static RenderText* CreateNativeInstance();
726 DISALLOW_COPY_AND_ASSIGN(RenderText);