OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pango_font_description_from_string
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_pango_unittest.cc
28
pango_font_description_from_string
("Arial,Times New Roman, 13px"));
35
pango_font_description_from_string
("Times New Roman,Arial, 15px"));
platform_font_pango.cc
64
//
pango_font_description_from_string
()) for the default UI font.
102
pango_font_description_from_string
(font_name.c_str()));
pango_util.cc
303
pango_font_description_from_string
(font_description.c_str()));
render_text_linux.cc
356
ScopedPangoFontDescription desc(
pango_font_description_from_string
(
/external/chromium_org/chrome/browser/ui/gtk/
zoom_bubble_gtk.cc
108
gtk_widget_modify_font(label_,
pango_font_description_from_string
("13"));
Completed in 982 milliseconds