Home | History | Annotate | Download | only in context

Lines Matching refs:FillRect

830         fillRect(rect, backgroundColor);
835 fillRect(IntRect(x, y, w, t), backgroundColor);
836 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
837 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
838 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
875 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect)
877 appendDrawingOperation(NEW_OP(FillRect)(rect), rect);
880 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect,
883 GraphicsOperation::FillRect* operation = NEW_OP(FillRect)(rect);