Home
last modified time | relevance | path

Searched refs:SetForegroundColor (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_mac.cc169 renderer.SetForegroundColor(run.foreground); in DrawVisualText()
Drender_text.h59 void SetForegroundColor(SkColor foreground);
Drender_text_pango.cc463 renderer.SetForegroundColor(style.color()); in DrawVisualText()
Drender_text_harfbuzz.cc936 renderer.SetForegroundColor(it->second); in DrawVisualText()
Drender_text_win.cc887 renderer.SetForegroundColor(it->second); in DrawVisualText()
Drender_text.cc228 void SkiaTextRenderer::SetForegroundColor(SkColor foreground) { in SetForegroundColor() function in gfx::internal::SkiaTextRenderer