Home
last modified time | relevance | path

Searched refs:GetFontSelector (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dfont_face_set_worker.h52 FontSelector* GetFontSelector() const override { in GetFontSelector() function
55 return GetWorker()->GetFontSelector(); in GetFontSelector()
61 GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces().size() == in CSSConnectedFontFaceList()
63 return GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces(); in CSSConnectedFontFaceList()
H A Dfont_face_set_document.cc116 return GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces(); in CSSConnectedFontFaceList()
157 auto* font_selector = GetDocument()->GetStyleEngine().GetFontSelector(); in ResolveFontStyle()
184 DCHECK_EQ(font.GetFontSelector(), GetFontSelector()); in ResolveFontStyle()
H A Dfont_face_set.cc56 FontSelector* font_selector = GetFontSelector(); in addForBinding()
68 FontSelector* font_selector = GetFontSelector(); in clearForBinding()
89 FontSelector* font_selector = GetFontSelector(); in deleteForBinding()
177 FontFaceCache* font_face_cache = GetFontSelector()->GetFontFaceCache(); in load()
209 FontSelector* font_selector = GetFontSelector(); in check()
H A Dfont_face_set_document.h77 FontSelector* GetFontSelector() const override { in GetFontSelector() function
80 return GetDocument()->GetStyleEngine().GetFontSelector(); in GetFontSelector()
H A Dfont_face_set_worker.cc98 *parsed_style, GetWorker()->GetFontSelector()); in ResolveFontStyle()
100 font = Font(description, GetWorker()->GetFontSelector()); in ResolveFontStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dfont_face_set_worker.h51 FontSelector* GetFontSelector() const override { in GetFontSelector() function
54 return GetWorker()->GetFontSelector(); in GetFontSelector()
60 GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces().size() == in CSSConnectedFontFaceList()
62 return GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces(); in CSSConnectedFontFaceList()
H A Dfont_face_set.cc56 FontSelector* font_selector = GetFontSelector(); in addForBinding()
69 FontSelector* font_selector = GetFontSelector(); in clearForBinding()
91 FontSelector* font_selector = GetFontSelector(); in deleteForBinding()
180 FontFaceCache* font_face_cache = GetFontSelector()->GetFontFaceCache(); in load()
212 FontSelector* font_selector = GetFontSelector(); in check()
H A Dfont_face_set_document.cc140 return GetFontSelector()->GetFontFaceCache()->CssConnectedFontFaces(); in CSSConnectedFontFaceList()
174 auto* font_selector = GetDocument()->GetStyleEngine().GetFontSelector(); in ResolveFontStyle()
200 DCHECK_EQ(font.GetFontSelector(), GetFontSelector()); in ResolveFontStyle()
H A Dfont_face_set_document.h83 FontSelector* GetFontSelector() const override { in GetFontSelector() function
86 return GetDocument()->GetStyleEngine().GetFontSelector(); in GetFontSelector()
H A Dfont_face_set_worker.cc92 *parsed_style, GetWorker()->GetFontSelector()); in ResolveFontStyle()
94 font = Font(description, GetWorker()->GetFontSelector()); in ResolveFontStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_fallback_list.h57 FontSelector* GetFontSelector() const { return font_selector_.Get(); } in GetFontSelector() function
74 if (GetFontSelector()) in GetShapeCache()
75 shape_cache_->ClearIfVersionChanged(GetFontSelector()->Version()); in GetShapeCache()
H A Dfont.h226 FontSelector* GetFontSelector() const;
260 inline FontSelector* Font::GetFontSelector() const { in GetFontSelector() function
261 return font_fallback_list_ ? font_fallback_list_->GetFontSelector() : nullptr; in GetFontSelector()
H A Dfont.cc70 font_fallback_list_ ? font_fallback_list_->GetFontSelector() : nullptr; in operator ==()
72 ? other.font_fallback_list_->GetFontSelector() in operator ==()
417 FontSelector* fontSelector = EnsureFontFallbackList()->GetFontSelector(); in ReportNotDefGlyph()
428 if (font_fallback_list_ && font_fallback_list_->GetFontSelector() && in WillUseFontData()
430 font_fallback_list_->GetFontSelector()->WillUseFontData( in WillUseFontData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_fallback_list.h76 FontSelector* GetFontSelector() const { return font_selector_.Get(); } in GetFontSelector() function
88 if (GetFontSelector()) in GetShapeCache()
89 shape_cache_->ClearIfVersionChanged(GetFontSelector()->Version()); in GetShapeCache()
H A Dfont_fallback_iterator.cc53 FontSelector* selector = font_fallback_list_->GetFontSelector(); in WillUseRange()
140 if (FontSelector* font_selector = font_fallback_list_->GetFontSelector()) { in Next()
232 if (FontSelector* font_selector = font_fallback_list_->GetFontSelector()) { in FallbackPriorityFont()
279 if (FontSelector* font_selector = font_fallback_list_->GetFontSelector()) { in UniqueSystemFontForHintList()
H A Dfont.h225 FontSelector* GetFontSelector() const;
264 inline FontSelector* Font::GetFontSelector() const { in GetFontSelector() function
265 return font_fallback_list_ ? font_fallback_list_->GetFontSelector() : nullptr; in GetFontSelector()
H A Dfont.cc116 GetFontFallbackMap(list_ref.GetFontSelector()).Remove(font_description_); in ReleaseFontFallbackListRef()
127 GetFontFallbackMap(GetFontSelector()).Get(font_description_); in RevalidateFontFallbackList()
153 font_fallback_list_ ? font_fallback_list_->GetFontSelector() : nullptr; in operator ==()
155 ? other.font_fallback_list_->GetFontSelector() in operator ==()
483 FontSelector* fontSelector = EnsureFontFallbackList()->GetFontSelector(); in ReportNotDefGlyph()
494 if (font_fallback_list_ && font_fallback_list_->GetFontSelector() && in WillUseFontData()
496 font_fallback_list_->GetFontSelector()->WillUseFontData( in WillUseFontData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.cc404 ModifiableState().SetFont(*cached_font, Host()->GetFontSelector()); in setFont()
423 FontStyleResolver::ComputeFont(*style, Host()->GetFontSelector()); in setFont()
426 ModifiableState().SetFont(desc, Host()->GetFontSelector()); in setFont()
462 Host()->GetFontSelector()); in setTextLetterSpacing()
472 Host()->GetFontSelector()); in setTextWordSpacing()
498 Host()->GetFontSelector()); in setTextRendering()
535 ModifiableState().SetFontKerning(kerning, Host()->GetFontSelector()); in setFontKerning()
564 ModifiableState().SetFontVariantCaps(variant_caps, Host()->GetFontSelector()); in setFontVariantCaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d.cc547 ModifiableState().SetFont(i->value, Host()->GetFontSelector()); in setFont()
579 ModifiableState().SetFont(final_description, Host()->GetFontSelector()); in setFont()
592 ModifiableState().SetFont(final_description, Host()->GetFontSelector()); in setFont()
817 Host()->GetFontSelector()); in setTextLetterSpacing()
826 Host()->GetFontSelector()); in setTextWordSpacing()
852 Host()->GetFontSelector()); in setTextRendering()
873 ModifiableState().SetFontKerning(kerning, Host()->GetFontSelector()); in setFontKerning()
902 ModifiableState().SetFontVariantCaps(variant_caps, Host()->GetFontSelector()); in setFontVariantCaps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_state.cc118 font_.GetFontSelector()->RegisterForInvalidationCallbacks(this); in CanvasRenderingContext2DState()
125 DCHECK_EQ(font_selector, font_.GetFontSelector()); in FontsNeedUpdate()
268 FontsNeedUpdate(font_.GetFontSelector()); in GetFont()
349 if (LIKELY(font_for_filter_.GetFontSelector())) { in GetFilter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/offscreencanvas/
H A Doffscreen_canvas.cc502 FontSelector* OffscreenCanvas::GetFontSelector() { in GetFontSelector() function in blink::OffscreenCanvas
504 return document->GetStyleEngine().GetFontSelector(); in GetFontSelector()
506 return To<WorkerGlobalScope>(GetExecutionContext())->GetFontSelector(); in GetFontSelector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/offscreencanvas/
H A Doffscreen_canvas.cc530 FontSelector* OffscreenCanvas::GetFontSelector() { in GetFontSelector() function in blink::OffscreenCanvas
532 return window->document()->GetStyleEngine().GetFontSelector(); in GetFontSelector()
534 return To<WorkerGlobalScope>(GetExecutionContext())->GetFontSelector(); in GetFontSelector()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.cc400 ModifiableState().SetFont(*cached_font, Host()->GetFontSelector()); in setFont()
420 FontStyleResolver::ComputeFont(*style, Host()->GetFontSelector()); in setFont()
423 ModifiableState().SetFont(desc, Host()->GetFontSelector()); in setFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_rendering_context_host.h72 virtual FontSelector* GetFontSelector() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_rendering_context_host.h75 virtual FontSelector* GetFontSelector() = 0;

123