Home | History | Annotate | Download | only in rendering

Lines Matching refs:shadowRect

983                 IntRect shadowRect(tx, ty, w, baselinePos + 2);
984 shadowRect.inflate(s->blur);
985 shadowRect.move(s->x, s->y);
986 clipRect.unite(shadowRect);