Home
last modified time | relevance | path

Searched refs:DrawTargetCaptureImpl (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp18 DrawTargetCaptureImpl::~DrawTargetCaptureImpl() { in ~DrawTargetCaptureImpl()
25 DrawTargetCaptureImpl::DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
39 DrawTargetCaptureImpl::DrawTargetCaptureImpl(BackendType aBackend, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
89 void DrawTargetCaptureImpl::InitForData(int32_t aStride, in InitForData()
121 const_cast<DrawTargetCaptureImpl*>(this), aSurface); in OptimizeSourceSurface()
153 void DrawTargetCaptureImpl::DrawSurfaceWithShadow( in DrawSurfaceWithShadow()
161 void DrawTargetCaptureImpl::DrawFilter(FilterNode* aNode, in DrawFilter()
287 void DrawTargetCaptureImpl::PopLayer() { in PopLayer()
295 void DrawTargetCaptureImpl::PopClip() { in PopClip()
334 void DrawTargetCaptureImpl::MarkChanged() { in MarkChanged()
[all …]
H A DSourceSurfaceCapture.h17 class DrawTargetCaptureImpl; variable
20 friend class DrawTargetCaptureImpl; variable
25 explicit SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner);
26 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
28 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
57 DrawTargetCaptureImpl* mOwner;
H A DDrawTargetCapture.h25 class DrawTargetCaptureImpl final : public DrawTargetCapture {
29 DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, size_t aFlushBytes);
30 DrawTargetCaptureImpl(BackendType aBackend, const IntSize& aSize,
143 virtual ~DrawTargetCaptureImpl();
H A DSourceSurfaceCapture.cpp16 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner) in SourceSurfaceCapture()
31 DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
51 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
H A DDrawCommands.h558 friend class DrawTargetCaptureImpl; variable
605 friend class DrawTargetCaptureImpl; variable
864 friend class DrawTargetCaptureImpl; variable
896 friend class DrawTargetCaptureImpl; variable
H A DFactory.cpp438 return MakeAndAddRef<DrawTargetCaptureImpl>(aTarget, aFlushBytes); in CreateCaptureDrawTargetForTarget()
443 return MakeAndAddRef<DrawTargetCaptureImpl>(aBackend, aSize, aFormat); in CreateCaptureDrawTarget()
456 RefPtr<DrawTargetCaptureImpl> dt = in CreateCaptureDrawTargetForData()
457 new DrawTargetCaptureImpl(type, aSize, aFormat); in CreateCaptureDrawTargetForData()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawTargetCapture.cpp18 DrawTargetCaptureImpl::~DrawTargetCaptureImpl() { in ~DrawTargetCaptureImpl()
25 DrawTargetCaptureImpl::DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
39 DrawTargetCaptureImpl::DrawTargetCaptureImpl(BackendType aBackend, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
89 void DrawTargetCaptureImpl::InitForData(int32_t aStride, in InitForData()
121 const_cast<DrawTargetCaptureImpl*>(this), aSurface); in OptimizeSourceSurface()
153 void DrawTargetCaptureImpl::DrawSurfaceWithShadow( in DrawSurfaceWithShadow()
161 void DrawTargetCaptureImpl::DrawFilter(FilterNode* aNode, in DrawFilter()
287 void DrawTargetCaptureImpl::PopLayer() { in PopLayer()
295 void DrawTargetCaptureImpl::PopClip() { in PopClip()
334 void DrawTargetCaptureImpl::MarkChanged() { in MarkChanged()
[all …]
H A DSourceSurfaceCapture.h17 class DrawTargetCaptureImpl; variable
20 friend class DrawTargetCaptureImpl; variable
25 explicit SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner);
26 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
28 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
57 DrawTargetCaptureImpl* mOwner;
H A DDrawTargetCapture.h25 class DrawTargetCaptureImpl final : public DrawTargetCapture {
29 DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, size_t aFlushBytes);
30 DrawTargetCaptureImpl(BackendType aBackend, const IntSize& aSize,
143 virtual ~DrawTargetCaptureImpl();
H A DSourceSurfaceCapture.cpp16 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner) in SourceSurfaceCapture()
31 DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
51 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
H A DDrawCommands.h558 friend class DrawTargetCaptureImpl; variable
605 friend class DrawTargetCaptureImpl; variable
864 friend class DrawTargetCaptureImpl; variable
896 friend class DrawTargetCaptureImpl; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp18 DrawTargetCaptureImpl::~DrawTargetCaptureImpl() { in ~DrawTargetCaptureImpl()
25 DrawTargetCaptureImpl::DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
39 DrawTargetCaptureImpl::DrawTargetCaptureImpl(BackendType aBackend, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
89 void DrawTargetCaptureImpl::InitForData(int32_t aStride, in InitForData()
121 const_cast<DrawTargetCaptureImpl*>(this), aSurface); in OptimizeSourceSurface()
153 void DrawTargetCaptureImpl::DrawSurfaceWithShadow( in DrawSurfaceWithShadow()
161 void DrawTargetCaptureImpl::DrawFilter(FilterNode* aNode, in DrawFilter()
287 void DrawTargetCaptureImpl::PopLayer() { in PopLayer()
295 void DrawTargetCaptureImpl::PopClip() { in PopClip()
334 void DrawTargetCaptureImpl::MarkChanged() { in MarkChanged()
[all …]
H A DSourceSurfaceCapture.h17 class DrawTargetCaptureImpl; variable
20 friend class DrawTargetCaptureImpl; variable
25 explicit SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner);
26 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
28 SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
57 DrawTargetCaptureImpl* mOwner;
H A DDrawTargetCapture.h25 class DrawTargetCaptureImpl final : public DrawTargetCapture {
29 DrawTargetCaptureImpl(gfx::DrawTarget* aTarget, size_t aFlushBytes);
30 DrawTargetCaptureImpl(BackendType aBackend, const IntSize& aSize,
143 virtual ~DrawTargetCaptureImpl();
H A DSourceSurfaceCapture.cpp16 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner) in SourceSurfaceCapture()
31 DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
51 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
H A DDrawCommands.h558 friend class DrawTargetCaptureImpl; variable
605 friend class DrawTargetCaptureImpl; variable
864 friend class DrawTargetCaptureImpl; variable
896 friend class DrawTargetCaptureImpl; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetCapture.cpp17 DrawTargetCaptureImpl::~DrawTargetCaptureImpl() { in ~DrawTargetCaptureImpl()
24 DrawTargetCaptureImpl::DrawTargetCaptureImpl(BackendType aBackend, in DrawTargetCaptureImpl() function in mozilla::gfx::DrawTargetCaptureImpl
67 void DrawTargetCaptureImpl::InitForData(int32_t aStride, in InitForData()
128 void DrawTargetCaptureImpl::DrawSurfaceWithShadow( in DrawSurfaceWithShadow()
136 void DrawTargetCaptureImpl::DrawFilter(FilterNode* aNode, in DrawFilter()
168 void DrawTargetCaptureImpl::StrokeRect(const Rect& aRect, in StrokeRect()
194 void DrawTargetCaptureImpl::FillGlyphs(ScaledFont* aFont, in FillGlyphs()
239 void DrawTargetCaptureImpl::PopLayer() { in PopLayer()
279 bool DrawTargetCaptureImpl::ContainsOnlyColoredGlyphs( in ContainsOnlyColoredGlyphs()
334 void DrawTargetCaptureImpl::MarkChanged() { in MarkChanged()
[all …]
H A DSourceSurfaceCapture.h17 class DrawTargetCaptureImpl; variable
20 friend class DrawTargetCaptureImpl; variable
25 explicit SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner);
26 explicit SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner,
52 DrawTargetCaptureImpl* mOwner;
H A DDrawTargetCapture.h22 class DrawTargetCaptureImpl : public DrawTargetCapture {
26 DrawTargetCaptureImpl(BackendType aBackend, const IntSize &aSize,
139 virtual ~DrawTargetCaptureImpl();
H A DSourceSurfaceCapture.cpp16 SourceSurfaceCapture::SourceSurfaceCapture(DrawTargetCaptureImpl* aOwner) in SourceSurfaceCapture()
31 DrawTargetCaptureImpl* aOwner, in SourceSurfaceCapture()
H A DDrawCommands.h534 friend class DrawTargetCaptureImpl; variable
582 friend class DrawTargetCaptureImpl; variable
832 friend class DrawTargetCaptureImpl; variable
863 friend class DrawTargetCaptureImpl; variable
H A DFactory.cpp387 return MakeAndAddRef<DrawTargetCaptureImpl>(aBackend, aSize, aFormat); in CreateCaptureDrawTarget()
400 RefPtr<DrawTargetCaptureImpl> dt = in CreateCaptureDrawTargetForData()
401 new DrawTargetCaptureImpl(type, aSize, aFormat); in CreateCaptureDrawTargetForData()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp13 DrawTargetCaptureImpl::~DrawTargetCaptureImpl() in ~DrawTargetCaptureImpl()
39 DrawTargetCaptureImpl::Snapshot() in Snapshot()
49 DrawTargetCaptureImpl::DetachAllSnapshots() in DetachAllSnapshots()
66 DrawTargetCaptureImpl::DrawFilter(FilterNode *aNode, in DrawFilter()
77 DrawTargetCaptureImpl::ClearRect(const Rect &aRect) in ClearRect()
102 DrawTargetCaptureImpl::FillRect(const Rect& aRect, in FillRect()
129 DrawTargetCaptureImpl::Stroke(const Path* aPath, in Stroke()
138 DrawTargetCaptureImpl::Fill(const Path* aPath, in Fill()
156 DrawTargetCaptureImpl::Mask(const Pattern &aSource, in Mask()
164 DrawTargetCaptureImpl::PushClip(const Path* aPath) in PushClip()
[all …]
H A DDrawTarget.cpp18 RefPtr<DrawTargetCaptureImpl> dt = new DrawTargetCaptureImpl(); in CreateCaptureDT()
36 static_cast<DrawTargetCaptureImpl*>(aCaptureDT)->ReplayToDrawTarget(this, aTransform); in DrawCapturedDT()
H A DDrawTargetCapture.h19 class DrawTargetCaptureImpl : public DrawTargetCapture
22 DrawTargetCaptureImpl() in DrawTargetCaptureImpl() function
140 ~DrawTargetCaptureImpl();

12