Searched refs:DrawDecorations (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | render_text_mac.cc | 174 renderer.DrawDecorations(run.origin.x(), run.origin.y(), run.width, in DrawVisualText()
|
D | render_text.h | 70 void DrawDecorations(int x, int y, int width, bool underline, bool strike,
|
D | render_text_pango.cc | 460 renderer.DrawDecorations(style_start_x, y, x - style_start_x, in DrawVisualText()
|
D | render_text.cc | 268 void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline, in DrawDecorations() function in gfx::internal::SkiaTextRenderer
|
D | render_text_win.cc | 871 renderer.DrawDecorations(start_pos.x(), text_offset.y(), in DrawVisualText()
|