OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
font_list.h
16
//
FontList
represents a list of fonts either in the form of Font vector or in
29
//
FontList
could be initialized either way without conversion to the other
33
//
FontList
allows operator= since
FontList
is a data member type in RenderText,
35
class GFX_EXPORT
FontList
{
38
FontList
();
42
explicit
FontList
(const std::string& font_description_string);
45
FontList
(const std::vector<std::string>& font_names,
51
explicit
FontList
(const std::vector<Font>& fonts);
54
explicit
FontList
(const Font& font)
[
all
...]
font_list.cc
78
FontList
::
FontList
()
93
FontList
::
FontList
(const std::string& font_description_string)
104
FontList
::
FontList
(const std::vector<std::string>& font_names,
117
FontList
::
FontList
(const std::vector<Font>& fonts)
134
FontList
::
FontList
(const Font& font
[
all
...]
Completed in 162 milliseconds