Home
last modified time | relevance | path

Searched refs:fallback_fonts (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dfont_fallback_mac.mm33 std::vector<Font> fallback_fonts;
35 return fallback_fonts; // This should only happen for an invalid |font|.
45 fallback_fonts.push_back(Font(static_cast<NSFont*>(fallback_font.get())));
48 if (fallback_fonts.empty())
51 return fallback_fonts;
H A Dfont_fallback_mac_unittest.cc22 std::vector<Font> fallback_fonts = GetFallbackFonts(font); in TEST() local
25 EXPECT_LT(1u, fallback_fonts.size()); in TEST()
H A Dfont_fallback_unittest.cc207 bool valid = std::find(test_case_.fallback_fonts.begin(), in TEST_P()
208 test_case_.fallback_fonts.end(), in TEST_P()
210 test_case_.fallback_fonts.end(); in TEST_P()
216 << base::JoinString(test_case_.fallback_fonts, ", "); in TEST_P()
H A Dfont_fallback_linux.cc359 FallbackFontList fallback_fonts; in GetFallbackFonts() local
379 fallback_fonts.push_back(Font(name_str, 13)); in GetFallbackFonts()
387 font_cache->Put(font_family, fallback_fonts); in GetFallbackFonts()
389 return fallback_fonts; in GetFallbackFonts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/api/
H A Dline_layout_text.h97 HashSet<const SimpleFontData*>* fallback_fonts,
101 fallback_fonts, glyph_bounds, expansion);
109 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
113 fallback_fonts, glyph_bounds, expansion);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dfont_fallback_mac.mm48 std::vector<Font> fallback_fonts;
50 return fallback_fonts; // This should only happen for an invalid |font|.
60 fallback_fonts.push_back(Font(static_cast<NSFont*>(fallback_font.get())));
63 if (fallback_fonts.empty())
66 return fallback_fonts;
H A Dfont_fallback_unittest.cc207 bool valid = std::find(test_case_.fallback_fonts.begin(), in TEST_P()
208 test_case_.fallback_fonts.end(), in TEST_P()
210 test_case_.fallback_fonts.end(); in TEST_P()
216 << base::JoinString(test_case_.fallback_fonts, ", "); in TEST_P()
H A Dfont_fallback_mac_unittest.cc23 std::vector<Font> fallback_fonts = GetFallbackFonts(font); in TEST() local
26 EXPECT_LT(1u, fallback_fonts.size()); in TEST()
H A Dfont_fallback_linux.cc359 FallbackFontList fallback_fonts; in GetFallbackFonts() local
379 fallback_fonts.push_back(Font(name_str, 13)); in GetFallbackFonts()
387 font_cache->Put(font_family, fallback_fonts); in GetFallbackFonts()
389 return fallback_fonts; in GetFallbackFonts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/api/
H A Dline_layout_text.h97 HashSet<const SimpleFontData*>* fallback_fonts,
101 fallback_fonts, glyph_bounds, expansion);
109 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
113 fallback_fonts, glyph_bounds, expansion);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dcaching_word_shaper.cc46 HashSet<const SimpleFontData*>* fallback_fonts, in Width() argument
67 if (fallback_fonts) in Width()
68 word_result->FallbackFonts(fallback_fonts); in Width()
H A Dcaching_word_shaper_test.cc28 fallback_fonts = nullptr; in SetUp()
37 HashSet<const SimpleFontData*>* fallback_fonts; member in blink::CachingWordShaperTest
396 HashSet<const SimpleFontData*> fallback_fonts; in TEST_F() local
397 ASSERT_GT(shaper.Width(text_run, &fallback_fonts, &glyph_bounds), 0); in TEST_F()
398 EXPECT_EQ(0u, fallback_fonts.size()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dcaching_word_shaper.cc46 HashSet<const SimpleFontData*>* fallback_fonts, in Width() argument
67 if (fallback_fonts) in Width()
68 word_result->FallbackFonts(fallback_fonts); in Width()
H A Dcaching_word_shaper_test.cc28 fallback_fonts = nullptr; in SetUp()
37 HashSet<const SimpleFontData*>* fallback_fonts; member in blink::CachingWordShaperTest
365 HashSet<const SimpleFontData*> fallback_fonts; in TEST_F() local
366 ASSERT_GT(shaper.Width(text_run, &fallback_fonts, &glyph_bounds), 0); in TEST_F()
367 EXPECT_EQ(0u, fallback_fonts.size()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_text.h157 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
165 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
366 HashSet<const SimpleFontData*>& fallback_fonts,
392 HashSet<const SimpleFontData*>* fallback_fonts,
H A Dlayout_text.cc962 HashSet<const SimpleFontData*>* fallback_fonts, in WidthFromFont() argument
981 f.Width(run, fallback_fonts, in WidthFromFont()
1118 HashSet<const SimpleFontData*> fallback_fonts; in ComputePreferredLogicalWidths() local
1205 HashSet<const SimpleFontData*>& fallback_fonts, in ComputePreferredLogicalWidths() argument
1425 &fallback_fonts, &glyph_bounds) - in ComputePreferredLogicalWidths()
1555 fallback_fonts.IsEmpty() && glyph_overflow.IsApproximatelyZero(); in ComputePreferredLogicalWidths()
2019 fallback_fonts, glyph_bounds, expansion); in Width()
2042 if (fallback_fonts) { in Width()
2047 0, *fallback_fonts, *glyph_bounds); in Width()
2059 fallback_fonts, glyph_bounds, expansion); in Width()
[all …]
H A Dlayout_text_combine.cc80 HashSet<const SimpleFontData*>* fallback_fonts, in Width() argument
93 fallback_fonts, glyph_bounds); in Width()
/dports/graphics/openrm/rm160/rm/
H A Drmxtext.c277 char fallback_fonts[NFALLBACK_FONTS][80] = variable
409 fprintf(stderr, " trying the font: <%s> \n", fallback_fonts[i]); in private_rmPrepareBitmapFont()
410 xfs = XLoadQueryFont(rmxPipeGetDisplay(p), fallback_fonts[i]); in private_rmPrepareBitmapFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_text.cc1052 HashSet<const SimpleFontData*>* fallback_fonts, in WidthFromFont() argument
1072 f.Width(run, fallback_fonts, in WidthFromFont()
1213 HashSet<const SimpleFontData*> fallback_fonts; in ComputePreferredLogicalWidths() local
1300 HashSet<const SimpleFontData*>& fallback_fonts, in ComputePreferredLogicalWidths() argument
1521 &fallback_fonts, &glyph_bounds) - in ComputePreferredLogicalWidths()
1651 fallback_fonts.IsEmpty() && glyph_overflow.IsApproximatelyZero(); in ComputePreferredLogicalWidths()
2185 fallback_fonts, glyph_bounds, expansion); in Width()
2209 if (fallback_fonts) { in Width()
2214 0, *fallback_fonts, *glyph_bounds); in Width()
2226 fallback_fonts, glyph_bounds, expansion); in Width()
[all …]
H A Dlayout_text.h188 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
196 HashSet<const SimpleFontData*>* fallback_fonts = nullptr,
472 HashSet<const SimpleFontData*>& fallback_fonts,
508 HashSet<const SimpleFontData*>* fallback_fonts,
H A Dlayout_text_combine.cc82 HashSet<const SimpleFontData*>* fallback_fonts, in Width() argument
96 fallback_fonts, glyph_bounds); in Width()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Ddwrite_font_proxy_impl_win_unittest.cc281 std::find(fallback_request.fallback_fonts.begin(), in TEST_F()
282 fallback_request.fallback_fonts.end(), in TEST_F()
285 EXPECT_TRUE(find_result_it != fallback_request.fallback_fonts.end()) in TEST_F()
291 << base::JoinString(fallback_request.fallback_fonts, ", "); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Ddwrite_font_proxy_impl_win_unittest.cc281 std::find(fallback_request.fallback_fonts.begin(), in TEST_F()
282 fallback_request.fallback_fonts.end(), in TEST_F()
285 EXPECT_TRUE(find_result_it != fallback_request.fallback_fonts.end()) in TEST_F()
291 << base::JoinString(fallback_request.fallback_fonts, ", "); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Dword_measurement.h45 HashSet<const SimpleFontData*> fallback_fonts; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/line/
H A Dword_measurement.h45 HashSet<const SimpleFontData*> fallback_fonts; variable

123