Home
last modified time | relevance | path

Searched refs:aClipRectOut (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A DCompositorD3D9.h69 gfx::IntRect *aClipRectOut = nullptr,
H A DCompositorD3D9.cpp693 IntRect *aClipRectOut, in BeginFrame() argument
705 if (aClipRectOut) { in BeginFrame()
706 *aClipRectOut = IntRect(0, 0, mSize.width, mSize.height); in BeginFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/basic/
H A DBasicCompositor.h106 gfx::IntRect *aClipRectOut = nullptr,
H A DBasicCompositor.cpp774 gfx::IntRect *aClipRectOut /* = nullptr */, in BeginFrame() argument
874 if (aClipRectOut) { in BeginFrame()
875 *aClipRectOut = rect; in BeginFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d11/
H A DCompositorD3D11.h110 gfx::IntRect *aClipRectOut = nullptr,
H A DCompositorD3D11.cpp977 IntRect* aClipRectOut, in BeginFrame() argument
1048 if (aClipRectOut) { in BeginFrame()
1049 *aClipRectOut = IntRect(0, 0, mSize.width, mSize.height); in BeginFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/basic/
H A DBasicCompositor.h105 gfx::IntRect* aClipRectOut = nullptr,
H A DBasicCompositor.cpp815 gfx::IntRect* aClipRectOut /* = nullptr */, in BeginFrame() argument
908 if (aClipRectOut) { in BeginFrame()
909 *aClipRectOut = rect; in BeginFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/d3d11/
H A DCompositorD3D11.h89 gfx::IntRect* aClipRectOut = nullptr,
H A DCompositorD3D11.cpp928 IntRect* aClipRectOut, in BeginFrame() argument
1004 if (aClipRectOut) { in BeginFrame()
1005 *aClipRectOut = IntRect(0, 0, mSize.width, mSize.height); in BeginFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DCompositor.h382 gfx::IntRect* aClipRectOut = nullptr,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DCompositorOGL.h300 gfx::IntRect* aClipRectOut = nullptr,
H A DCompositorOGL.cpp573 IntRect* aClipRectOut, in BeginFrame() argument
634 if (aClipRectOut && !aClipRectIn) { in BeginFrame()
635 aClipRectOut->SetRect(0, 0, width, height); in BeginFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DCompositorOGL.h372 gfx::IntRect *aClipRectOut = nullptr,
H A DCompositorOGL.cpp635 IntRect *aClipRectOut, in BeginFrame() argument
699 if (aClipRectOut && !aClipRectIn) { in BeginFrame()
700 aClipRectOut->SetRect(0, 0, width, height); in BeginFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DCompositor.h425 gfx::IntRect* aClipRectOut = nullptr,