/dports/lang/spidermonkey78/firefox-78.9.0/widget/ |
H A D | CompositorWidget.cpp | 25 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 27 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 29 aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 in GetBackBufferDrawTarget() 38 mLastBackBuffer->GetBackendType() != aScreenTarget->GetBackendType() || in GetBackBufferDrawTarget() 42 aScreenTarget->CreateSimilarDrawTarget(clientSize, format); in GetBackBufferDrawTarget()
|
H A D | CompositorWidget.h | 223 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/ |
H A D | CompositorWidget.cpp | 25 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 27 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 29 aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 in GetBackBufferDrawTarget() 38 mLastBackBuffer->GetBackendType() != aScreenTarget->GetBackendType() || in GetBackBufferDrawTarget() 42 aScreenTarget->CreateSimilarDrawTarget(clientSize, format); in GetBackBufferDrawTarget()
|
/dports/www/firefox/firefox-99.0/widget/ |
H A D | CompositorWidget.cpp | 25 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 27 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 29 aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 in GetBackBufferDrawTarget() 38 mLastBackBuffer->GetBackendType() != aScreenTarget->GetBackendType() || in GetBackBufferDrawTarget() 42 aScreenTarget->CreateSimilarDrawTarget(clientSize, format); in GetBackBufferDrawTarget()
|
/dports/www/firefox-esr/firefox-91.8.0/widget/ |
H A D | CompositorWidget.cpp | 25 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 27 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 29 aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 in GetBackBufferDrawTarget() 38 mLastBackBuffer->GetBackendType() != aScreenTarget->GetBackendType() || in GetBackBufferDrawTarget() 42 aScreenTarget->CreateSimilarDrawTarget(clientSize, format); in GetBackBufferDrawTarget()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/ |
H A D | CompositorWidget.cpp | 30 CompositorWidget::GetBackBufferDrawTarget(gfx::DrawTarget* aScreenTarget, in GetBackBufferDrawTarget() argument 34 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 36 …aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 ? gfx::SurfaceFormat::B8G8R8X8 : gfx::S… in GetBackBufferDrawTarget() 43 mLastBackBuffer->GetBackendType() == aScreenTarget->GetBackendType() && in GetBackBufferDrawTarget() 54 target = aScreenTarget->CreateSimilarDrawTarget(size, format); in GetBackBufferDrawTarget()
|
H A D | CompositorWidget.h | 237 GetBackBufferDrawTarget(gfx::DrawTarget* aScreenTarget,
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/ |
H A D | CompositorWidget.cpp | 25 gfx::DrawTarget* aScreenTarget, const LayoutDeviceIntRect& aRect, in GetBackBufferDrawTarget() argument 27 MOZ_ASSERT(aScreenTarget); in GetBackBufferDrawTarget() 29 aScreenTarget->GetFormat() == gfx::SurfaceFormat::B8G8R8X8 in GetBackBufferDrawTarget() 38 mLastBackBuffer->GetBackendType() == aScreenTarget->GetBackendType() && in GetBackBufferDrawTarget() 51 target = aScreenTarget->CreateSimilarDrawTarget(size, format); in GetBackBufferDrawTarget()
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/ |
H A D | CompositorWidgetParent.cpp | 94 CompositorWidgetParent::GetBackBufferDrawTarget(gfx::DrawTarget* aScreenTarget, in GetBackBufferDrawTarget() argument 100 aScreenTarget, aRect, aOutIsCleared); in GetBackBufferDrawTarget()
|
H A D | InProcessWinCompositorWidget.cpp | 192 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 197 aScreenTarget, aRect, aOutIsCleared); in GetBackBufferDrawTarget()
|
H A D | InProcessWinCompositorWidget.h | 35 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
H A D | CompositorWidgetParent.h | 36 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/ |
H A D | WinCompositorWidget.cpp | 157 WinCompositorWidget::GetBackBufferDrawTarget(gfx::DrawTarget* aScreenTarget, in GetBackBufferDrawTarget() argument 164 CompositorWidget::GetBackBufferDrawTarget(aScreenTarget, aRect, aClearRect); in GetBackBufferDrawTarget()
|
H A D | WinCompositorWidget.h | 54 already_AddRefed<gfx::DrawTarget> GetBackBufferDrawTarget(gfx::DrawTarget* aScreenTarget,
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/ |
H A D | WinCompositorWidget.cpp | 156 gfx::DrawTarget* aScreenTarget, const LayoutDeviceIntRect& aRect, in GetBackBufferDrawTarget() argument 161 aScreenTarget, aRect, aClearRect); in GetBackBufferDrawTarget()
|
H A D | WinCompositorWidget.h | 64 gfx::DrawTarget* aScreenTarget, const LayoutDeviceIntRect& aRect,
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/ |
H A D | InProcessWinCompositorWidget.cpp | 191 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 196 aScreenTarget, aRect, aOutIsCleared); in GetBackBufferDrawTarget()
|
H A D | CompositorWidgetParent.h | 40 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
H A D | InProcessWinCompositorWidget.h | 35 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/ |
H A D | InProcessWinCompositorWidget.cpp | 191 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 196 aScreenTarget, aRect, aOutIsCleared); in GetBackBufferDrawTarget()
|
H A D | InProcessWinCompositorWidget.h | 35 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
H A D | CompositorWidgetParent.h | 40 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
/dports/www/firefox/firefox-99.0/widget/windows/ |
H A D | InProcessWinCompositorWidget.cpp | 191 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect, in GetBackBufferDrawTarget() argument 196 aScreenTarget, aRect, aOutIsCleared); in GetBackBufferDrawTarget()
|
H A D | InProcessWinCompositorWidget.h | 36 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|
H A D | CompositorWidgetParent.h | 40 gfx::DrawTarget* aScreenTarget, const gfx::IntRect& aRect,
|