Home
last modified time | relevance | path

Searched refs:LookupScaledFont (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/printing/
H A DPrintTranslator.h74 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final
/dports/lang/spidermonkey60/firefox-60.9.0/layout/printing/
H A DPrintTranslator.h69 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/
H A DPrintTranslator.h76 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
/dports/www/firefox/firefox-99.0/layout/printing/
H A DPrintTranslator.h69 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DInlineTranslator.h66 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
H A DRecordedEvent.h81 virtual ScaledFont *LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEventImpl.h2116 aTranslator->LookupScaledFont(mScaledFont), buffer, in PlayEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/
H A DPrintTranslator.h76 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/
H A DPrintTranslator.h70 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DInlineTranslator.h78 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
H A DRecordedEvent.h98 virtual ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEventImpl.h2378 ScaledFont* scaledFont = aTranslator->LookupScaledFont(mScaledFont); in PlayEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DInlineTranslator.h81 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
H A DRecordedEvent.h81 virtual ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEventImpl.h2383 ScaledFont* scaledFont = aTranslator->LookupScaledFont(mScaledFont); in PlayEvent()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DInlineTranslator.h75 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
H A DRecordedEvent.h99 virtual ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEventImpl.h2397 ScaledFont* scaledFont = aTranslator->LookupScaledFont(mScaledFont); in PlayEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DInlineTranslator.h78 ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) final { in LookupScaledFont() function
H A DRecordedEvent.h98 virtual ScaledFont* LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEventImpl.h2378 ScaledFont* scaledFont = aTranslator->LookupScaledFont(mScaledFont); in PlayEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DRecordedEvent.h91 virtual ScaledFont *LookupScaledFont(ReferencePtr aRefPtr) = 0;
H A DRecordedEvent.cpp740 …aTranslator->LookupDrawTarget(mDT)->FillGlyphs(aTranslator->LookupScaledFont(mScaledFont), buffer,… in PlayEvent()