Home
last modified time | relevance | path

Searched refs:DrawDecorations (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_mac.cc174 renderer.DrawDecorations(run.origin.x(), run.origin.y(), run.width, in DrawVisualText()
Drender_text.h70 void DrawDecorations(int x, int y, int width, bool underline, bool strike,
Drender_text_pango.cc460 renderer.DrawDecorations(style_start_x, y, x - style_start_x, in DrawVisualText()
Drender_text.cc268 void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline, in DrawDecorations() function in gfx::internal::SkiaTextRenderer
Drender_text_win.cc871 renderer.DrawDecorations(start_pos.x(), text_offset.y(), in DrawVisualText()