Home
last modified time | relevance | path

Searched refs:DrawEventRecorderPrivate (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawEventRecorder.cpp15 DrawEventRecorderPrivate::DrawEventRecorderPrivate(std::ostream *aStream) in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
21 DrawEventRecorderPrivate::WriteHeader() in WriteHeader()
29 DrawEventRecorderPrivate::RecordEvent(const RecordedEvent &aEvent) in RecordEvent()
39 : DrawEventRecorderPrivate(nullptr) in DrawEventRecorderFile()
82 : DrawEventRecorderPrivate(nullptr) in DrawEventRecorderMemory()
H A DDrawEventRecorder.h25 class DrawEventRecorderPrivate : public DrawEventRecorder
28 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate)
29 explicit DrawEventRecorderPrivate(std::ostream *aStream);
30 virtual ~DrawEventRecorderPrivate() { } in ~DrawEventRecorderPrivate()
74 class DrawEventRecorderFile : public DrawEventRecorderPrivate
106 class DrawEventRecorderMemory final : public DrawEventRecorderPrivate
H A DDrawTargetRecording.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
39 StoreSourceSurface(DrawEventRecorderPrivate *aRecorder, SourceSurface *aSurface, in StoreSourceSurface()
59 EnsureSurfaceStored(DrawEventRecorderPrivate *aRecorder, SourceSurface *aSurface, in EnsureSurfaceStored()
82 SourceSurfaceRecording(SourceSurface *aFinalSurface, DrawEventRecorderPrivate *aRecorder) in SourceSurfaceRecording()
100 RefPtr<DrawEventRecorderPrivate> mRecorder;
107 GradientStopsRecording(GradientStops *aFinalGradientStops, DrawEventRecorderPrivate *aRecorder) in GradientStopsRecording()
122 RefPtr<DrawEventRecorderPrivate> mRecorder;
151 FilterNodeRecording(FilterNode *aFinalFilterNode, DrawEventRecorderPrivate *aRecorder) in FilterNodeRecording()
220 RefPtr<DrawEventRecorderPrivate> mRecorder;
290 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)) in DrawTargetRecording()
[all …]
H A DPathRecording.h37 class DrawEventRecorderPrivate; variable
136 std::vector<RefPtr<DrawEventRecorderPrivate>> mStoredRecorders;
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DDrawEventRecorder.cpp17 DrawEventRecorderPrivate::DrawEventRecorderPrivate() : mExternalFonts(false) {} in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
19 void DrawEventRecorderPrivate::StoreExternalSurfaceRecording( in StoreExternalSurfaceRecording()
25 void DrawEventRecorderPrivate::StoreSourceSurfaceRecording( in StoreSourceSurfaceRecording()
66 void DrawEventRecorderPrivate::RecordSourceSurfaceDestruction(void* aSurface) { in RecordSourceSurfaceDestruction()
72 void DrawEventRecorderPrivate::DecrementUnscaledFontRefCount( in DecrementUnscaledFontRefCount()
H A DDrawEventRecorder.h25 class DrawEventRecorderPrivate : public DrawEventRecorder {
27 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate, override)
29 DrawEventRecorderPrivate();
30 virtual ~DrawEventRecorderPrivate() = default;
175 class DrawEventRecorderMemory : public DrawEventRecorderPrivate {
H A DDrawTargetRecording.cpp27 RefPtr<DrawEventRecorderPrivate> recorder;
40 static void EnsureSurfaceStoredRecording(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStoredRecording()
63 DrawEventRecorderPrivate* aRecorder, in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
91 RefPtr<DrawEventRecorderPrivate> mRecorder;
102 explicit GradientStopsRecording(DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
115 RefPtr<DrawEventRecorderPrivate> mRecorder;
123 explicit FilterNodeRecording(DrawEventRecorderPrivate* aRecorder) in FilterNodeRecording()
175 RefPtr<DrawEventRecorderPrivate> mRecorder;
181 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetRecording()
247 RefPtr<DrawEventRecorderPrivate> recorder;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawEventRecorder.cpp15 DrawEventRecorderPrivate::DrawEventRecorderPrivate() : mExternalFonts(false) {} in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
17 void DrawEventRecorderPrivate::StoreExternalSurfaceRecording( in StoreExternalSurfaceRecording()
23 void DrawEventRecorderPrivate::StoreSourceSurfaceRecording( in StoreSourceSurfaceRecording()
51 void DrawEventRecorderPrivate::RecordSourceSurfaceDestruction(void* aSurface) { in RecordSourceSurfaceDestruction()
57 void DrawEventRecorderPrivate::DecrementUnscaledFontRefCount( in DecrementUnscaledFontRefCount()
H A DDrawEventRecorder.h27 class DrawEventRecorderPrivate : public DrawEventRecorder {
29 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate, override)
31 DrawEventRecorderPrivate();
32 virtual ~DrawEventRecorderPrivate() = default;
171 class DrawEventRecorderFile : public DrawEventRecorderPrivate {
212 class DrawEventRecorderMemory : public DrawEventRecorderPrivate {
H A DDrawTargetRecording.cpp27 RefPtr<DrawEventRecorderPrivate> recorder;
40 static void EnsureSurfaceStoredRecording(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStoredRecording()
63 DrawEventRecorderPrivate* aRecorder, in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
91 RefPtr<DrawEventRecorderPrivate> mRecorder;
102 explicit GradientStopsRecording(DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
115 RefPtr<DrawEventRecorderPrivate> mRecorder;
123 explicit FilterNodeRecording(DrawEventRecorderPrivate* aRecorder) in FilterNodeRecording()
175 RefPtr<DrawEventRecorderPrivate> mRecorder;
181 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetRecording()
238 RefPtr<DrawEventRecorderPrivate> recorder;
H A DDrawTargetWrapAndRecord.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
36 static void StoreSourceSurface(DrawEventRecorderPrivate* aRecorder, in StoreSourceSurface()
58 static void EnsureSurfaceStored(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStored()
82 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
103 RefPtr<DrawEventRecorderPrivate> mRecorder;
111 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
125 RefPtr<DrawEventRecorderPrivate> mRecorder;
150 DrawEventRecorderPrivate* aRecorder) in FilterNodeWrapAndRecord()
217 RefPtr<DrawEventRecorderPrivate> mRecorder;
289 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetWrapAndRecord()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawEventRecorder.h24 class DrawEventRecorderPrivate : public DrawEventRecorder {
26 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate, override)
28 DrawEventRecorderPrivate();
29 virtual ~DrawEventRecorderPrivate() {} in ~DrawEventRecorderPrivate()
125 class DrawEventRecorderFile : public DrawEventRecorderPrivate {
166 class DrawEventRecorderMemory final : public DrawEventRecorderPrivate {
H A DDrawTargetRecording.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
38 static void StoreSourceSurfaceRecording(DrawEventRecorderPrivate *aRecorder, in StoreSourceSurfaceRecording()
60 static void EnsureSurfaceStoredRecording(DrawEventRecorderPrivate *aRecorder, in EnsureSurfaceStoredRecording()
84 DrawEventRecorderPrivate *aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
106 RefPtr<DrawEventRecorderPrivate> mRecorder;
150 explicit GradientStopsRecording(DrawEventRecorderPrivate *aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
165 RefPtr<DrawEventRecorderPrivate> mRecorder;
173 explicit FilterNodeRecording(DrawEventRecorderPrivate *aRecorder) in FilterNodeRecording()
227 RefPtr<DrawEventRecorderPrivate> mRecorder;
233 : mRecorder(static_cast<DrawEventRecorderPrivate *>(aRecorder)), in DrawTargetRecording()
[all …]
H A DDrawTargetWrapAndRecord.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
38 static void StoreSourceSurface(DrawEventRecorderPrivate *aRecorder, in StoreSourceSurface()
60 static void EnsureSurfaceStored(DrawEventRecorderPrivate *aRecorder, in EnsureSurfaceStored()
84 DrawEventRecorderPrivate *aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
107 RefPtr<DrawEventRecorderPrivate> mRecorder;
115 DrawEventRecorderPrivate *aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
131 RefPtr<DrawEventRecorderPrivate> mRecorder;
156 DrawEventRecorderPrivate *aRecorder) in FilterNodeWrapAndRecord()
225 RefPtr<DrawEventRecorderPrivate> mRecorder;
287 : mRecorder(static_cast<DrawEventRecorderPrivate *>(aRecorder)), in DrawTargetWrapAndRecord()
[all …]
H A DDrawEventRecorder.cpp16 DrawEventRecorderPrivate::DrawEventRecorderPrivate() : mExternalFonts(false) {} in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
H A DPathRecording.h37 class DrawEventRecorderPrivate; variable
144 std::vector<RefPtr<DrawEventRecorderPrivate>> mStoredRecorders;
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawEventRecorder.cpp17 DrawEventRecorderPrivate::DrawEventRecorderPrivate() : mExternalFonts(false) {} in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
19 void DrawEventRecorderPrivate::StoreExternalSurfaceRecording( in StoreExternalSurfaceRecording()
25 void DrawEventRecorderPrivate::StoreSourceSurfaceRecording( in StoreSourceSurfaceRecording()
66 void DrawEventRecorderPrivate::RecordSourceSurfaceDestruction(void* aSurface) { in RecordSourceSurfaceDestruction()
72 void DrawEventRecorderPrivate::DecrementUnscaledFontRefCount( in DecrementUnscaledFontRefCount()
H A DDrawEventRecorder.h26 class DrawEventRecorderPrivate : public DrawEventRecorder {
28 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate, override)
30 DrawEventRecorderPrivate();
31 virtual ~DrawEventRecorderPrivate() = default;
170 class DrawEventRecorderFile : public DrawEventRecorderPrivate {
211 class DrawEventRecorderMemory : public DrawEventRecorderPrivate {
H A DDrawTargetWrapAndRecord.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
36 static void StoreSourceSurface(DrawEventRecorderPrivate* aRecorder, in StoreSourceSurface()
58 static void EnsureSurfaceStored(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStored()
82 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
103 RefPtr<DrawEventRecorderPrivate> mRecorder;
111 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
125 RefPtr<DrawEventRecorderPrivate> mRecorder;
151 DrawEventRecorderPrivate* aRecorder) in FilterNodeWrapAndRecord()
218 RefPtr<DrawEventRecorderPrivate> mRecorder;
290 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetWrapAndRecord()
[all …]
H A DDrawTargetRecording.cpp27 RefPtr<DrawEventRecorderPrivate> recorder;
40 static void EnsureSurfaceStoredRecording(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStoredRecording()
63 DrawEventRecorderPrivate* aRecorder, in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
91 RefPtr<DrawEventRecorderPrivate> mRecorder;
102 explicit GradientStopsRecording(DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
115 RefPtr<DrawEventRecorderPrivate> mRecorder;
123 explicit FilterNodeRecording(DrawEventRecorderPrivate* aRecorder) in FilterNodeRecording()
175 RefPtr<DrawEventRecorderPrivate> mRecorder;
181 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetRecording()
242 RefPtr<DrawEventRecorderPrivate> recorder;
H A DPathRecording.h119 class DrawEventRecorderPrivate; variable
229 std::vector<RefPtr<DrawEventRecorderPrivate>> mStoredRecorders;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawEventRecorder.cpp17 DrawEventRecorderPrivate::DrawEventRecorderPrivate() : mExternalFonts(false) {} in DrawEventRecorderPrivate() function in mozilla::gfx::DrawEventRecorderPrivate
19 void DrawEventRecorderPrivate::StoreExternalSurfaceRecording( in StoreExternalSurfaceRecording()
25 void DrawEventRecorderPrivate::StoreSourceSurfaceRecording( in StoreSourceSurfaceRecording()
66 void DrawEventRecorderPrivate::RecordSourceSurfaceDestruction(void* aSurface) { in RecordSourceSurfaceDestruction()
72 void DrawEventRecorderPrivate::DecrementUnscaledFontRefCount( in DecrementUnscaledFontRefCount()
H A DDrawEventRecorder.h26 class DrawEventRecorderPrivate : public DrawEventRecorder {
28 MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(DrawEventRecorderPrivate, override)
30 DrawEventRecorderPrivate();
31 virtual ~DrawEventRecorderPrivate() = default;
170 class DrawEventRecorderFile : public DrawEventRecorderPrivate {
211 class DrawEventRecorderMemory : public DrawEventRecorderPrivate {
H A DDrawTargetWrapAndRecord.cpp23 RefPtr<DrawEventRecorderPrivate> recorder;
36 static void StoreSourceSurface(DrawEventRecorderPrivate* aRecorder, in StoreSourceSurface()
58 static void EnsureSurfaceStored(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStored()
82 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
103 RefPtr<DrawEventRecorderPrivate> mRecorder;
111 DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
125 RefPtr<DrawEventRecorderPrivate> mRecorder;
151 DrawEventRecorderPrivate* aRecorder) in FilterNodeWrapAndRecord()
218 RefPtr<DrawEventRecorderPrivate> mRecorder;
290 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetWrapAndRecord()
[all …]
H A DDrawTargetRecording.cpp27 RefPtr<DrawEventRecorderPrivate> recorder;
40 static void EnsureSurfaceStoredRecording(DrawEventRecorderPrivate* aRecorder, in EnsureSurfaceStoredRecording()
63 DrawEventRecorderPrivate* aRecorder, in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
91 RefPtr<DrawEventRecorderPrivate> mRecorder;
102 explicit GradientStopsRecording(DrawEventRecorderPrivate* aRecorder) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
115 RefPtr<DrawEventRecorderPrivate> mRecorder;
123 explicit FilterNodeRecording(DrawEventRecorderPrivate* aRecorder) in FilterNodeRecording()
175 RefPtr<DrawEventRecorderPrivate> mRecorder;
181 : mRecorder(static_cast<DrawEventRecorderPrivate*>(aRecorder)), in DrawTargetRecording()
242 RefPtr<DrawEventRecorderPrivate> recorder;

123