Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dcanvas_notimplemented.cc21 void Canvas::DrawStringRectWithHalo(const base::string16& text, in DrawStringRectWithHalo() function in gfx::Canvas
Dcanvas.h169 void DrawStringRectWithHalo(const base::string16& text,
Dcanvas_skia.cc311 void Canvas::DrawStringRectWithHalo(const base::string16& text, in DrawStringRectWithHalo() function in gfx::Canvas
/external/chromium_org/ui/base/dragdrop/
Ddrag_utils.cc56 canvas->DrawStringRectWithHalo(name, font_list, kFileDragImageTextColor, in Draw()
/external/chromium_org/ui/views/examples/
Dtext_example.cc79 canvas->DrawStringRectWithHalo(text_, font_list_, color, SK_ColorYELLOW, in OnPaint()