Home | History | Annotate | Download | only in context

Lines Matching refs:fillRect

295         fillRect(rect, backgroundColor);
300 fillRect(IntRect(x, y, w, t), backgroundColor);
301 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
302 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
303 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
334 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect)
336 mGraphicsOperationCollection->append(new GraphicsOperation::FillRect(rect));
339 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect,
342 GraphicsOperation::FillRect* operation = new GraphicsOperation::FillRect(rect);