Home | History | Annotate | Download | only in gfx

Lines Matching defs:font_name

81   std::string font_name;
84 base::WideToUTF8(values[i]), &filename, &font_name);
87 if (!font_name.empty()) {
88 AppendFont(font_name, font.GetFontSize(), linked_fonts);
134 const std::string& font_name = font.GetFontName();
136 cached_linked_fonts_.find(font_name);
140 cached_linked_fonts_[font_name] = std::vector<Font>();
141 std::vector<Font>* linked_fonts = &cached_linked_fonts_[font_name];
158 std::string* font_name) {
162 font_name->clear();
169 *font_name = parts[1];