Home | History | Annotate | Download | only in canvas

Lines Matching refs:shadowRect

1819         FloatRect shadowRect(dirtyRect);
1820 shadowRect.move(state().m_shadowOffset);
1821 shadowRect.inflate(state().m_shadowBlur);
1822 dirtyRect.unite(shadowRect);