Lines Matching refs:mFillArea
2564 if (!state.mFillArea.IsEmpty()) { in PaintStyleImageLayerWithSC()
2574 &aParams.presCtx, aRenderingCtx, state.mDestArea, state.mFillArea, in PaintStyleImageLayerWithSC()
2628 if (!state.mFillArea.IsEmpty()) { in BuildWebRenderDisplayItemsForStyleImageLayerWithSC()
2631 state.mDestArea, state.mFillArea, in BuildWebRenderDisplayItemsForStyleImageLayerWithSC()
3074 state.mFillArea = state.mDestArea; in PrepareImageLayer()
3080 state.mFillArea.x = bgClipRect.x; in PrepareImageLayer()
3081 state.mFillArea.width = bgClipRect.width; in PrepareImageLayer()
3087 state.mFillArea.y = bgClipRect.y; in PrepareImageLayer()
3088 state.mFillArea.height = bgClipRect.height; in PrepareImageLayer()
3104 state.mFillArea.IntersectRect(state.mFillArea, bgClipRect); in PrepareImageLayer()
3118 return state.mFillArea; in GetBackgroundLayerRect()