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
56
void
SetFontFamilyWithStyle
(const std::string& family, int font_style);
render_text_mac.cc
171
renderer.
SetFontFamilyWithStyle
(run.font_name, run.font_style);
render_text_pango.cc
454
renderer.
SetFontFamilyWithStyle
(family_name, font_style);
render_text.cc
208
void SkiaTextRenderer::
SetFontFamilyWithStyle
(const std::string& family,
[
all
...]
render_text_win.cc
851
renderer.
SetFontFamilyWithStyle
(run->font.GetFontName(), run->font_style);
[
all
...]
Completed in 318 milliseconds