Home
last modified time | relevance | path

Searched refs:DrawDecorations (Results 1 – 6 of 6) 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.h72 void DrawDecorations(int x, int y, int width, bool underline, bool strike,
Drender_text_pango.cc472 renderer.DrawDecorations(style_start_x, y, x - style_start_x, in DrawVisualText()
Drender_text_harfbuzz.cc943 renderer.DrawDecorations(origin.x(), origin.y(), width, run.underline, in DrawVisualText()
Drender_text_win.cc890 renderer.DrawDecorations(start_pos.x(), text_offset.y(), in DrawVisualText()
Drender_text.cc249 void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline, in DrawDecorations() function in gfx::internal::SkiaTextRenderer