Home
last modified time | relevance | path

Searched refs:mDirtyRectGfx (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp1911 &aClipState->mDirtyRect, &aClipState->mDirtyRectGfx); in GetImageLayerClip()
1919 if (aClipState.mDirtyRectGfx.IsEmpty()) { in SetupImageLayerClip()
1961 aClipState.mDirtyRectGfx.SizeTo(gfxSize(0.0, 0.0)); in SetupImageLayerClip()
1977 if (aClipState.mDirtyRectGfx.IsEmpty()) { in DrawBackgroundColor()
1989 aCtx->Rectangle(aClipState.mDirtyRectGfx, true); in DrawBackgroundColor()
2002 aClipState.mDirtyRectGfx.SizeTo(gfxSize(0.0, 0.0)); in DrawBackgroundColor()
2007 gfxRect dirty = ThebesRect(bgAreaGfx).Intersect(aClipState.mDirtyRectGfx); in DrawBackgroundColor()
3149 &clipState.mDirtyRect, &clipState.mDirtyRectGfx); in PaintBackgroundWithSC()
3243 !clipState.mDirtyRectGfx.IsEmpty()) { in PaintBackgroundWithSC()
H A DnsCSSRendering.h560 gfxRect mDirtyRectGfx; member
H A DnsDisplayList.cpp6986 currentMaskSurfaceRect = clipState.mDirtyRectGfx; in ComputeMaskGeometry()