Searched refs:DrawDecorations (Results 1 – 6 of 6) 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 | 72 void DrawDecorations(int x, int y, int width, bool underline, bool strike,
|
D | render_text_pango.cc | 472 renderer.DrawDecorations(style_start_x, y, x - style_start_x, in DrawVisualText()
|
D | render_text_harfbuzz.cc | 943 renderer.DrawDecorations(origin.x(), origin.y(), width, run.underline, in DrawVisualText()
|
D | render_text_win.cc | 890 renderer.DrawDecorations(start_pos.x(), text_offset.y(), in DrawVisualText()
|
D | render_text.cc | 249 void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline, in DrawDecorations() function in gfx::internal::SkiaTextRenderer
|