Home
last modified time | relevance | path

Searched refs:mScaledFonts (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/
H A DSourceSurfaceBlobImage.h29 mScaledFonts(std::move(aScaledFonts)), in BlobImageKeyData()
36 mScaledFonts(std::move(aOther.mScaledFonts)), in BlobImageKeyData()
43 mScaledFonts = std::move(aOther.mScaledFonts);
54 std::vector<RefPtr<gfx::ScaledFont>> mScaledFonts; variable
/dports/www/firefox/firefox-99.0/image/
H A DBlobSurfaceProvider.h30 mScaledFonts(std::move(aScaledFonts)), in BlobImageKeyData()
37 mScaledFonts(std::move(aOther.mScaledFonts)), in BlobImageKeyData()
44 mScaledFonts = std::move(aOther.mScaledFonts);
55 std::vector<RefPtr<gfx::ScaledFont>> mScaledFonts; variable
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DSourceSurfaceBlobImage.h29 mScaledFonts(std::move(aScaledFonts)), in BlobImageKeyData()
36 mScaledFonts(std::move(aOther.mScaledFonts)), in BlobImageKeyData()
43 mScaledFonts = std::move(aOther.mScaledFonts);
54 std::vector<RefPtr<gfx::ScaledFont>> mScaledFonts; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/printing/
H A DPrintTranslator.h76 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr);
115 mScaledFonts.Put(aRefPtr, aScaledFont);
151 mScaledFonts.Remove(aRefPtr);
171 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/printing/
H A DPrintTranslator.h70 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
108 mScaledFonts.Put(aRefPtr, aScaledFont); in AddScaledFont()
140 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
162 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/
H A DPrintTranslator.h77 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
117 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
149 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
171 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/www/firefox/firefox-99.0/layout/printing/
H A DPrintTranslator.h70 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
108 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
140 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
162 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DInlineTranslator.h67 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
110 mScaledFonts.Put(aRefPtr, aScaledFont); in AddScaledFont()
143 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
168 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/
H A DPrintTranslator.h77 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
117 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
149 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
171 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/
H A DPrintTranslator.h71 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
109 mScaledFonts.Put(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
141 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
163 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DInlineTranslator.h79 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
119 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
151 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
182 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
H A DDrawEventRecorder.h56 mScaledFonts.clear(); in ClearResources()
95 mScaledFonts.push_back(aFont); in AddScaledFont()
164 std::vector<RefPtr<ScaledFont>> mScaledFonts; variable
H A DDrawEventRecorder.cpp150 mSerializeCallback(mOutputStream, mScaledFonts); in FlushItem()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DInlineTranslator.h82 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
125 mScaledFonts.Put(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
157 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
188 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
H A DDrawEventRecorder.h57 mScaledFonts.clear(); in ClearResources()
96 mScaledFonts.push_back(aFont); in AddScaledFont()
165 std::vector<RefPtr<ScaledFont>> mScaledFonts; variable
H A DDrawEventRecorder.cpp136 mSerializeCallback(mOutputStream, mScaledFonts); in FlushItem()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DInlineTranslator.h76 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
116 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
148 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
181 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
H A DDrawEventRecorder.h55 mScaledFonts.clear(); in ClearResources()
94 mScaledFonts.push_back(aFont); in AddScaledFont()
163 std::vector<RefPtr<ScaledFont>> mScaledFonts; variable
H A DDrawEventRecorder.cpp120 mSerializeCallback(mOutputStream, mScaledFonts); in FlushItem()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DInlineTranslator.h79 ScaledFont* result = mScaledFonts.GetWeak(aRefPtr); in LookupScaledFont()
119 mScaledFonts.InsertOrUpdate(aRefPtr, RefPtr{aScaledFont}); in AddScaledFont()
151 mScaledFonts.Remove(aRefPtr); in RemoveScaledFont()
182 nsRefPtrHashtable<nsPtrHashKey<void>, ScaledFont> mScaledFonts; variable
H A DDrawEventRecorder.h56 mScaledFonts.clear(); in ClearResources()
95 mScaledFonts.push_back(aFont); in AddScaledFont()
164 std::vector<RefPtr<ScaledFont>> mScaledFonts; variable
H A DDrawEventRecorder.cpp150 mSerializeCallback(mOutputStream, mScaledFonts); in FlushItem()