Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text_mac.cc171 renderer.SetFontFamilyWithStyle(run.font_name, run.font_style); in DrawVisualText()
Drender_text.h56 void SetFontFamilyWithStyle(const std::string& family, int font_style);
Drender_text_pango.cc454 renderer.SetFontFamilyWithStyle(family_name, font_style); in DrawVisualText()
Drender_text.cc208 void SkiaTextRenderer::SetFontFamilyWithStyle(const std::string& family, in SetFontFamilyWithStyle() function in gfx::internal::SkiaTextRenderer
Drender_text_win.cc851 renderer.SetFontFamilyWithStyle(run->font.GetFontName(), run->font_style); in DrawVisualText()