OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFontFamilyWithStyle
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/gfx/
render_text.h
55
void
SetFontFamilyWithStyle
(const std::string& family, int font_style);
render_text_mac.cc
170
renderer.
SetFontFamilyWithStyle
(run.font_name, run.font_style);
render_text_linux.cc
453
renderer.
SetFontFamilyWithStyle
(family_name, font_style);
render_text.cc
180
void SkiaTextRenderer::
SetFontFamilyWithStyle
(const std::string& family,
[
all
...]
render_text_win.cc
507
renderer.
SetFontFamilyWithStyle
(run->font.GetFontName(), run->font_style);
[
all
...]
Completed in 44 milliseconds